Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 07:10:42 +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: r314268 - head/ftp/pear-Net_FTP
Message-ID:  <201303150710.r2F7AgkO011409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150710.r2F7AgkO011409>