[150444] users/devans/GNOME-3/unstable/dports/gnome/gnome-photos

devans at macports.org devans at macports.org
Tue Jul 19 02:05:15 PDT 2016


Revision: 150444
          https://trac.macports.org/changeset/150444
Author:   devans at macports.org
Date:     2016-07-19 02:05:15 -0700 (Tue, 19 Jul 2016)
Log Message:
-----------
GNOME-3/unstable: gnome-photos, update to version 3.21.3, update autogen.sh from upstream git master.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/autogen.sh

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


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-photos
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/unstable/dports/gnome/gnome-photos:120511-125933,132286-134600,136848-140557,143569-147190
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-photos:148184-149498
/users/devans/GNOME-3/unstable/dports/gnome/gnome-photos:120511-125933,132286-134600,136848-140557,143569-147190

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile	2016-07-19 09:03:47 UTC (rev 150443)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile	2016-07-19 09:05:15 UTC (rev 150444)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-photos
-version             3.21.1
+version             3.21.3
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Photo manager for GNOME.
@@ -18,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  e30d9bd5e5655d143d15241b2e2986b759c1a0c7 \
-                    sha256  fee791db1c512bfe3f9c6a21ff116c86e890f6063406007fdd2315d4176b949b
+checksums           rmd160  c4549278a0925200a14c89e32fda3b56ea638aae \
+                    sha256  85f4bae4f6ee73dccbbb69ca1053ea3da3a20a968519022cd16f63fc61a56139
 
 depends_build       port:pkgconfig \
                     port:intltool \

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/autogen.sh	2016-07-19 09:03:47 UTC (rev 150443)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/autogen.sh	2016-07-19 09:05:15 UTC (rev 150444)
@@ -9,6 +9,9 @@
     exit 1
 }
 
+olddir=`pwd`
+cd $srcdir
+
 PKG_NAME=`autoconf --trace "AC_INIT:$1" "$srcdir/configure.ac"`
 ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
 
@@ -34,6 +37,8 @@
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install -Wno-portability || exit 1
 
+cd $olddir
+
 if [ "$NOCONFIGURE" = "" ]; then
         $srcdir/configure "$@" || exit 1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160719/df6b578d/attachment.html>


More information about the macports-changes mailing list