[27596] trunk/dports/www/phpmyadmin/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 01:26:27 PDT 2007


Revision: 27596
          http://trac.macosforge.org/projects/macports/changeset/27596
Author:   jmpp at macports.org
Date:     2007-08-10 01:26:27 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
Update phpmyadmin to the 2.10.3 release.

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

Modified: trunk/dports/www/phpmyadmin/Portfile
===================================================================
--- trunk/dports/www/phpmyadmin/Portfile	2007-08-10 07:38:29 UTC (rev 27595)
+++ trunk/dports/www/phpmyadmin/Portfile	2007-08-10 08:26:27 UTC (rev 27596)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			phpmyadmin
-version			2.8.0.3
+version			2.10.3
 categories		php www databases
 maintainers		nomaintainer at macports.org
 description		A tool written in PHP intended to handle the administration \
@@ -15,9 +15,9 @@
 				and is available in 47 languages.
 homepage		http://www.phpmyadmin.net
 master_sites		sourceforge
-distname		phpMyAdmin-${version}
+distname		phpMyAdmin-${version}-english
 use_bzip2		yes
-checksums		md5 87ee2e17c9381e969c8f740242220e29
+checksums		md5 6f70c5236aa6410b5743e765259b38af
 platforms		darwin freebsd
 
 depends_lib	port:mysql5 port:php5
@@ -37,7 +37,7 @@
 	depends_lib-delete	port:mysql5
 }
 
-set docpath ${destroot}${prefix}/www/data
+set docpath ${destroot}${prefix}/www/
              
 use_configure   no
 build			{}
@@ -45,10 +45,4 @@
 destroot {
 	xinstall -d -m 0755 ${docpath}/phpmyadmin
 	eval file copy [glob ${worksrcpath}/*] ${docpath}/phpmyadmin
-#	foreach confname {config.default config.footer.inc config.header.inc} {
-#		file rename ${docpath}/phpmyadmin/${confname}.php \
-#			${docpath}/phpmyadmin/${confname}.php-dist
-#	}
 }
-
-

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


More information about the macports-changes mailing list