Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 05:38:48 +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: r314396 - head/www/pear-HTTP_Client
Message-ID:  <201303170538.r2H5cmKD062557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar 17 05:38:47 2013
New Revision: 314396
URL: http://svnweb.freebsd.org/changeset/ports/314396

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/www/pear-HTTP_Client/Makefile   (contents, props changed)

Modified: head/www/pear-HTTP_Client/Makefile
==============================================================================
--- head/www/pear-HTTP_Client/Makefile	Sun Mar 17 05:36:56 2013	(r314395)
+++ head/www/pear-HTTP_Client/Makefile	Sun Mar 17 05:38:47 2013	(r314396)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Client
-# Date created:		01 February 2005
-# Whom:				Joseph Scott (<joseph@randomnetworks.com>)
-#
+# Created by: Joseph Scott (<joseph@randomnetworks.com>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTTP_Client
 PORTVERSION=	1.2.1
@@ -17,10 +13,7 @@ BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${POR
 RUN_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
 		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 
-CATEGORY=	HTTP
-FILES=		Client.php Client/CookieManager.php
-EXAMPLES=	link-checker.php
-_EXAMPLESDIR=	examples
+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?201303170538.r2H5cmKD062557>