[136179] trunk/dports/gnome/file-roller

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


Revision: 136179
          https://trac.macports.org/changeset/136179
Author:   devans at macports.org
Date:     2015-05-11 15:50:25 -0700 (Mon, 11 May 2015)
Log Message:
-----------
file-roller: update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/gnome/file-roller/Portfile

Added Paths:
-----------
    trunk/dports/gnome/file-roller/files/autogen.sh

Property Changed:
----------------
    trunk/dports/gnome/file-roller/


Property changes on: trunk/dports/gnome/file-roller
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/file-roller:108269-132006
/users/devans/GNOME-3/unstable/dports/gnome/file-roller:114069-118152,119539-125920
   + /users/devans/GNOME-3/stable/dports/gnome/file-roller:108269-136058
/users/devans/GNOME-3/unstable/dports/gnome/file-roller:114069-118152,119539-125920,128305-134596

Modified: trunk/dports/gnome/file-roller/Portfile
===================================================================
--- trunk/dports/gnome/file-roller/Portfile	2015-05-11 22:50:23 UTC (rev 136178)
+++ trunk/dports/gnome/file-roller/Portfile	2015-05-11 22:50:25 UTC (rev 136179)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                file-roller
-version             3.14.2
+version             3.16.1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         An archive manager for GNOME
@@ -22,13 +22,17 @@
 
 use_xz              yes
 
-checksums           rmd160  7dcd10f8406b354c84ca8e2b968898c69527d269 \
-                    sha256  1815e736715afe8c0f3fbda41c76c07289220d4855345f779c632adf5e074e50
+checksums           rmd160  1822dc446d0833932637c0cd98e094acef8694e0 \
+                    sha256  d0e3cf1af1bc30e29e6bbf9444fed859092e999bc4686541c021d6c1f6a58689
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
-                    port:yelp-tools
+                    port:yelp-tools \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -42,14 +46,13 @@
 
 patchfiles          patch-src-fr-command-lrzip.c.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
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-nautilus-actions \
                     --disable-packagekit \

Copied: trunk/dports/gnome/file-roller/files/autogen.sh (from rev 136058, users/devans/GNOME-3/stable/dports/gnome/file-roller/files/autogen.sh)
===================================================================
--- trunk/dports/gnome/file-roller/files/autogen.sh	                        (rev 0)
+++ trunk/dports/gnome/file-roller/files/autogen.sh	2015-05-11 22:50:25 UTC (rev 136179)
@@ -0,0 +1,21 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="File Roller"
+REQUIRED_AUTOMAKE_VERSION=1.8
+
+(test -f $srcdir/src/main.c && test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level $PKG_NAME directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from the GNOME CVS"
+    exit 1
+}
+
+USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/9939a215/attachment.html>


More information about the macports-changes mailing list