svn commit: r343598 - head/net/phpldapadmin

Matthew Seaman matthew at FreeBSD.org
Mon Feb 10 07:52:41 UTC 2014


Author: matthew
Date: Mon Feb 10 07:52:41 2014
New Revision: 343598
URL: http://svnweb.freebsd.org/changeset/ports/343598
QAT: https://qat.redports.org/buildarchive/r343598/

Log:
  Remove overly restrictive limitation on which of the php ports this
  can depend on.

Modified:
  head/net/phpldapadmin/Makefile

Modified: head/net/phpldapadmin/Makefile
==============================================================================
--- head/net/phpldapadmin/Makefile	Mon Feb 10 07:46:26 2014	(r343597)
+++ head/net/phpldapadmin/Makefile	Mon Feb 10 07:52:41 2014	(r343598)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phpldapadmin
 PORTVERSION=	1.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION}
@@ -17,7 +17,6 @@ LICENSE=	GPLv2
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	gettext ldap openssl pcre session xml iconv hash
-DEFAULT_PHP_VER=	5
 
 WANT_PHP_WEB=	yes
 


More information about the svn-ports-all mailing list