aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-15 22:50:59 +0800
committermiwi <miwi@FreeBSD.org>2008-10-15 22:50:59 +0800
commit5ff9fd0dfd634840d35561277d7714a8d4be5d5b (patch)
tree8fa6a97580584a3024a4d3d6801ae733ab86c8a5 /databases
parent0ae87a057b855d02572ddf2fda96fae57457422e (diff)
downloadfreebsd-ports-gnome-5ff9fd0dfd634840d35561277d7714a8d4be5d5b.tar.gz
freebsd-ports-gnome-5ff9fd0dfd634840d35561277d7714a8d4be5d5b.tar.zst
freebsd-ports-gnome-5ff9fd0dfd634840d35561277d7714a8d4be5d5b.zip
- 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)
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/phpmyadmin211/Makefile7
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index ae12425f7662..47bb25bff66e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -442,6 +442,7 @@
SUBDIR += phpminadmin
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
+ SUBDIR += phpmyadmin211
SUBDIR += phppgadmin
SUBDIR += postgis
SUBDIR += postgis-jdbc
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"