[134962] trunk/dports

devans at macports.org devans at macports.org
Sun Apr 12 01:20:29 PDT 2015


Revision: 134962
          https://trac.macports.org/changeset/134962
Author:   devans at macports.org
Date:     2015-04-12 01:20:29 -0700 (Sun, 12 Apr 2015)
Log Message:
-----------
intltool dependents already updated for intltool 0.51: change 'reconfigure with autogen.sh' to 'reconfigure with upstream autogen.sh' in comment.

Modified Paths:
--------------
    trunk/dports/audio/easytag/Portfile
    trunk/dports/comms/telepathy-logger/Portfile
    trunk/dports/devel/geoclue2/Portfile
    trunk/dports/devel/glade3/Portfile
    trunk/dports/devel/gvfs/Portfile
    trunk/dports/devel/shared-mime-info/Portfile
    trunk/dports/games/teg/Portfile
    trunk/dports/gnome/accountsservice/Portfile
    trunk/dports/gnome/alacarte/Portfile
    trunk/dports/gnome/drivel/Portfile
    trunk/dports/gnome/epiphany/Portfile
    trunk/dports/gnome/folks/Portfile
    trunk/dports/gnome/frogr/Portfile
    trunk/dports/gnome/gcab/Portfile
    trunk/dports/gnome/gconf/Portfile
    trunk/dports/gnome/gconf-editor/Portfile
    trunk/dports/gnome/ghex/Portfile
    trunk/dports/gnome/gnome-chemistry-utils/Portfile
    trunk/dports/gnome/gnome-control-center/Portfile
    trunk/dports/gnome/gnome-icon-theme/Portfile
    trunk/dports/gnome/gnome-js-common/Portfile
    trunk/dports/gnome/gnome-menus/Portfile
    trunk/dports/gnome/gnumeric/Portfile
    trunk/dports/gnome/goffice/Portfile
    trunk/dports/gnome/libgdata/Portfile
    trunk/dports/gnome/libgnome-keyring/Portfile
    trunk/dports/gnome/libgnomekbd/Portfile
    trunk/dports/gnome/libgsf/Portfile
    trunk/dports/gnome/libgtkhtml4/Portfile
    trunk/dports/gnome/libgtop/Portfile
    trunk/dports/gnome/libsecret/Portfile
    trunk/dports/gnome/libsocialweb/Portfile
    trunk/dports/gnome/libwnck3/Portfile
    trunk/dports/gnome/metacity/Portfile
    trunk/dports/gnome/seed/Portfile
    trunk/dports/gnome/totem-pl-parser/Portfile
    trunk/dports/gnome/vte-2.90/Portfile
    trunk/dports/gnome/xchat-gnome/Portfile
    trunk/dports/gnome/zenity/Portfile
    trunk/dports/graphics/geeqie/Portfile
    trunk/dports/graphics/gegl/Portfile
    trunk/dports/graphics/gegl-devel/Portfile
    trunk/dports/graphics/gimp2/Portfile
    trunk/dports/net/pidgin/Portfile
    trunk/dports/net/transmission-x11/Portfile
    trunk/dports/security/policykit/Portfile
    trunk/dports/x11/gtk-engines2/Portfile
    trunk/dports/x11/xkeyboard-config/Portfile

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/audio/easytag/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -49,7 +49,7 @@
 
 depends_run         port:gnome-themes-standard
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/comms/telepathy-logger/Portfile
===================================================================
--- trunk/dports/comms/telepathy-logger/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/comms/telepathy-logger/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -38,7 +38,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd   ./autogen.sh
 

Modified: trunk/dports/devel/geoclue2/Portfile
===================================================================
--- trunk/dports/devel/geoclue2/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/devel/geoclue2/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -35,7 +35,7 @@
                     port:json-glib \
                     port:libsoup
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/devel/glade3/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -28,7 +28,10 @@
                     port:intltool \
                     port:gnome-common \
                     port:gnome-doc-utils \
