[142967] trunk/dports/graphics/gimp2

devans at macports.org devans at macports.org
Sat Dec 12 07:59:43 PST 2015


Revision: 142967
          https://trac.macports.org/changeset/142967
Author:   devans at macports.org
Date:     2015-11-30 10:04:19 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
gimp2: update to version 2.8.16, update autogen.sh, disable maintainer mode.

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile
    trunk/dports/graphics/gimp2/files/autogen.sh

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2015-11-30 15:37:01 UTC (rev 142966)
+++ trunk/dports/graphics/gimp2/Portfile	2015-11-30 18:04:19 UTC (rev 142967)
@@ -7,8 +7,7 @@
 name                gimp2
 conflicts           gimp2-devel gimp3-devel
 # please remember to update the gimp metapackage to match
-version             2.8.14
-revision            3
+version             2.8.16
 license             GPL-3+
 categories          graphics
 maintainers         devans
@@ -28,8 +27,8 @@
 
 use_bzip2           yes
 
-checksums           rmd160  eb1f1e590200416c593cd227b6de6eb9951b3ca7 \
-                    sha256  d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
+checksums           rmd160  44f05f482606e24cafcb13a0a28a09f83602dfb7 \
+                    sha256  95e3857bd0b5162cf8d1eda8c78b741eef968c3e3ac6c1195aaac2a4e2574fb7
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -104,6 +103,7 @@
                     --with-x \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib \
+                    --disable-maintainer-mode \
                     --disable-silent-rules \
                     --disable-python \
                     --without-alsa \

Modified: trunk/dports/graphics/gimp2/files/autogen.sh
===================================================================
--- trunk/dports/graphics/gimp2/files/autogen.sh	2015-11-30 15:37:01 UTC (rev 142966)
+++ trunk/dports/graphics/gimp2/files/autogen.sh	2015-11-30 18:04:19 UTC (rev 142967)
@@ -291,30 +291,15 @@
     gtkdocize || exit $?
 fi
 
+echo "Running intltoolize ..."
+intltoolize --automake --copy --force || exit $?
+
 # optionally feature autoheader
 ($AUTOHEADER --version)  < /dev/null > /dev/null 2>&1 && $AUTOHEADER || exit 1
 
 $AUTOMAKE --add-missing || exit $?
 $AUTOCONF || exit $?
 
-echo "Running intltoolize ..."
-intltoolize --automake --copy --force || exit $?
-
-sed -e "s|GETTEXT_PACKAGE = @GETTEXT_PACKAGE@|GETTEXT_PACKAGE = @GETTEXT_PACKAGE at -libgimp|" \
-    -e "s|subdir = po|subdir = po-libgimp|" < po/Makefile.in.in > po-libgimp/Makefile.in.in 
-
-sed -e "s|GETTEXT_PACKAGE = @GETTEXT_PACKAGE@|GETTEXT_PACKAGE = @GETTEXT_PACKAGE at -std-plug-ins|" \
-    -e "s|subdir = po|subdir = po-plug-ins|" < po/Makefile.in.in > po-plug-ins/Makefile.in.in 
-
-sed -e "s|GETTEXT_PACKAGE = @GETTEXT_PACKAGE@|GETTEXT_PACKAGE = @GETTEXT_PACKAGE at -python|" \
-    -e "s|subdir = po|subdir = po-python|" < po/Makefile.in.in > po-python/Makefile.in.in 
-
-sed -e "s|GETTEXT_PACKAGE = @GETTEXT_PACKAGE@|GETTEXT_PACKAGE = @GETTEXT_PACKAGE at -script-fu|" \
-    -e "s|subdir = po|subdir = po-script-fu|" < po/Makefile.in.in > po-script-fu/Makefile.in.in 
-
-sed -e "s|GETTEXT_PACKAGE = @GETTEXT_PACKAGE@|GETTEXT_PACKAGE = @GETTEXT_PACKAGE at -tips|" \
-    -e "s|subdir = po|subdir = po-tips|" < po/Makefile.in.in > po-tips/Makefile.in.in 
-
 cd $ORIGDIR
 
 $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/50eb4f3e/attachment.html>


More information about the macports-changes mailing list