Revision
124942
Author
khindenburg@macports.org
Date
2014-08-31 17:07:36 -0700 (Sun, 31 Aug 2014)

Log Message

libical: revert r124941 - the github version is actually 1.0.0 and is different then the sf 1.0

Modified Paths

Diff

Modified: trunk/dports/devel/libical/Portfile (124941 => 124942)


--- trunk/dports/devel/libical/Portfile	2014-08-31 23:37:26 UTC (rev 124941)
+++ trunk/dports/devel/libical/Portfile	2014-09-01 00:07:36 UTC (rev 124942)
@@ -2,15 +2,17 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 
-github.setup        libical libical 1.0 v
+name                libical
+version             1.0
 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
@@ -18,3 +20,5 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
+livecheck.url       http://sourceforge.net/projects/freeassociation/files/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"