summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin211
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-10-15 14:50:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-10-15 14:50:59 +0000
commitbd2714c5437986b762cc00df70d70c01cad16016 (patch)
tree11d39aaa883f81c25135f252a59ecf1f36167c6d /databases/phpmyadmin211
parent- Force commit (diff)
- Connect phpmyadmin211
databases/phpmyadmin211 will contain a legacy version of PMA for those that cannot upgrade yet. PR: 127880 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=221616
Diffstat (limited to 'databases/phpmyadmin211')
-rw-r--r--databases/phpmyadmin211/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile
index 50212e0b8a08..bbb1fe13fad9 100644
--- a/databases/phpmyadmin211/Makefile
+++ b/databases/phpmyadmin211/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
#
-PORTNAME= phpMyAdmin
+PORTNAME= phpMyAdmin211
DISTVERSION= 2.11.9.2
CATEGORIES= databases www
MASTER_SITES= SF/phpmyadmin
-DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
+DISTNAME= ${PORTNAME:S/211//}-${DISTVERSION}-all-languages
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to manage MySQL over the web
@@ -116,6 +116,9 @@ do-build:
pre-everything::
${ECHO_MSG} ""
+ ${ECHO_MSG} "This is the legacy version of phpMyAdmin that will"
+ ${ECHO_MSG} "work with PHP4 and versions of MySQL older than 5.0"
+ ${ECHO_MSG} ""
${ECHO_MSG} "You may use the following additional build option:"
${ECHO_MSG} ""
${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with"