From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 07:52:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0F92B34; Mon, 10 Feb 2014 07:52:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A8391F7C; Mon, 10 Feb 2014 07:52:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A7qfht090419; Mon, 10 Feb 2014 07:52:41 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A7qfD6090418; Mon, 10 Feb 2014 07:52:41 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201402100752.s1A7qfD6090418@svn.freebsd.org> From: Matthew Seaman Date: Mon, 10 Feb 2014 07:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343598 - head/net/phpldapadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 07:52:41 -0000 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