[135429] users/devans/GNOME-3/stable/dports/gnome/seahorse

devans at macports.org devans at macports.org
Thu Apr 23 09:43:36 PDT 2015


Revision: 135429
          https://trac.macports.org/changeset/135429
Author:   devans at macports.org
Date:     2015-04-23 09:43:36 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: seahorse, update to version 3.15.92, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, use unstable livecheck.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/seahorse/files/
    users/devans/GNOME-3/stable/dports/gnome/seahorse/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/seahorse/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/seahorse
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/seahorse:108265-117440
/users/devans/GNOME-3/unstable/dports/gnome/seahorse:117866-118154
/users/rmstonecipher/gnome/seahorse:102363-103172
   + /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/seahorse:108265-117440
/users/devans/GNOME-3/unstable/dports/gnome/seahorse:117866-118154,133429-134674
/users/rmstonecipher/gnome/seahorse:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile	2015-04-23 16:43:35 UTC (rev 135428)
+++ users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile	2015-04-23 16:43:36 UTC (rev 135429)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                seahorse
-version             3.14.1
+version             3.15.92
 license             GPL-2+ GFDL-1.1+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Seahorse is a graphical interface for managing and using encryption keys.
@@ -20,14 +20,17 @@
 
 use_xz              yes
 
-checksums           rmd160  aa2819133a4f709fc1b7492964558974539942d7 \
-                    sha256  092a890982fa594da8a384f156b961392f69ce5d9518a9801035e6deb1f05e93
+checksums           rmd160  c84260616e745260a117c3d8ef654d8141dca7fa \
+                    sha256  e8ac3f6db660c763d3f7cec7fdb406f72bdc849074fd9f36a5dd7249008f0740
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
                     port:yelp-tools \
-                    port:gnome-common
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -42,14 +45,13 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
-# update build/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}/build/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.cflags-append \
                     -Wno-return-type
@@ -64,4 +66,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type      gnome
+livecheck.type      gnome-with-unstable

Added: users/devans/GNOME-3/stable/dports/gnome/seahorse/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/seahorse/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/seahorse/files/autogen.sh	2015-04-23 16:43:36 UTC (rev 135429)
@@ -0,0 +1,20 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="seahorse"
+
+(test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from the GNOME Git"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/fdf339fe/attachment.html>


More information about the macports-changes mailing list