[26557] trunk/dports/www/midgard-data/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 02:35:47 PDT 2007


Revision: 26557
          http://trac.macosforge.org/projects/macports/changeset/26557
Author:   jwa at macports.org
Date:     2007-06-28 02:35:46 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck, whitespace changes

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

Modified: trunk/dports/www/midgard-data/Portfile
===================================================================
--- trunk/dports/www/midgard-data/Portfile	2007-06-28 09:33:45 UTC (rev 26556)
+++ trunk/dports/www/midgard-data/Portfile	2007-06-28 09:35:46 UTC (rev 26557)
@@ -8,7 +8,7 @@
 maintainers	jwa
 description	A content management system
 long_description Midgard is a content management system platform using \
-		 Apache, PHP and MySQL.
+    Apache, PHP and MySQL.
 platforms	darwin
 homepage	http://www.midgard-project.org/
 
@@ -17,21 +17,25 @@
 use_bzip2	yes
 checksums	sha1 e495845d53ac9dc71cb2c217e6146f3dd0e7d09c
 depends_lib	port:midgard-core \
-		port:midgard-apache2 \
-		port:midgard-php4 \
-		port:dialog \
-		port:ImageMagick
+    port:midgard-apache2 \
+    port:midgard-php4 \
+    port:dialog \
+    port:ImageMagick
 
 configure.args	--sysconfdir=${prefix}/etc/midgard/ \
-		--with-mysql-config=${prefix}/bin/mysql_config5 \
-		--with-apxs=${prefix}/apache2/bin/apxs \
-		--with-apache-user=www \
-		--with-apache-group=www \
-		--with-mysql=${prefix}/bin/mysql5 \
-		--with-mysqladmin=${prefix}/bin/mysqladmin5 \
-		--with-mysqldump=${prefix}/bin/mysqldump5 \
-		--with-pear=${prefix}/bin/pear
+    --with-mysql-config=${prefix}/bin/mysql_config5 \
+    --with-apxs=${prefix}/apache2/bin/apxs \
+    --with-apache-user=www \
+    --with-apache-group=www \
+    --with-mysql=${prefix}/bin/mysql5 \
+    --with-mysqladmin=${prefix}/bin/mysqladmin5 \
+    --with-mysqldump=${prefix}/bin/mysqldump5 \
+    --with-pear=${prefix}/bin/pear
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
+
+livecheck.check	regex
+livecheck.url	${homepage}download
+livecheck.regex	${name}-(1.\[0-9\]+.\[0-9\]+).tar.bz2

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


More information about the macports-changes mailing list