Revision: 149638 https://trac.macports.org/changeset/149638 Author: devans@macports.org Date: 2016-06-28 07:56:37 -0700 (Tue, 28 Jun 2016) Log Message: ----------- GNOME-3/stable: gnome-photos, update to version 3.20.2, update autogen.sh from upstream git master. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile 2016-06-28 14:54:20 UTC (rev 149637) +++ users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile 2016-06-28 14:56:37 UTC (rev 149638) @@ -4,7 +4,7 @@ PortSystem 1.0 name gnome-photos -version 3.20.1 +version 3.20.2 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 0932ed6ca15be79b620a05c832c5d178b8b22c90 \ - sha256 7639cc9367aa0f4bbf54aa46edaeedb91fcce85d387e8ffb669470710e247e5a +checksums rmd160 4de45f624c7eb515163b52a763fe77203b31d83c \ + sha256 ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46 depends_build port:pkgconfig \ port:intltool \ Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh 2016-06-28 14:54:20 UTC (rev 149637) +++ users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh 2016-06-28 14:56:37 UTC (rev 149638) @@ -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
participants (1)
-
devans@macports.org