[136183] trunk/dports/gnome/gedit-plugins

devans at macports.org devans at macports.org
Mon May 11 15:50:31 PDT 2015


Revision: 136183
          https://trac.macports.org/changeset/136183
Author:   devans at macports.org
Date:     2015-05-11 15:50:31 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gedit-plugins: update to version 3.16.0, dependencies, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/gnome/gedit-plugins/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff

Property Changed:
----------------
    trunk/dports/gnome/gedit-plugins/


Property changes on: trunk/dports/gnome/gedit-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-132006
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920
   + /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-136059
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920,133204-134597

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2015-05-11 22:50:29 UTC (rev 136182)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2015-05-11 22:50:31 UTC (rev 136183)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gedit-plugins
-version             3.14.1
+version             3.16.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Plug-ins for GEdit
@@ -17,13 +17,16 @@
 
 use_xz              yes
 
-checksums           rmd160  18e99ca3197a1ec356fb543192c3140601c9261f \
-                    sha256  d0f4b8282e91dc3f77698aa4c8a6bd09df057b4df77fb86594c402fe7347b881
+checksums           rmd160  37693d8a3228a17406b1064f937f4ce62f246b6b \
+                    sha256  b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
-                    port:yelp-tools
+                    port:yelp-tools \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:gtk3 \
                     port:gtksourceview3 \
@@ -33,22 +36,20 @@
                     port:libgit2-glib \
                     port:zeitgeist
 
-patchfiles          patch-configure.ac.diff
+patchfiles          patch-autogen.sh.diff \
+                    patch-configure.ac.diff
 
-# 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
-}
+configure.cmd       ./autogen.sh
 
-use_autoreconf      yes
-autoreconf.args     -fvi
-
 configure.args      --disable-python \
                     --disable-schemas-compile
 
 variant python34 conflicts description {Use python 3.4} {
-    depends_lib-append        port:py34-gobject3
+    depends_lib-append        port:py34-gobject3 \
+                              port:dbus-python34
+
     configure.python          ${prefix}/bin/python3.4
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.4
     configure.pkg_config_path ${python_framework}/lib/pkgconfig

Copied: trunk/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff (from rev 136059, users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff)
===================================================================
--- trunk/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff	                        (rev 0)
+++ trunk/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff	2015-05-11 22:50:31 UTC (rev 136183)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig	2015-03-31 08:42:42.000000000 -0700
++++ autogen.sh	2015-03-31 08:43:29.000000000 -0700
+@@ -19,8 +19,10 @@
+         exit 1
+ fi
+ 
+-autopoint --force
+-AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
++# autopoint --force
++# AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
++intltoolize --automake --copy --force
++autoreconf --force --install --verbose
+ 
+ cd "$olddir"
+ test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/4eddb1e8/attachment-0001.html>


More information about the macports-changes mailing list