From owner-svn-ports-all@FreeBSD.ORG Fri Jan 16 11:00:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D87E1F93; Fri, 16 Jan 2015 11:00:54 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C56BAE8F; Fri, 16 Jan 2015 11:00:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0GB0s2w092492; Fri, 16 Jan 2015 11:00:54 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0GB0s7a092491; Fri, 16 Jan 2015 11:00:54 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201501161100.t0GB0s7a092491@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 16 Jan 2015 11:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377164 - head/databases/adodb5 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.18-1 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: Fri, 16 Jan 2015 11:00:55 -0000 Author: ale Date: Fri Jan 16 11:00:53 2015 New Revision: 377164 URL: https://svnweb.freebsd.org/changeset/ports/377164 QAT: https://qat.redports.org/buildarchive/r377164/ Log: Remove obsolete knob (php 5 is already the default). Modified: head/databases/adodb5/Makefile Modified: head/databases/adodb5/Makefile ============================================================================== --- head/databases/adodb5/Makefile Fri Jan 16 10:59:55 2015 (r377163) +++ head/databases/adodb5/Makefile Fri Jan 16 11:00:53 2015 (r377164) @@ -17,7 +17,6 @@ CONFLICTS= adodb-4.* USES= zip USE_PHP= pcre -DEFAULT_VERSIONS=php=5 WRKSRC= ${WRKDIR}/${PORTNAME}5 NO_BUILD= YES