[20739] trunk/dports/www/midgard-php4/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 24 08:28:28 PST 2006


Revision: 20739
          http://trac.macosforge.org/projects/macports/changeset/20739
Author:   jwa at macports.org
Date:     2006-11-24 08:28:28 -0800 (Fri, 24 Nov 2006)

Log Message:
-----------
version up to 1.8.0. NB! dependency changed to php5 instead of php4
regardless the name!

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

Modified: trunk/dports/www/midgard-php4/Portfile
===================================================================
--- trunk/dports/www/midgard-php4/Portfile	2006-11-24 16:26:20 UTC (rev 20738)
+++ trunk/dports/www/midgard-php4/Portfile	2006-11-24 16:28:28 UTC (rev 20739)
@@ -2,32 +2,31 @@
 
 PortSystem 1.0
 name		midgard-php4
-version		1.7.6
+version		1.8.0
 categories	www
-maintainers	jwa at opendarwin.org
+maintainers	jwa at macports.org
 description	"A content management system"
 long_description "Midgard is a content management system\
 		platform using Apache, PHP and MySQL."
 platforms	darwin
 homepage	http://www.midgard-project.org/
 
-master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-d374a7e7de9825fa900291979d61b5b9/
+master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-bf3c6a225d0611db879abb1935ad0c1c0c1c/
 
 use_bzip2	yes
-checksums	sha1 8cd7a07c6055768ee4b4e861dc6e50569236c954
+checksums	sha1 630cb7bdc9c133fa3d8085e71858bc84dedbbc88
 depends_lib	port:midgard-core\
-		port:php4
+		port:php5
 
-patchfiles	patch-midgard.c
 pre-configure	{ 
 	cd ${worksrcpath}
-	system "phpize4"
+	system "phpize"
 }
-configure.env	EXTRA_LDFLAGS=" -m"
+
 configure.args	--sysconfdir=${prefix}/etc/midgard/ \
 		--with-apxs=${prefix}/apache2/bin/apxs\
 		--with-apr-config=${prefix}/bin/apr-1-config\
-		--with-php-config=${prefix}/bin/php-config4
+		--with-php-config=${prefix}/bin/php-config
 
 destroot.destdir	INSTALL_ROOT=${destroot}
 
@@ -36,10 +35,10 @@
 	ui_msg "If this is the first time you're installing Midgard, or you have"
 	ui_msg "recently upgraded PHP, make sure to check your php.ini to verify"
 	ui_msg "that extension_dir at least includes"
-	system "php-config4 --extension-dir"
+	system "php-config --extension-dir"
 	ui_msg "================================================================"
 }
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 EXTRA_LDFLAGS=" -m"
+	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061124/a0acc40d/attachment.html


More information about the macports-changes mailing list