Modified: trunk/dports/gnome/gcab/Portfile (139109 => 139110)
--- trunk/dports/gnome/gcab/Portfile 2015-08-03 00:10:47 UTC (rev 139109)
+++ trunk/dports/gnome/gcab/Portfile 2015-08-03 03:11:52 UTC (rev 139110)
@@ -6,6 +6,7 @@
name gcab
version 0.6
+revision 1
license LGPL-2.1+
set branch [join [lrange [split ${version} .] 0 1] .]
description A tool and library mainly made to create Cabinet files
Modified: trunk/dports/gnome/gcab/files/autogen.sh (139109 => 139110)
--- trunk/dports/gnome/gcab/files/autogen.sh 2015-08-03 00:10:47 UTC (rev 139109)
+++ trunk/dports/gnome/gcab/files/autogen.sh 2015-08-03 03:11:52 UTC (rev 139110)
@@ -7,8 +7,8 @@
mkdir -p "$srcdir/m4"
gtkdocize
+intltoolize -f
autoreconf -v --force --install
-intltoolize -f
if [ -z "$NOCONFIGURE" ]; then
"$srcdir"/configure "$@"