[88938] trunk/dports/www/uzbl/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 22:44:46 PST 2012


Revision: 88938
          http://trac.macports.org/changeset/88938
Author:   ryandesign at macports.org
Date:     2012-01-14 22:44:46 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
uzbl: use github portgroup

Modified Paths:
--------------
    trunk/dports/www/uzbl/Portfile

Modified: trunk/dports/www/uzbl/Portfile
===================================================================
--- trunk/dports/www/uzbl/Portfile	2012-01-15 06:40:28 UTC (rev 88937)
+++ trunk/dports/www/uzbl/Portfile	2012-01-15 06:44:46 UTC (rev 88938)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                uzbl
-version             2011.11.28
+github.setup        Dieterbe uzbl 2011.11.28
 categories          www
 license             GPL-3
 platforms           darwin
@@ -15,7 +15,6 @@
 long_description    ${name} is a web browser that adheres to the UNIX philosophy.
 
 homepage            http://www.uzbl.org/
-master_sites        https://github.com/Dieterbe/uzbl/tarball/${version}
 
 checksums           rmd160  b10247c0557cc99f09a6d449453b2e11d70a5307 \
                     sha256  c0f728d1a0f9d7472dbf57a155f2bfaa153aa621b0e784c9789c446e942e9c9c
@@ -26,10 +25,6 @@
                     port:webkit-gtk \
                     port:libsoup
 
-post-extract {
-    move [glob ${workpath}/*] ${worksrcpath}
-}
-
 use_configure       no
 
 variant universal {}
@@ -38,7 +33,3 @@
                     CC="${configure.cc} [get_canonical_archflags]"
 
 eval destroot.args  ${build.args}
-
-livecheck.type      regex
-livecheck.url       https://github.com/Dieterbe/uzbl/tags
-livecheck.regex     {tarball/([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/bec6393c/attachment.html>


More information about the macports-changes mailing list