[119863] trunk/dports/devel/gource/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu May 8 06:12:40 PDT 2014
Revision: 119863
https://trac.macports.org/changeset/119863
Author: ryandesign at macports.org
Date: 2014-05-08 06:12:40 -0700 (Thu, 08 May 2014)
Log Message:
-----------
gource: remove post-patch reinplaces that no longer do anything with this version
Modified Paths:
--------------
trunk/dports/devel/gource/Portfile
Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile 2014-05-08 13:01:59 UTC (rev 119862)
+++ trunk/dports/devel/gource/Portfile 2014-05-08 13:12:40 UTC (rev 119863)
@@ -37,14 +37,6 @@
configure.args --disable-sdltest
-# gource's configure script assumes gnu 'sed -e' and 'tac' which are not included on
-# darwin so we replace 'tac' with 'awk' and 'sed -e' with 'perl -pe'
-post-patch {
- reinplace "s, tac, awk '1 { last = NR; line\[last\] = \$0; } END { for (i = last; i > 0; i--) { print line\[i\]; } }'," ${worksrcpath}/configure
- reinplace "s,sed -e 's;^lib\\\\(boost_system.*\\\\)\\\\.\\\\(so\\\\|a\\\\),perl -pe 's;^lib(boost_system.*)\\\\.(dylib|so|a)," ${worksrcpath}/configure
- reinplace "s,sed -e 's;^lib\\\\(boost_filesystem.*\\\\)\\\\.\\\\(dylib\\\\|a\\\\|so\\\\),perl -pe 's;^lib(boost_filesystem.*)\\\\.(dylib|so|a)," ${worksrcpath}/configure
-}
-
livecheck.type regex
livecheck.url http://code.google.com/p/gource/
livecheck.regex "gource-(\\d+\\.\\d+)\\.tar\\.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140508/353c3615/attachment.html>
More information about the macports-changes
mailing list