Date: Sat, 16 Mar 2013 16:14:01 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314365 - head/www/pear-HTTP_Request Message-ID: <201303161614.r2GGE1be018420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 16 16:14:01 2013 New Revision: 314365 URL: http://svnweb.freebsd.org/changeset/ports/314365 Log: - Convert to PEAR_AUTOINSTALL Modified: head/www/pear-HTTP_Request/Makefile (contents, props changed) Modified: head/www/pear-HTTP_Request/Makefile ============================================================================== --- head/www/pear-HTTP_Request/Makefile Sat Mar 16 15:49:47 2013 (r314364) +++ head/www/pear-HTTP_Request/Makefile Sat Mar 16 16:14:01 2013 (r314365) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTTP_Request -# Date created: 04 April 2004 -# Whom: Thierry Thomas (<thierry@FreeBSD.org>) -# +# Created by: Thierry Thomas (<thierry@FreeBSD.org>) # $FreeBSD$ -# PORTNAME= HTTP_Request PORTVERSION= 1.4.4 @@ -14,12 +10,10 @@ COMMENT= PEAR classes providing an easy BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ + ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -CATEGORY= HTTP -FILES= Request.php Request/Listener.php -EXAMPLES= example.php download-progress.php -_EXAMPLESDIR= docs +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161614.r2GGE1be018420>