[89033] trunk/dports/textproc/liblrdf/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 18 04:18:52 PST 2012


Revision: 89033
          http://trac.macports.org/changeset/89033
Author:   ryandesign at macports.org
Date:     2012-01-18 04:18:50 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
liblrdf: use github portgroup, thereby fixing livecheck

Modified Paths:
--------------
    trunk/dports/textproc/liblrdf/Portfile

Modified: trunk/dports/textproc/liblrdf/Portfile
===================================================================
--- trunk/dports/textproc/liblrdf/Portfile	2012-01-18 12:11:09 UTC (rev 89032)
+++ trunk/dports/textproc/liblrdf/Portfile	2012-01-18 12:18:50 UTC (rev 89033)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
+github.setup        swh LRDF 0.4.0
 name                liblrdf
-version             0.4.0
 revision            3
 categories          textproc
 maintainers         pixilla openmaintainer
@@ -16,9 +17,7 @@
                     plugins. It can also be used for general RDF manipulation. It can read RDF/XLM \
                     and N3 files and export N3 files. It also has a light taxonomic inference capability.
 
-homepage            https://github.com/swh/LRDF
 fetch.type          git
-git.url             git://github.com/swh/LRDF.git
 git.branch          4e416a5209c7a5854fac
 
 depends_build       port:pkgconfig
@@ -32,5 +31,3 @@
 if {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang
 }
-livecheck.url       http://sourceforge.net/projects/lrdf/files/
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/a6847e2b/attachment-0001.html>


More information about the macports-changes mailing list