[57269] trunk/dports/www/sahana2/Portfile

snc at macports.org snc at macports.org
Tue Sep 8 07:43:18 PDT 2009


Revision: 57269
          http://trac.macports.org/changeset/57269
Author:   snc at macports.org
Date:     2009-09-08 07:43:17 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
fix dependencies and bump revision, ticket #21141. upgrade livecheck, license

Modified Paths:
--------------
    trunk/dports/www/sahana2/Portfile

Modified: trunk/dports/www/sahana2/Portfile
===================================================================
--- trunk/dports/www/sahana2/Portfile	2009-09-08 14:39:32 UTC (rev 57268)
+++ trunk/dports/www/sahana2/Portfile	2009-09-08 14:43:17 UTC (rev 57269)
@@ -5,8 +5,9 @@
 
 name                sahana2
 version             0.6.2.2
+revision            1
 categories          www php
-#license             LGPL
+license             LGPL
 maintainers         snc openmaintainer
 description         Sahana is a web based disaster management system
 long_description    Sahana is an integrated set of pluggable, web based \
@@ -23,21 +24,11 @@
 
 platforms           darwin freebsd
 
-depends_lib         port:apache2 port:php5 port:mysql5
+depends_run         port:php5-web port:php5-mysql port:php5-gd port:php5-curl
             
-variant apache description "Use Apache 1 instead of Apache 2" {
-    depends_lib-append  port:apache
-    depends_lib-delete  port:apache2
-}
+use_configure       no
+build               {}
 
-variant mysql4 description "Use MySQL 4 instead of MySQL 5" {
-    depends_lib-append  port:mysql4
-    depends_lib-delete  port:mysql5
-}
-
-use_configure   no
-build           {}
-
 set docpath ${destroot}${prefix}/www/data
 set worksrcpath ${workpath}/sahana
 
@@ -47,6 +38,6 @@
     file attributes ${docpath}/sahana/www/tmp -permissions 040777
 }
 
-livecheck.check     regex
+livecheck.type      regex
 livecheck.url       http://sourceforge.net/api/file/index/project-id/127855/rss?path=/Sahana
 livecheck.regex     sahana-(\\d+\\.\\d+\\.\\d+(\\.\\d+)?)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090908/fac5386f/attachment.html>


More information about the macports-changes mailing list