[45542] trunk/dports/www/php5-midgard/Portfile

jwa at macports.org jwa at macports.org
Sat Jan 17 03:30:50 PST 2009


Revision: 45542
          http://trac.macports.org/changeset/45542
Author:   jwa at macports.org
Date:     2009-01-17 03:30:50 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
version bump to 8.09.3, remove invalid cd command

Modified Paths:
--------------
    trunk/dports/www/php5-midgard/Portfile

Modified: trunk/dports/www/php5-midgard/Portfile
===================================================================
--- trunk/dports/www/php5-midgard/Portfile	2009-01-17 11:29:46 UTC (rev 45541)
+++ trunk/dports/www/php5-midgard/Portfile	2009-01-17 11:30:50 UTC (rev 45542)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		php5-midgard
-version		8.09.2
+version		8.09.3
 categories	www
 maintainers	jwa
 description	A content management system
@@ -12,19 +12,18 @@
 platforms	darwin
 homepage	http://www.midgard-project.org/
 
-master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-c781cd40a9d411dd836863f7b6686f126f12/
+master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-deede8a0e0a311dd830ac1dc38ad29d629d6/
 
 use_bzip2	yes
-checksums	md5 8ba2a7a635a6161f88d43185d588de05 \
-    sha1 567209316c05796edf4e724f014db1a152063907 \
-    rmd160 ebeadc1918fe5050e6ca27d55e0d715653c9ef92
+checksums           md5     a15dead52266ead73f1b81c3a76c081c \
+                    sha1    aed3974c56327154088a5acb70bdf2d1d6aba31f \
+                    rmd160  89890474f11d72ccaaa68e22827bd5f62249af1f
 
 depends_lib	port:midgard-core \
     port:php5
 
 pre-configure	{
-    cd ${worksrcpath}
-    system "phpize"
+    system "cd ${worksrcpath} && phpize"
 }
 
 configure.args	--sysconfdir=${prefix}/etc/midgard/ \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/cb8579a7/attachment.html>


More information about the macports-changes mailing list