From owner-svn-ports-all@FreeBSD.ORG Fri Mar 15 00:42:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 55399798; Fri, 15 Mar 2013 00:42:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9D269B; Fri, 15 Mar 2013 00:42:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F0gcM7087291; Fri, 15 Mar 2013 00:42:38 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F0gc6U087290; Fri, 15 Mar 2013 00:42:38 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150042.r2F0gc6U087290@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 00:42:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314198 - head/www/pear-HTTP 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.14 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, 15 Mar 2013 00:42:38 -0000 Author: miwi Date: Fri Mar 15 00:42:37 2013 New Revision: 314198 URL: http://svnweb.freebsd.org/changeset/ports/314198 Log: - Convert to PEAR_AUTOINSTALL Modified: head/www/pear-HTTP/Makefile Modified: head/www/pear-HTTP/Makefile ============================================================================== --- head/www/pear-HTTP/Makefile Fri Mar 15 00:40:32 2013 (r314197) +++ head/www/pear-HTTP/Makefile Fri Mar 15 00:42:37 2013 (r314198) @@ -9,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR miscellaneous HTTP utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= HTTP.php - -TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \ - negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \ - test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"