Revision: 124941 https://trac.macports.org/changeset/124941 Author: khindenburg@macports.org Date: 2014-08-31 16:37:26 -0700 (Sun, 31 Aug 2014) Log Message: ----------- libical: move to github Modified Paths: -------------- trunk/dports/devel/libical/Portfile Modified: trunk/dports/devel/libical/Portfile =================================================================== --- trunk/dports/devel/libical/Portfile 2014-08-31 21:39:47 UTC (rev 124940) +++ trunk/dports/devel/libical/Portfile 2014-08-31 23:37:26 UTC (rev 124941) @@ -2,17 +2,15 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name libical -version 1.0 +github.setup libical libical 1.0 v categories devel license {LGPL-2.1 MPL-1} maintainers nomaintainer description An implementation of iCalendar protocols and data formats long_description ${description} platforms darwin -homepage http://sourceforge.net/projects/freeassociation/ -master_sites sourceforge:freeassociation checksums rmd160 1c78b07c37c80e8fe068fb3164bbf8614f02e67f \ sha256 7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7 @@ -20,5 +18,3 @@ use_autoreconf yes autoreconf.args -fvi -livecheck.url http://sourceforge.net/projects/freeassociation/files/ -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"