Date: Mon, 10 Feb 2014 07:52:41 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343598 - head/net/phpldapadmin Message-ID: <201402100752.s1A7qfD6090418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100752.s1A7qfD6090418>