[135361] users/devans/GNOME-3/stable/dports/gnome/eog

devans at macports.org devans at macports.org
Thu Apr 23 08:22:08 PDT 2015


Revision: 135361
          https://trac.macports.org/changeset/135361
Author:   devans at macports.org
Date:     2015-04-23 08:22:08 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: eog, update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

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

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


Property changes on: users/devans/GNOME-3/stable/dports/gnome/eog
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/eog:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/eog:108265-127228
/users/devans/GNOME-3/unstable/dports/gnome/eog:114069-118152,119539-125772
/users/rmstonecipher/gnome/eog:102363-103172
   + /branches/mld-qt-481/dports/gnome/eog:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/eog:108265-127228
/users/devans/GNOME-3/unstable/dports/gnome/eog:114069-118152,119539-125772,132514-134396
/users/rmstonecipher/gnome/eog:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/eog/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog/Portfile	2015-04-23 15:22:07 UTC (rev 135360)
+++ users/devans/GNOME-3/stable/dports/gnome/eog/Portfile	2015-04-23 15:22:08 UTC (rev 135361)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                eog
-version             3.14.3
+version             3.16.1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         An image viewing and cataloging program.
@@ -20,15 +20,18 @@
 
 use_xz              yes
 
-checksums           rmd160  665d1e2eccabb1aa16805fafbf228b61588f1e98 \
-                    sha256  c05a3c0a75c3c5d42f41eadca9e23753d1fa59bc37fb5826909b468b9be1cf59
+checksums           rmd160  c2533d8c4184df45e5b45498cde9a9af9cc5da10 \
+                    sha256  2979d1852397310ad4e04bfa4eb1fa4d9fb342071f0797c9de077fd13607c1e7
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
                     port:yelp-tools \
                     port:gtk-doc \
-                    port:gnome-common
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -48,15 +51,14 @@
                     port:yelp
 
 gobject_introspection yes
-               
-# update m4/intltool.m4 and autoreconf
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules

Added: users/devans/GNOME-3/stable/dports/gnome/eog/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/eog/files/autogen.sh	2015-04-23 15:22:08 UTC (rev 135361)
@@ -0,0 +1,25 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="eog"
+
+(test -f $srcdir/src/eog-window.c) || {
+    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
+}
+
+REQUIRED_AUTOCONF_VERSION=2.59
+REQUIRED_AUTOMAKE_VERSION=1.11
+REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_PKG_CONFIG_VERSION=0.16.0
+REQUIRED_GTK_DOC_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/a65cf3e6/attachment.html>


More information about the macports-changes mailing list