From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 07:10:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D18449F; Fri, 15 Mar 2013 07:10:42 +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 6FEC3609; Fri, 15 Mar 2013 07:10:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F7Agqr011410; Fri, 15 Mar 2013 07:10:42 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F7AgkO011409; Fri, 15 Mar 2013 07:10:42 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150710.r2F7AgkO011409@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 07:10:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314268 - head/ftp/pear-Net_FTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 07:10:42 -0000 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 () -# +# Created by: Antonio Carlos Venancio Junior () # $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}