[136087] trunk/dports/gnome/gnome-backgrounds

devans at macports.org devans at macports.org
Mon May 11 12:14:40 PDT 2015


Revision: 136087
          https://trac.macports.org/changeset/136087
Author:   devans at macports.org
Date:     2015-05-11 12:14:40 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gnome-backgrounds: update to version 3.16.0.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-backgrounds/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-backgrounds/files/

Property Changed:
----------------
    trunk/dports/gnome/gnome-backgrounds/


Property changes on: trunk/dports/gnome/gnome-backgrounds
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-backgrounds:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-backgrounds:108269-126948
/users/devans/GNOME-3/unstable/dports/gnome/gnome-backgrounds:117866-118152,124349-125620
/users/rmstonecipher/gnome/gnome-backgrounds:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-backgrounds:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-backgrounds:108269-136044
/users/devans/GNOME-3/unstable/dports/gnome/gnome-backgrounds:117866-118152,124349-125620,132279-134378
/users/rmstonecipher/gnome/gnome-backgrounds:102363-103172

Modified: trunk/dports/gnome/gnome-backgrounds/Portfile
===================================================================
--- trunk/dports/gnome/gnome-backgrounds/Portfile	2015-05-11 19:14:38 UTC (rev 136086)
+++ trunk/dports/gnome/gnome-backgrounds/Portfile	2015-05-11 19:14:40 UTC (rev 136087)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-backgrounds
-version             3.14.1
+version             3.16.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         nomaintainer
 categories          gnome
@@ -21,21 +21,24 @@
 
 use_xz              yes
 
-checksums           rmd160  780f9a36d5c323cd404b102d223bfbd147509569 \
-                    sha256  deeea0499f34b118d27d94e3ac8d23e3b210bd602b2c1aa0e0242a75ae78c126
+checksums           rmd160  ccb1601e53b98e165b0343fe68853c9f15a364fc \
+                    sha256  76e3f9dd01d8335da8e3e7c20f64c51d4e2372fa43a5280ce1649b32bebca03b
 
 depends_build       port:intltool \
-                    port:gettext
+                    port:gettext \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
 
-# 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
 
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/8e8fbfc9/attachment.html>


More information about the macports-changes mailing list