[Midnightbsd-cvs] CVS Commit: Makefile: Get rid of php4 text and mysql 4.x message.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 10 14:35:40 EDT 2007


Log Message:
-----------
Get rid of php4 text and mysql 4.x message.  We only offer supported versions of MySQL which currently are 4.1.x+ and php4 sucks.

Modified Files:
--------------
    mports/databases/phpmyadmin:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/phpmyadmin/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldatabases/phpmyadmin/Makefile -Ldatabases/phpmyadmin/Makefile -u -r1.4 -r1.5
--- databases/phpmyadmin/Makefile
+++ databases/phpmyadmin/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	phpMyAdmin
 DISTVERSION=	2.10.3
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	phpmyadmin
@@ -47,7 +48,7 @@
 
 .endif
 
-# Copy the way lang/php{4,5}-extensions deals with its OPTIONS -- avoids
+# Copy the way lang/php5-extensions deals with its OPTIONS -- avoids
 # problems with include of bsd.port.pre.mk
 
 OPTIONS=	BZ2	 "bzip2 library support" on \
@@ -103,13 +104,6 @@
 	${ECHO_MSG} "    WITH_SUPHP=yes   Install appropriately for use with"
 	${ECHO_MSG} "                     the www/suphp port [default: no]"
 	${ECHO_MSG} ""
-	${ECHO_MSG} "Note that selecting the MYSQLI option will only work"
-	${ECHO_MSG} "with PHP5 and MySQL 4.1.x"
-	${ECHO_MSG} ""
-	${ECHO_MSG} "If you want to use PHP4, for best results, please"
-	${ECHO_MSG} "install lang/php4 before attempting to install"
-	${ECHO_MSG} "databases/phpmyadmin"
-	${ECHO_MSG} ""
 
 # When creating a package, empty directories will not be generated
 # from the pkg tarball.  Therefore make sure no directories are empty.
@@ -158,6 +152,5 @@
 .if defined(WITH_SUPHP)
 	${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 .endif
-	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list