1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Martin Wilke 2008-10-15 14:50:59 +00:00
parent b18c8e0516
commit bd2714c543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221616
2 changed files with 6 additions and 2 deletions

View File

@ -442,6 +442,7 @@
SUBDIR += phpminadmin
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211
SUBDIR += phppgadmin
SUBDIR += postgis
SUBDIR += postgis-jdbc

View File

@ -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
@ -115,6 +115,9 @@ do-build:
@${DO_NADA}
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} ""