[99392] trunk/dports/devel/tup/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 4 04:16:06 PST 2012


Revision: 99392
          http://trac.macports.org//changeset/99392
Author:   ryandesign at macports.org
Date:     2012-11-04 04:16:06 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
tup: use github portgroup, simplifying port and fixing livecheck

Modified Paths:
--------------
    trunk/dports/devel/tup/Portfile

Modified: trunk/dports/devel/tup/Portfile
===================================================================
--- trunk/dports/devel/tup/Portfile	2012-11-04 12:11:31 UTC (rev 99391)
+++ trunk/dports/devel/tup/Portfile	2012-11-04 12:16:06 UTC (rev 99392)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                tup
-version             0.6
+github.setup        gittup tup 0.6 v
 revision        1
 categories          devel
 maintainers         gmail.com:anatol.pomozov
@@ -21,14 +21,10 @@
 
 homepage            http://gittup.org/tup/
 license             GPL-2
-master_sites        https://github.com/gittup/tup/tarball/v${version}
 
 checksums           rmd160  4cd05061ec58e828d967d4fbc27803e788c839ec \
                     sha256  3b8b7084d484c13071a33c9bbd7f9911dee163faa7b981629f41b87232ccd11f
 
-extract.mkdir       yes
-extract.post_args   "| tar --strip-components=1 -xf -"
-
 build.cmd           ./build.sh
 build.env-append    TUP_LABEL=${version}
 
@@ -42,7 +38,3 @@
     file copy ${worksrcpath}/build/tup ${destroot}${prefix}/bin
     file copy ${worksrcpath}/tup.1 ${destroot}${prefix}/share/man/man1/
 }
-
-livecheck.type      regex
-livecheck.url       https://github.com/gittup/tup/tags
-livecheck.regex     {<a href="/gittup/tup/tarball/v([0-9.]*)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/eb1f017c/attachment.html>


More information about the macports-changes mailing list