-                    port:gtk-doc
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:rarian \
@@ -37,14 +40,13 @@
 
 depends_run         port:devhelp
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.cflags-append \
                     -Wno-format-nonliteral

Modified: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/devel/gvfs/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -60,7 +60,7 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/devel/shared-mime-info/Portfile
===================================================================
--- trunk/dports/devel/shared-mime-info/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/devel/shared-mime-info/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -30,7 +30,7 @@
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libxml2
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/games/teg/Portfile
===================================================================
--- trunk/dports/games/teg/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/games/teg/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -38,7 +38,7 @@
 
 patchfiles          patch-configure.in.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/accountsservice/Portfile
===================================================================
--- trunk/dports/gnome/accountsservice/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/accountsservice/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -44,7 +44,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/alacarte/Portfile
===================================================================
--- trunk/dports/gnome/alacarte/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/alacarte/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -50,7 +50,7 @@
                 patch-acinclude.m4.diff \
                 patch-Alacarte-MenuEditor.py.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/drivel/Portfile
===================================================================
--- trunk/dports/gnome/drivel/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/drivel/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -42,7 +42,7 @@
 
 depends_run     port:yelp
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/epiphany/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -63,7 +63,7 @@
 
 patchfiles      patch-configure.ac.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/folks/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -49,7 +49,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/frogr/Portfile
===================================================================
--- trunk/dports/gnome/frogr/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/frogr/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -49,7 +49,7 @@
 
 patchfiles          patch-export-dynamic-Makefile.am.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/gnome/gcab/Portfile
