New commits:
commit 0a000c95d92d9e9c51a6927dd370bdbd68301fab
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>
libxslt: only trigger check_self if optional dep enabled
commit ff5d840adcd57e71314655ef440ad987793a2187
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
podofo - lua is optional
commit 4f9115ba42e0d410c74837ef883b9ad39c02ebb9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
cracklib: => 2.9.0
commit e83192844d30df0f3daf93828ffa2b318db041e2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
openjpeg - extra depends
commit aec498ba036dd1b1bdbb1b83671b9f1730ee4493
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/firefox: changed mozconfig to prevent segfaults
commit 76ed683b7a4ec8c7a3062f65cdd47ef0a1eea7e7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
proftpd: => 1.3.4d
commit 353bd81a4ddba6a9d5767df4088d189e1ba0c852
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>
openssl: workaround for bug #556
OpenSSL install fails because of syntax errors in pod files as
described in bug #556. Workaround is to not install the man pages.
commit fb6aad66fb0ab22780884b177ffba447cdfa62e6
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>
dbd-pg: 2.19.3
commit e5d19af9d1abc1e3d4d410ae37f4a70c8acf1615
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
bash-completion: => 2.1
commit ff6c0b270103124de0ce282894b2b27e1903407c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
python-stdnum-0.8.1
commit b7ec38492937f983873da1c264ff8fce18ac5cc9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
xfwm4-themes: Updated to 4.10.0
SOURCE matches upstream posted SHA1
commit eaee7fd163337dc70b57beca3afaa1d7afb62b31
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
terminal renamed to xfce4-terminal; updated to 0.6.2
commit 779890b8c4e7abb6567cff2dd6ed306915f17eac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
-make MANDIR="$INSTALL_ROOT/usr/share/man" install &&
+# workaround for bug #556
+# we don't install man pages as the pod2man calls fail
+# make MANDIR="$INSTALL_ROOT/usr/share/man" install &&
+make MANDIR="$INSTALL_ROOT/usr/share/man" install_sw &&
make_normal
diff --git a/devel/gitg/DETAILS b/devel/gitg/DETAILS
index 3096c15..85ba748 100755
--- a/devel/gitg/DETAILS
+++ b/devel/gitg/DETAILS
@@ -1,10 +1,10 @@
SPELL=gitg
- VERSION=0.2.5
+ VERSION=0.2.7
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:8d07e3410691a9ea4772e8db546d3da87f4517ac35111156c6cba3b9317e02fc7dd63a79c05aa0700ce59d2739d0c680d33825e3a8c8c7c242db7ac8ae6962c4
LICENSE[0]=GPL
WEB_SITE=http://git.gnome.org/browse/gitg/
ENTERED=20110902
diff --git a/devel/gitg/HISTORY b/devel/gitg/HISTORY
index b99ec88..6f3bd6d 100644
--- a/devel/gitg/HISTORY
+++ b/devel/gitg/HISTORY
@@ -1,2 +1,5 @@
+2013-06-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.2.7
+
2011-09-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS: spell created, version 0.2.5
diff --git a/devel/gitg/gitg-0.2.5.tar.bz2.sig
b/devel/gitg/gitg-0.2.5.tar.bz2.sig
deleted file mode 100644
index 71c1f32..0000000
Binary files a/devel/gitg/gitg-0.2.5.tar.bz2.sig and /dev/null differ
diff --git a/devel/qgrit/BUILD b/devel/qgrit/BUILD
new file mode 100755
index 0000000..eec3de4
--- /dev/null
+++ b/devel/qgrit/BUILD
@@ -0,0 +1 @@
+qt4_build
diff --git a/devel/qgrit/DEPENDS b/devel/qgrit/DEPENDS
new file mode 100755
index 0000000..18aca0a
--- /dev/null
+++ b/devel/qgrit/DEPENDS
@@ -0,0 +1,2 @@
+depends git &&
+depends qt4
diff --git a/devel/qgrit/DETAILS b/devel/qgrit/DETAILS
new file mode 100755
index 0000000..c21727d
--- /dev/null
+++ b/devel/qgrit/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=qgrit
+ if [[ ${QGRIT_AUTOUPDATE} == "y" ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=git_http://github.com/${SPELL}/${SPELL}.git:$SPELL
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://github.com/qgrit/qgrit"
+ LICENSE[0]=BSD
+ ENTERED=20130615
+ SHORT="git GUI for interactive git rebase"
+cat << EOF
+This helper allows you to graphically reorder commits during "git rebase -i"
+It avoids the potential problem when editing text files. Typos during edit,
+lines lost by cutting and forgetting to paste. And other shortcomings
+depending on the editor used.
+EOF
diff --git a/devel/qgrit/HISTORY b/devel/qgrit/HISTORY
new file mode 100644
index 0000000..4e2f935
--- /dev/null
+++ b/devel/qgrit/HISTORY
@@ -0,0 +1,3 @@
+2013-06-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, PREPARE, INSTALL: spell created
+
diff --git a/devel/qgrit/INSTALL b/devel/qgrit/INSTALL
new file mode 100755
index 0000000..e3df906
--- /dev/null
+++ b/devel/qgrit/INSTALL
@@ -0,0 +1 @@
+install -m755 $SOURCE_DIRECTORY/qgrit $INSTALL_ROOT/usr/bin/
diff --git a/devel/qgrit/PREPARE b/devel/qgrit/PREPARE
new file mode 100755
index 0000000..a68f274
--- /dev/null
+++ b/devel/qgrit/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/devel/xdg-utils/DEPENDS b/devel/xdg-utils/DEPENDS
new file mode 100755
index 0000000..52faa76
--- /dev/null
+++ b/devel/xdg-utils/DEPENDS
@@ -0,0 +1 @@
+runtime_depends xprop
diff --git a/devel/xdg-utils/HISTORY b/devel/xdg-utils/HISTORY
index e2d9c59..edfb8e1 100644
--- a/devel/xdg-utils/HISTORY
+++ b/devel/xdg-utils/HISTORY
@@ -1,3 +1,6 @@
+2013-06-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Runtime depends on xprop
+
2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* INSTALL: Create /usr/share/desktop-directories (Bug #15546)
diff --git a/ftp/proftpd/DETAILS b/ftp/proftpd/DETAILS
index cef33fe..2ccc036 100755
--- a/ftp/proftpd/DETAILS
+++ b/ftp/proftpd/DETAILS
@@ -1,5 +1,5 @@
SPELL=proftpd
- VERSION=1.3.4c
+ VERSION=1.3.4d
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/ftp/proftpd/HISTORY b/ftp/proftpd/HISTORY
index 64f6419..85e0acb 100644
--- a/ftp/proftpd/HISTORY
+++ b/ftp/proftpd/HISTORY
@@ -1,3 +1,6 @@
+2013-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.4d
+
2013-03-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.4c