- SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index f686f69..d78a343 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,6 @@
+2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.3.1, gz -> bz2
+
2010-03-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, PREPARE: added 1.3 branch, updated spell to 1.3.0; moved
branch redefinition to PREPARE from DETAILS
diff --git a/crypto/libassuan/DETAILS b/crypto/libassuan/DETAILS
index 58099ca..dc1e7ac 100755
--- a/crypto/libassuan/DETAILS
+++ b/crypto/libassuan/DETAILS
@@ -1,5 +1,5 @@
SPELL=libassuan
- VERSION=2.0.1
+ VERSION=2.0.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/libassuan/$SOURCE
diff --git a/crypto/libassuan/HISTORY b/crypto/libassuan/HISTORY
index 40e7558..5f28765 100644
--- a/crypto/libassuan/HISTORY
+++ b/crypto/libassuan/HISTORY
@@ -1,3 +1,6 @@
+2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.2
+
2010-08-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.1
diff --git a/devel/qgit4/0001-Cause-qgit-to-use-git-config-everywhere.patch
b/devel/qgit4/0001-Cause-qgit-to-use-git-config-everywhere.patch
new file mode 100644
index 0000000..a0c7e6c
--- /dev/null
+++ b/devel/qgit4/0001-Cause-qgit-to-use-git-config-everywhere.patch
@@ -0,0 +1,39 @@
+From 50b7344bc2cc941a43b3adfaebdc96dd1935e747 Mon Sep 17 00:00:00 2001
+From: Jonathan Ross Rogers <jrogers AT socialserve.com>
+Date: Mon, 9 May 2011 18:16:29 -0400
+Subject: [PATCH] Cause qgit to use "git config" everywhere.
+
+Whenever starting up qgit, it pops up a dialog showing that git
+complained about the obsolete command "repo-config". This patch
+replaces remaining calls to "git repo-config" with "git config".
+
+Signed-off-by: Jonathan Ross Rogers <jrogers AT socialserve.com>
+---
+ src/git.cpp | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/git.cpp b/src/git.cpp
+index 50e6dd3..8e9365c 100644
+--- a/src/git.cpp
++++ b/src/git.cpp
+@@ -427,7 +427,7 @@ void Git::setTextCodec(QTextCodec* tc) {
+ if (name == "Big5-HKSCS")
+ name = "Big5";
+
+- run("git repo-config i18n.commitencoding " + name);
++ run("git config i18n.commitencoding " + name);
+ }
+
+ QTextCodec* Git::getTextCodec(bool* isGitArchive) {
+@@ -437,7 +437,7 @@ QTextCodec* Git::getTextCodec(bool* isGitArchive) {
+ return NULL;
+
+ QString runOutput;
+- if (!run("git repo-config --get i18n.commitencoding", &runOutput))
++ if (!run("git config --get i18n.commitencoding", &runOutput))
+ return NULL;
+
+ if (runOutput.isEmpty()) // git docs says default is utf-8
+--
+1.7.5
+
diff --git a/devel/qgit4/HISTORY b/devel/qgit4/HISTORY
index 0eec8ad..d5f83f6 100644
--- a/devel/qgit4/HISTORY
+++ b/devel/qgit4/HISTORY
@@ -1,3 +1,7 @@
+2011-06-14 Bor Kraljič <pyrobor AT ver.si>
+ * 0001-Cause-qgit-to-use-git-config-everywhere.patch: replaces
obsolete
+ command "repo-config"
+
2009-10-19 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 2.3
diff --git a/devel/qgit4/PRE_BUILD b/devel/qgit4/PRE_BUILD
index 669a965..e2098f2 100755
--- a/devel/qgit4/PRE_BUILD
+++ b/devel/qgit4/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build
cd $SOURCE_DIRECTORY &&
# fix install location
-sed -i "s|~|${INSTALL_ROOT}/usr|" src/src.pro
+sed -i "s|~|${INSTALL_ROOT}/usr|" src/src.pro &&
+patch -p1 -d $SOURCE_DIRECTORY <
$SPELL_DIRECTORY/0001-Cause-qgit-to-use-git-config-everywhere.patch
diff --git a/editors/texmaker/DETAILS b/editors/texmaker/DETAILS
index 3ba2c3f..fed9284 100755
--- a/editors/texmaker/DETAILS
+++ b/editors/texmaker/DETAILS
@@ -1,11 +1,12 @@
SPELL=texmaker
- VERSION=2.1
+ VERSION=3.0.2
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://www.xm1math.net/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:7251624221c946aba18785d8b748150fb0b4b7bf23d58cb3a91f6393acae38141fbc1237e30e8b02d863cef59378cc3416f63ef058c85baea7113079e09c945b
+
SOURCE_HASH=sha512:02565ecf4649fbdc4e338fbce13aa168b2bd558388940ea180d60131d09adec3b6c9cd051e88f4fdb68d50b2900d86a76316e3ee3aeec2464d805225ad0dc7c7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.xm1math.net/texmaker"
LICENSE[0]=GPL
+ KEYWORDS="tex editors"
ENTERED=20070304
SHORT="a free LaTeX editor"
cat << EOF
@@ -13,21 +14,20 @@ Texmaker is a free LaTeX editor, that integrates many
tools needed to develop
documents with LaTeX, in just one application. Features:
* an unicode editor to write your LaTeX source files (syntax
highlighting,
- undo-redo, search-replace, spell checker...)
+ undo-redo, search-replace, spell checker...)
* the principal LaTex tags can be inserted directly with the "LaTeX" and
"Math" menus
- * 370 mathematical symbols can be inserted in just one click * wizards
- to generate code ('Quick document', 'Quick letter', tabular,
+ * 370 mathematical symbols can be inserted in just one click
+ * wizards to generate code ('Quick document', 'Quick letter', tabular,
tabbing and array environments)
- * LaTeX-related programs can be launched via the "Tools" menu * the
- standard Bibtex entry types can be inserted in the ".bib" file with
+ * LaTeX-related programs can be launched via the "Tools" menu
+ * the standard Bibtex entry types can be inserted in the ".bib" file with
the "Bibliography" menu
* a "structure view" of the document for easier navigation of a document
- (by
- clicking on an item in the "Structure" frame, you can jump directly
+ (by clicking on an item in the "Structure" frame, you can jump directly
to the corresponding part of your document
- * extensive LaTeX documentation * in the "Messages / Log File" frame,
- you can see information about
+ * extensive LaTeX documentation
+ * in the "Messages / Log File" frame, you can see information about
processes and the logfile after a LaTeX compilation
* the "Next Latex Error" and "Previous Latex Error" commands let you
reach
the LaTeX errors detected in the log file
diff --git a/editors/texmaker/HISTORY b/editors/texmaker/HISTORY
index ec361e8..bc963cd 100644
--- a/editors/texmaker/HISTORY
+++ b/editors/texmaker/HISTORY
@@ -1,3 +1,7 @@
+2011-06-17 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 3.0.2, added KEYWORDS,
+ fixed formatting in description
+
2011-01-02 Ismael Luceno <ismael AT sourcemage.org>
* texmaker.desktop: added spanish comment
@@ -8,4 +12,5 @@
* DETAILS: version 1.9.2
2007-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS, DEPENDS, BUILD, HISTORYdesktop/texmaker.desktop: created
spell
+ * DETAILS, DEPENDS, BUILD, HISTORY, desktop/texmaker.desktop:
+ created spell
diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index bd0fb0c..5526e84 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,11 +1,11 @@
SPELL=gnumeric
if [[ $GNUMERIC_DEVEL == y ]]; then
- VERSION=1.10.15
+ VERSION=1.10.16
#
SOURCE_HASH=sha512:e2f7984f869dbfaf9a5fdeee0aae544a0070c1e4edac3ffb085fb196ef1fb1e40df6f922bc9ec1eeb67ee3d2dd0b28aaf9ec2731e7120c1d485617bd0ad4d7ce
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
- VERSION=1.10.15
+ VERSION=1.10.16
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index 0c385f5..96227f3 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2011-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.16
+
2011-05-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.10.15
diff --git a/gnome2-apps/gnumeric/gnumeric-1.10.15.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.10.15.tar.bz2.sig
deleted file mode 100644
index 197f064..0000000
Binary files a/gnome2-apps/gnumeric/gnumeric-1.10.15.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-apps/gnumeric/gnumeric-1.10.16.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.10.16.tar.bz2.sig
new file mode 100644
index 0000000..f71e6ea
Binary files /dev/null and
b/gnome2-apps/gnumeric/gnumeric-1.10.16.tar.bz2.sig differ
diff --git a/gnome2-apps/gramps/DETAILS b/gnome2-apps/gramps/DETAILS
index 8fddbc2..468b60f 100755
--- a/gnome2-apps/gramps/DETAILS
+++ b/gnome2-apps/gramps/DETAILS
@@ -1,8 +1,8 @@
SPELL=gramps
- VERSION=3.2.6
-
SOURCE_HASH=sha512:b8240039e535585f2e0801375853bfa7207f3b3b6c22ca362d91b3ab25eb4ff2db23a886bdb92367396b45400d2c56e4b4929fe421e9113486fcf9095546b0ef
+ VERSION=3.3.0-1
+
SOURCE_HASH=sha512:316cd9206ec8d7897d532501e0a138ae32b15451b2f8fc9bcfc979c23f07d48cacd39316649758c68316217827d374dea86cbce39fa84c0cc15bdd9de6ffe944
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-?}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://gramps.sourceforge.net/
ENTERED=20030216
diff --git a/gnome2-apps/gramps/HISTORY b/gnome2-apps/gramps/HISTORY
index 6e41f37..6888bc7 100644
--- a/gnome2-apps/gramps/HISTORY
+++ b/gnome2-apps/gramps/HISTORY
@@ -1,3 +1,6 @@
+2011-06-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.0-1
+
2011-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.6
diff --git a/gnome2-libs/clutter/DETAILS b/gnome2-libs/clutter/DETAILS
index bc0e8cd..6701629 100755
--- a/gnome2-libs/clutter/DETAILS
+++ b/gnome2-libs/clutter/DETAILS
@@ -1,5 +1,5 @@
SPELL=clutter
- VERSION=1.6.14
+ VERSION=1.6.16
BRANCH=${VERSION:0:3}
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-libs/clutter/HISTORY b/gnome2-libs/clutter/HISTORY
index ebe7855..2c97866 100644
--- a/gnome2-libs/clutter/HISTORY
+++ b/gnome2-libs/clutter/HISTORY
@@ -1,3 +1,6 @@
+2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.6.16
+
2011-04-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.14
diff --git a/gnome2-libs/clutter/clutter-1.6.14.tar.bz2.sig
b/gnome2-libs/clutter/clutter-1.6.14.tar.bz2.sig
deleted file mode 100644
index 4cdef99..0000000
Binary files a/gnome2-libs/clutter/clutter-1.6.14.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/clutter/clutter-1.6.16.tar.bz2.sig
b/gnome2-libs/clutter/clutter-1.6.16.tar.bz2.sig
new file mode 100644
index 0000000..b03b522
Binary files /dev/null and b/gnome2-libs/clutter/clutter-1.6.16.tar.bz2.sig
differ
diff --git a/gnome2-libs/goffice/DETAILS b/gnome2-libs/goffice/DETAILS
index 8705291..2ee8c77 100755
--- a/gnome2-libs/goffice/DETAILS
+++ b/gnome2-libs/goffice/DETAILS
@@ -1,5 +1,5 @@
SPELL=goffice
- VERSION=0.8.15
+ VERSION=0.8.16
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/gnome2-libs/goffice/HISTORY b/gnome2-libs/goffice/HISTORY
index 9a94ebc..1ed0810 100644
--- a/gnome2-libs/goffice/HISTORY
+++ b/gnome2-libs/goffice/HISTORY
@@ -1,3 +1,6 @@
+2011-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.16
+
2011-05-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.15
diff --git a/gnome2-libs/goffice/goffice-0.8.15.tar.bz2.sig
b/gnome2-libs/goffice/goffice-0.8.15.tar.bz2.sig
deleted file mode 100644
index 13c9e22..0000000
Binary files a/gnome2-libs/goffice/goffice-0.8.15.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/goffice/goffice-0.8.16.tar.bz2.sig
b/gnome2-libs/goffice/goffice-0.8.16.tar.bz2.sig
new file mode 100644
index 0000000..aac90c9
Binary files /dev/null and b/gnome2-libs/goffice/goffice-0.8.16.tar.bz2.sig
differ
diff --git a/gnome2-libs/json-glib/DETAILS b/gnome2-libs/json-glib/DETAILS
index 02ce5b5..c0cd43e 100755
--- a/gnome2-libs/json-glib/DETAILS
+++ b/gnome2-libs/json-glib/DETAILS
@@ -1,5 +1,5 @@
SPELL=json-glib
- VERSION=0.12.4
+ VERSION=0.12.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/gnome2-libs/json-glib/HISTORY b/gnome2-libs/json-glib/HISTORY
index 70b7a9e..7c8157d 100644
--- a/gnome2-libs/json-glib/HISTORY
+++ b/gnome2-libs/json-glib/HISTORY
@@ -1,3 +1,6 @@
+2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.12.6
+
2011-04-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.12.4
diff --git a/gnome2-libs/json-glib/json-glib-0.12.4.tar.bz2.sig
b/gnome2-libs/json-glib/json-glib-0.12.4.tar.bz2.sig
deleted file mode 100644
index 9e0c95d..0000000
Binary files a/gnome2-libs/json-glib/json-glib-0.12.4.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/json-glib/json-glib-0.12.6.tar.bz2.sig
b/gnome2-libs/json-glib/json-glib-0.12.6.tar.bz2.sig
new file mode 100644
index 0000000..199111b
Binary files /dev/null and
b/gnome2-libs/json-glib/json-glib-0.12.6.tar.bz2.sig differ
diff --git a/graphics-libs/mesalib/DETAILS b/graphics-libs/mesalib/DETAILS
index 4824245..84f3beb 100755
--- a/graphics-libs/mesalib/DETAILS
+++ b/graphics-libs/mesalib/DETAILS
@@ -21,10 +21,10 @@ case $MESALIB_VER in
VERSION=7.9.2
;;
feature)
- VERSION=7.10.2
+ VERSION=7.10.3
;;
developement)
- VERSION=7.10.2
+ VERSION=7.10.3
;;
git)
if [[ "$MESALIB_GIT_AUTOUPDATE" == "y" ]]; then
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 828d5ca..9e8424c 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2011-06-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 7.10.3 (feature, developement)
+
2011-04-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.10.2 (feature, developement)
diff --git a/graphics-libs/mesalib/MesaLib-7.10.2.tar.bz2.sig
b/graphics-libs/mesalib/MesaLib-7.10.2.tar.bz2.sig
deleted file mode 100644
index 89c99a7..0000000
Binary files a/graphics-libs/mesalib/MesaLib-7.10.2.tar.bz2.sig and /dev/null
differ
diff --git a/graphics-libs/mesalib/MesaLib-7.10.3.tar.bz2.sig
b/graphics-libs/mesalib/MesaLib-7.10.3.tar.bz2.sig
new file mode 100644
index 0000000..470e433
Binary files /dev/null and b/graphics-libs/mesalib/MesaLib-7.10.3.tar.bz2.sig
differ
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 1dab8f7..0c8f655 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=2.4.25
+ VERSION=2.4.26
#
SOURCE_HASH=sha512:92ee0c40396c77fd32570660bfc3358a76fed46cb4d918809dd295c76b032d01658156aa715896547de2bed68bab5cfa79e76481f25f5f5c4d44c2e02f6b94fd
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index e1485a7..fa7b032 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,6 @@
+2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.4.26
+
2011-04-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.25
diff --git a/libs/libdrm/libdrm-2.4.25.tar.bz2.sig
b/libs/libdrm/libdrm-2.4.25.tar.bz2.sig
deleted file mode 100644
index aa56293..0000000
Binary files a/libs/libdrm/libdrm-2.4.25.tar.bz2.sig and /dev/null differ
diff --git a/libs/libdrm/libdrm-2.4.26.tar.bz2.sig
b/libs/libdrm/libdrm-2.4.26.tar.bz2.sig
new file mode 100644
index 0000000..ba03db0
Binary files /dev/null and b/libs/libdrm/libdrm-2.4.26.tar.bz2.sig differ
diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index 9a836ca..85c5214 100755
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -1,11 +1,11 @@
SPELL=samba
- VERSION=3.5.8
+ VERSION=3.5.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.samba.org/samba/ftp/$SOURCE
SOURCE_URL[1]=ftp://de3.samba.org/pub/$SPELL/$SOURCE
SOURCE_URL[2]=http://us1.samba.org/samba/ftp/old-versions/$SOURCE
-
SOURCE_HASH=sha512:413c9a08c7873cd27011a95d46e6f933bf14f4221f2ae6043257e56dac195b5455abf2047d764274cd6d37cfdf5b8937b4003ef3a5d2d5f6456c2be48ef3744f
+
SOURCE_HASH=sha512:e479a559485381d581d2e622eb899cffc7955b2b211c4d63e56bdb69a872728e44f4e7e496fd0b3f552b7c89aba4f2f9bb87f1a17c75d3e87d026289305d6f20
if [[ "$SAMBA_VSCAN" == "y" ]] ; then
VSCAN_VERSION=0.3.6c-beta4
SOURCE2=$SPELL-vscan-$VSCAN_VERSION.tar.gz
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 85a1840..1a096a8 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2011-06-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 3.5.9
+
2011-03-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.5.8