[136634] users/devans/GNOME-3/unstable/dports/gnome/gnome-panel

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


Revision: 136634
          https://trac.macports.org/changeset/136634
Author:   devans at macports.org
Date:     2015-05-23 07:52:45 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: gnome-panel, sync with stable, update to version 3.17.1.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/files/autogen.sh

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


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-panel
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-panel:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-panel:117858-127582
/users/devans/GNOME-3/stable/dports/gnome/gnome-panel:108276-113174,128986-132234
/users/rmstonecipher/gnome/gnome-panel:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-panel:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-panel:117858-127582
/users/devans/GNOME-3/stable/dports/gnome/gnome-panel:108276-113174,128986-136501
/users/rmstonecipher/gnome/gnome-panel:102363-103172

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/Portfile	2015-05-23 14:52:44 UTC (rev 136633)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/Portfile	2015-05-23 14:52:45 UTC (rev 136634)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-panel
-version             3.15.2
+version             3.17.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -20,15 +20,18 @@
 
 use_xz              yes
 
-checksums           rmd160  a43f7e0d14b33a1489d9692223b2bf794e0e97ff \
-                    sha256  de0984dd8714af845b23b5bdf27638f146338c8c0ebea73d7dc4f4dc588d4441
+checksums           rmd160  17ca644aa89a7428a227897c148d33b0896ec1d5 \
+                    sha256  5f9b01109e9eaee829476c15f814890cce7f4875aef609fbd5e9e94032b90924
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:gtk-doc \
                     port:itstool \
                     port:yelp-tools \
                     port:gnome-common \
-                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
                     port:python27
 
 depends_lib         port:desktop-file-utils \
@@ -52,14 +55,13 @@
 
 gobject_introspection yes
 
-# 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.python    ${prefix}/bin/python2.7
 

Copied: users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/files/autogen.sh (from rev 136501, users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-panel/files/autogen.sh	2015-05-23 14:52:45 UTC (rev 136634)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_M4MACROS=introspection.m4
+
+#(test -f $srcdir/configure.ac \
+#  && test -f $srcdir/gnome-panel.doap) || {
+#    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+#    echo " top-level gnome-panel directory"
+#    exit 1
+#}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common."
+    exit 1
+}
+
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/6939cfe0/attachment.html>


More information about the macports-changes mailing list