===================================================================
--- trunk/dports/gnome/gcab/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gcab/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -36,7 +36,7 @@
 
 gobject_introspection yes
                
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gconf/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -52,7 +52,7 @@
                 --without-openldap \
                 --enable-gsettings-backend
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gconf-editor/Portfile
===================================================================
--- trunk/dports/gnome/gconf-editor/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gconf-editor/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -39,7 +39,7 @@
 depends_run     port:gnome-settings-daemon \
                 port:yelp
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd   ./autogen.sh
 

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/ghex/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -40,7 +40,7 @@
                 port:gnome-settings-daemon
 
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnome-chemistry-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-chemistry-utils/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnome-chemistry-utils/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -58,7 +58,7 @@
 
 patchfiles          patch-libs-gcr-document.cc.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnome-control-center/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -75,7 +75,7 @@
                     patch-disable-shell-test-hostname.diff \
                     patch-panels-user-accounts.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
     post-patch {
         xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
@@ -143,7 +143,7 @@
                     patch-disable-power-panel.diff \
                     patch-panels-user-accounts-3.8.6.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
     post-patch {
         xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnome-icon-theme/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnome-icon-theme/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -33,7 +33,7 @@
     
 supported_archs     noarch
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnome-js-common/Portfile
===================================================================
--- trunk/dports/gnome/gnome-js-common/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnome-js-common/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -36,7 +36,7 @@
                 port:automake \
                 port:libtool
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnome-menus/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -35,7 +35,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/gnumeric/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -50,7 +50,7 @@
 
 patchfiles          patch-configure.ac.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/goffice/Portfile
===================================================================
--- trunk/dports/gnome/goffice/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/goffice/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -45,7 +45,7 @@
 
     gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
     post-patch {
         xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
@@ -85,7 +85,7 @@
 
     patchfiles-append   patch-goffice-utils-regutf8.c.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
     post-patch {
         xinstall -m 755 ${filespath}/autogen08.sh ${worksrcpath}/autogen.sh

Modified: trunk/dports/gnome/libgdata/Portfile
===================================================================
--- trunk/dports/gnome/libgdata/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgdata/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -46,7 +46,7 @@
 
 patchfiles          patch-gdata-gdata.symbols.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libgnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/libgnome-keyring/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgnome-keyring/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -42,7 +42,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -37,7 +37,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgsf/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -45,7 +45,7 @@
 
 patchfiles          patch-disable-compile-warnings.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libgtkhtml4/Portfile
===================================================================
--- trunk/dports/gnome/libgtkhtml4/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgtkhtml4/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -45,7 +45,7 @@
 patchfiles          patch-gnuregex.diff \
                     patch-components-editor-Makefile.am.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libgtop/Portfile
===================================================================
--- trunk/dports/gnome/libgtop/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libgtop/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -39,7 +39,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libsecret/Portfile
===================================================================
--- trunk/dports/gnome/libsecret/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libsecret/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -41,7 +41,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libsocialweb/Portfile
===================================================================
--- trunk/dports/gnome/libsocialweb/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libsocialweb/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -40,7 +40,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/libwnck3/Portfile
===================================================================
--- trunk/dports/gnome/libwnck3/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/libwnck3/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -45,7 +45,7 @@
 require_active_variants gtk3 x11
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/metacity/Portfile
===================================================================
--- trunk/dports/gnome/metacity/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/metacity/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -49,7 +49,7 @@
 
 depends_run         port:gnome-settings-daemon
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/seed/Portfile
===================================================================
--- trunk/dports/gnome/seed/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/seed/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -45,7 +45,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/totem-pl-parser/Portfile
===================================================================
--- trunk/dports/gnome/totem-pl-parser/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/totem-pl-parser/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -42,7 +42,7 @@
 
 patchfiles          patch-plparse-plparser.symbols.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/vte-2.90/Portfile
===================================================================
--- trunk/dports/gnome/vte-2.90/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/vte-2.90/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -42,7 +42,7 @@
 
 gobject_introspection yes
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/gnome/xchat-gnome/Portfile
===================================================================
--- trunk/dports/gnome/xchat-gnome/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/xchat-gnome/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -46,7 +46,7 @@
 
 patchfiles          patch-configure.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/gnome/zenity/Portfile
===================================================================
--- trunk/dports/gnome/zenity/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/gnome/zenity/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -36,7 +36,7 @@
                 port:libnotify \
                 path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/graphics/geeqie/Portfile
===================================================================
--- trunk/dports/graphics/geeqie/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/graphics/geeqie/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -29,7 +29,7 @@
                     port:exiv2 \
                     port:lcms
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/graphics/gegl/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -55,7 +55,7 @@
                 rename-for-altivec.patch \
                 patch-ffmpeg.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd   ./autogen.sh
 

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/graphics/gegl-devel/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -64,7 +64,7 @@
 
 compiler.blacklist-append gcc-4.0 *gcc-4.2
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/graphics/gimp2/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -95,7 +95,7 @@
     }
 }
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/net/pidgin/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -70,7 +70,7 @@
 patchfiles          patch-configure.ac.diff \
                     patch-libpurple-internal.h.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/net/transmission-x11/Portfile
===================================================================
--- trunk/dports/net/transmission-x11/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/net/transmission-x11/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -44,7 +44,7 @@
 
 depends_run         port:gnome-themes-standard
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Modified: trunk/dports/security/policykit/Portfile
===================================================================
--- trunk/dports/security/policykit/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/security/policykit/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -51,7 +51,7 @@
     }
 }
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/x11/gtk-engines2/Portfile
===================================================================
--- trunk/dports/x11/gtk-engines2/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/x11/gtk-engines2/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -42,7 +42,7 @@
                 patch-remove-lua-engine.diff \
                 no-test.patch
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}

Modified: trunk/dports/x11/xkeyboard-config/Portfile
===================================================================
--- trunk/dports/x11/xkeyboard-config/Portfile	2015-04-12 07:11:10 UTC (rev 134961)
+++ trunk/dports/x11/xkeyboard-config/Portfile	2015-04-12 08:20:29 UTC (rev 134962)
@@ -37,7 +37,7 @@
 patchfiles      patch-autogen.sh.diff \
                 configure.in.diff
 
-# reconfigure using autogen.sh for intltool 0.51 compatibility
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd   ./autogen.sh
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150412/343f4365/attachment-0001.html>


More information about the macports-changes mailing list