[136628] users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins

devans at macports.org devans at macports.org
Sat May 23 07:52:37 PDT 2015


Revision: 136628
          https://trac.macports.org/changeset/136628
Author:   devans at macports.org
Date:     2015-05-23 07:52:37 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: gedit-plugins, sync with stable, update to version 3.17.0.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-configure.ac.diff

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gedit-plugins:114993-127338
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920
   + /trunk/dports/gnome/gedit-plugins:114993-127338
/users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:133097-136501
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920

Modified: users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/Portfile	2015-05-23 14:52:34 UTC (rev 136627)
+++ users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/Portfile	2015-05-23 14:52:37 UTC (rev 136628)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gedit-plugins
-version             3.15.0
+version             3.17.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  73942281e3e36d86d95570c4bb1472499f967e71 \
-                    sha256  a557a57d6011d515c4dd395ddeda72f6490504d1a3464c373ffc4017c76e7bcd
+checksums           rmd160  767b9a614f4f4cfbc417a37eab0e204a8a135b2b \
+                    sha256  533e9c0c4c080a2ef3e5a3a30225571e573020e8e6863697b7d011b742ea5e26
 
 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: users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff (from rev 136501, users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-autogen.sh.diff	2015-05-23 14:52:37 UTC (rev 136628)
@@ -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" "$@"

Modified: users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-configure.ac.diff	2015-05-23 14:52:34 UTC (rev 136627)
+++ users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins/files/patch-configure.ac.diff	2015-05-23 14:52:37 UTC (rev 136628)
@@ -1,7 +1,7 @@
---- configure.ac.orig	2014-11-11 23:42:40.000000000 -0800
-+++ configure.ac	2014-11-17 08:30:13.000000000 -0800
-@@ -49,8 +49,9 @@
- # ================================================================
+--- configure.ac.orig	2015-04-29 12:02:54.000000000 -0700
++++ configure.ac	2015-05-21 20:41:03.000000000 -0700
+@@ -46,8 +46,9 @@
+ 
  IT_PROG_INTLTOOL([0.40.0])
  
 -AM_GNU_GETTEXT_VERSION([0.17])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/431a3aba/attachment.html>


More information about the macports-changes mailing list