[150439] users/devans/GNOME-3/unstable/dports/gnome
devans at macports.org
devans at macports.org
Tue Jul 19 01:51:23 PDT 2016
Revision: 150439
https://trac.macports.org/changeset/150439
Author: devans at macports.org
Date: 2016-07-19 01:51:23 -0700 (Tue, 19 Jul 2016)
Log Message:
-----------
GNOME-3/unstable: gnome-calculator, copy from stable and update to unstable version 3.21.2, use gnome unstable livecheck.
Modified Paths:
--------------
users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/Portfile
users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/files/autogen.sh
Added Paths:
-----------
users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/
Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-calculator/Portfile 2016-05-26 14:06:04 UTC (rev 149049)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/Portfile 2016-07-19 08:51:23 UTC (rev 150439)
@@ -5,7 +5,7 @@
PortGroup compiler_blacklist_versions 1.0
name gnome-calculator
-version 3.20.1
+version 3.21.2
license GPL-3
set branch [join [lrange [split ${version} .] 0 1] .]
description Calculator with financial and scientific modes.
@@ -19,8 +19,8 @@
use_xz yes
-checksums rmd160 1523acb5842791cb6270813da75ed6541e5117a0 \
- sha256 02edcf99857599ac10ecd2faaf33ad20a9f11f7c5a89a52ee1b511d99b594b90
+checksums rmd160 57e8ba632a3859d6cb56e6ca97b7f4b1d559a368 \
+ sha256 aaf0be2db5540eac40405847ceb2c6487f3f5d87c372fa66fad375a45a542023
depends_build port:pkgconfig \
port:intltool \
@@ -58,4 +58,4 @@
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
-livecheck.type gnome
+livecheck.type gnome-with-unstable
Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-calculator/files/autogen.sh 2016-05-26 14:06:04 UTC (rev 149049)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-calculator/files/autogen.sh 2016-07-19 08:51:23 UTC (rev 150439)
@@ -21,12 +21,12 @@
aclocal --install || exit 1
intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install -Wno-portability || exit 1
-{ set +x; } 2>/dev/null
+set +x
if [ "$NOCONFIGURE" = "" ]; then
set -x
$srcdir/configure "$@" || exit 1
- { set +x; } 2>/dev/null
+ set +x
if [ "$1" = "--help" ]; then exit 0 else
echo "Now type \`make\' to compile $PKG_NAME" || exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160719/120cbbfc/attachment.html>
More information about the macports-changes
mailing list