[58606] trunk/dports/www/phpicalendar/Portfile

snc at macports.org snc at macports.org
Thu Oct 1 16:51:52 PDT 2009


Revision: 58606
          http://trac.macports.org/changeset/58606
Author:   snc at macports.org
Date:     2009-10-01 16:51:51 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
updated version, converted to php5 dependencies, fixed livecheck, ticket #21142. maintainer timeout

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

Modified: trunk/dports/www/phpicalendar/Portfile
===================================================================
--- trunk/dports/www/phpicalendar/Portfile	2009-10-01 23:42:08 UTC (rev 58605)
+++ trunk/dports/www/phpicalendar/Portfile	2009-10-01 23:51:51 UTC (rev 58606)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,7 +4,8 @@
 
 name			phpicalendar
-version			2.24
+version			2.31
 categories		www php
 platforms		darwin
+depends_run     port:php5-web
 maintainers		mww
 description		web-based iCal viewer
@@ -13,8 +15,11 @@
 
 homepage	http://phpicalendar.net/
 master_sites	sourceforge
+distname        ${name}${version}
 extract.suffix	.tgz
-checksums	sha1 2a2569fffda8276ba9504ea88eee8862fd254dbf
+checksums           md5     2aa665ec99a24711a71980e8cd0d96b6 \
+                    sha1    8b1ce761fea2fcd8b1eb3ffc4c02cd3edcf40deb \
+                    rmd160  5cf58988058cf2044cf746099d0d189d1958950e
 
 extract.post_args	"| tar -xf - --exclude='*.DS_Store'"
 
@@ -32,7 +37,7 @@
 		file rename ${destroot}${prefix}/www/${name}/${f} \
 			${destroot}${prefix}/share/doc/${name}/${f}
 	}
-	file rename ${destroot}${prefix}/www/${name}/config.inc-dist.php \
+	file rename ${destroot}${conf} \
 		${destroot}${conf}.sample
 }
 
@@ -42,4 +47,4 @@
 	}
 }
 
-livecheck.version	phpicalendar-2.24
+livecheck.regex     ${name}(\\d+\\.\\d+(\\.\\d+)?) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/faef88e0/attachment.html>


More information about the macports-changes mailing list