svn commit: r314268 - head/ftp/pear-Net_FTP

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 07:10:42 UTC 2013


Author: miwi
Date: Fri Mar 15 07:10:41 2013
New Revision: 314268
URL: http://svnweb.freebsd.org/changeset/ports/314268

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/ftp/pear-Net_FTP/Makefile   (contents, props changed)

Modified: head/ftp/pear-Net_FTP/Makefile
==============================================================================
--- head/ftp/pear-Net_FTP/Makefile	Fri Mar 15 07:09:50 2013	(r314267)
+++ head/ftp/pear-Net_FTP/Makefile	Fri Mar 15 07:10:41 2013	(r314268)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_FTP
-# Date created:			  06 January 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_FTP
 PORTVERSION=	1.3.7
@@ -16,15 +12,7 @@ BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${POR
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 USE_PHP=	ftp
-
-PORTSCOUT=	skipv:1.4.0a2,1.4.0a1
-CATEGORY=	Net
-FILES=		FTP.php FTP/Observer.php FTP/Socket.php
-EXAMPLES=	extensions.ini index.php observer.php socket.php
-_EXAMPLESDIR=	example
-
-TESTS=		AllTests.php Net_FTPTest.php config.php.dist extensions.ini\
-		testfile.dat
+PEAR_AUTOINSTALL=	ye
 
 post-extract:
 	@${MV} ${WRKSRC}/Net/* ${WRKSRC}


More information about the svn-ports-all mailing list