[89036] trunk/dports/devel/yajl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 18 04:40:38 PST 2012
Revision: 89036
http://trac.macports.org/changeset/89036
Author: ryandesign at macports.org
Date: 2012-01-18 04:40:38 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
yajl: use github portgroup
Modified Paths:
--------------
trunk/dports/devel/yajl/Portfile
Modified: trunk/dports/devel/yajl/Portfile
===================================================================
--- trunk/dports/devel/yajl/Portfile 2012-01-18 12:38:23 UTC (rev 89035)
+++ trunk/dports/devel/yajl/Portfile 2012-01-18 12:40:38 UTC (rev 89036)
@@ -2,10 +2,10 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup cmake 1.0
-name yajl
-version 2.0.3
+github.setup lloyd yajl 2.0.3
categories devel
maintainers gmail.com:benjaminlyu openmaintainer
description Yet Another JSON Library.
@@ -13,16 +13,7 @@
written in ANSI C, and a small validating JSON generator.
license BSD
homepage http://lloyd.github.com/yajl/
-master_sites https://github.com/lloyd/yajl/tarball/${version}
platforms darwin
checksums rmd160 5786251eb1c9efd0d16392b06935973bc684755c \
sha256 606ee384f288b6ad4f17c9c57b8868f8db525d542790fd1071139c9636e71952
-
-post-extract {
- move [glob ${workpath}/*] ${worksrcpath}
-}
-
-livecheck.type regex
-livecheck.url https://github.com/lloyd/yajl/tags
-livecheck.regex {tarball/(1\.[0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/4ab2c154/attachment.html>
More information about the macports-changes
mailing list