[99389] trunk/dports/audio/liblastfm/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/audio/liblastfm/Portfile

Modified: trunk/dports/audio/liblastfm/Portfile
===================================================================
--- trunk/dports/audio/liblastfm/Portfile	2012-11-04 11:48:06 UTC (rev 99388)
+++ trunk/dports/audio/liblastfm/Portfile	2012-11-04 12:04:53 UTC (rev 99389)
@@ -2,10 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           qt4 1.0
 
-name                liblastfm
-version             0.3.3
+github.setup        mxcl liblastfm 0.3.3
 revision            2
 categories          audio
 license             GPL-3
@@ -18,15 +18,10 @@
 
 platforms           darwin
 
-homepage            https://github.com/mxcl/liblastfm
-master_sites        https://github.com/mxcl/liblastfm/tarball/${version}
-
 checksums           md5     fe339bf46aefc515c251200d10262f79 \
                     sha1    f2e9705c9c2cbeaa14f46da9bd35ab36fe710392 \
                     rmd160  690931075f38fda78c69015ca5088c166f6e1013
 
-worksrcdir          mxcl-${name}-1c739eb
-
 depends_build-append port:ruby
 
 depends_lib-append  port:libsamplerate port:fftw-3-single
@@ -94,7 +89,3 @@
     system "install_name_tool -id ${prefix}/lib/liblastfm.0.dylib ${destroot}${prefix}/lib/liblastfm.0.3.3.dylib"
     system "install_name_tool -id ${prefix}/lib/liblastfm_fingerprint.0.dylib ${destroot}${prefix}/lib/liblastfm_fingerprint.0.3.3.dylib"
 }
-
-livecheck.type      regex
-livecheck.url       https://github.com/mxcl/liblastfm/tags
-livecheck.regex     {tarball/([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/942dd949/attachment-0001.html>


More information about the macports-changes mailing list