[153715] trunk/dports/gnome/gnome-applets
devans at macports.org
devans at macports.org
Sat Oct 8 18:50:14 CEST 2016
Revision: 153715
https://trac.macports.org/changeset/153715
Author: devans at macports.org
Date: 2016-10-08 09:50:14 -0700 (Sat, 08 Oct 2016)
Log Message:
-----------
gnome-applets: update to version 3.22.0, invest-applet now implemented in C rather than Python, freshen autogen.sh from upstream git.
Modified Paths:
--------------
trunk/dports/gnome/gnome-applets/Portfile
trunk/dports/gnome/gnome-applets/files/autogen.sh
Property Changed:
----------------
trunk/dports/gnome/gnome-applets/
Property changes on: trunk/dports/gnome/gnome-applets
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/gnome-applets:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-applets:108276-113174,127583-147832
/users/devans/GNOME-3/unstable/dports/gnome/gnome-applets:132278-140633
/users/rmstonecipher/gnome/gnome-applets:102363-103172
+ /branches/mld-qt-481/dports/gnome/gnome-applets:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-applets:108276-113174,127583-153713
/users/devans/GNOME-3/unstable/dports/gnome/gnome-applets:132278-140633
/users/rmstonecipher/gnome/gnome-applets:102363-103172
Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile 2016-10-08 16:48:37 UTC (rev 153714)
+++ trunk/dports/gnome/gnome-applets/Portfile 2016-10-08 16:50:14 UTC (rev 153715)
@@ -4,7 +4,7 @@
PortSystem 1.0
name gnome-applets
-version 3.20.0
+version 3.22.0
set branch [join [lrange [split ${version} .] 0 1] .]
description GNOME panel applets.
long_description This package contains applets for use with the \
@@ -18,8 +18,8 @@
use_xz yes
-checksums rmd160 9bff2d37e15630db5f78607e653bc5f6fb7b523e \
- sha256 cf3782447512a0cad144475783e7d9c3aee3bb210ad0b33bba858f102e6cdd94
+checksums rmd160 5c50b41cff192736bc03bdfaaca9b8ea4da2a7e6 \
+ sha256 2707f4efb3e890e36a54792fb728107f82f79bf517145b576331c7a973a56dd4
depends_build port:pkgconfig \
port:intltool \
@@ -46,13 +46,6 @@
patchfiles patch-m4-ax_compiler_flags_ldflags.m4.diff \
patch-configure.ac.diff
-post-patch {
- reinplace "s|/usr/bin/python3|${configure.python}|" \
- ${worksrcpath}/invest-applet/invest/invest-applet.py \
- ${worksrcpath}/invest-applet/invest/invest-chart \
- ${worksrcpath}/invest-applet/invest/test.py
-}
-
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
post-patch {
Modified: trunk/dports/gnome/gnome-applets/files/autogen.sh
===================================================================
--- trunk/dports/gnome/gnome-applets/files/autogen.sh 2016-10-08 16:48:37 UTC (rev 153714)
+++ trunk/dports/gnome/gnome-applets/files/autogen.sh 2016-10-08 16:50:14 UTC (rev 153715)
@@ -11,6 +11,9 @@
exit 1
fi
+olddir=$(pwd)
+cd "$srcdir"
+
PKG_NAME=$(autoconf --trace 'AC_INIT:$1' "$srcdir/configure.ac")
if [ "$#" = 0 ] && [ -z "$NOCONFIGURE" ]; then
@@ -26,6 +29,8 @@
autoreconf --verbose --force --install -Wno-portability || exit 1
{ set +x; } 2>/dev/null
+cd "$olddir"
+
if [ -z "$NOCONFIGURE" ]; then
set -x
$srcdir/configure "$@" || exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161008/18722c56/attachment-0002.html>
More information about the macports-changes
mailing list