[98801] trunk/dports/python/py-icalendar/Portfile

deric at macports.org deric at macports.org
Tue Oct 16 11:16:11 PDT 2012


Revision: 98801
          http://trac.macports.org//changeset/98801
Author:   deric at macports.org
Date:     2012-10-16 11:16:10 -0700 (Tue, 16 Oct 2012)
Log Message:
-----------
py-icalendar: Remove superfluous git hash and version line, depend on base pytz.

Modified Paths:
--------------
    trunk/dports/python/py-icalendar/Portfile

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2012-10-16 16:14:22 UTC (rev 98800)
+++ trunk/dports/python/py-icalendar/Portfile	2012-10-16 18:16:10 UTC (rev 98801)
@@ -2,12 +2,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup github 1.0
+PortGroup           github 1.0
 
 github.setup        collective icalendar 3.1
-git.branch          85388792e11e106289f7399409c07e904dcca9d5
 name                py-icalendar
-version             3.1
 categories          python
 maintainers         deric
 platforms           darwin
@@ -30,7 +28,7 @@
 
 if {$subport != $name} {
     
-    depends_lib-append  port:py${python.version}-distribute  port:py${python.version}-tz-gae
+    depends_lib-append  port:py${python.version}-distribute  port:py${python.version}-tz
     
     post-destroot {
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121016/a9391c22/attachment.html>


More information about the macports-changes mailing list