From owner-svn-ports-all@FreeBSD.ORG Mon May 13 09:52:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F9C8EEB; Mon, 13 May 2013 09:52:32 +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 4125429C; Mon, 13 May 2013 09:52:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D9qWJ2049385; Mon, 13 May 2013 09:52:32 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D9qWOM049384; Mon, 13 May 2013 09:52:32 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130952.r4D9qWOM049384@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 09:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318050 - head/textproc/pear-File_Fortune X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 09:52:32 -0000 Author: miwi Date: Mon May 13 09:52:31 2013 New Revision: 318050 URL: http://svnweb.freebsd.org/changeset/ports/318050 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/textproc/pear-File_Fortune/Makefile (contents, props changed) Modified: head/textproc/pear-File_Fortune/Makefile ============================================================================== --- head/textproc/pear-File_Fortune/Makefile Mon May 13 09:51:39 2013 (r318049) +++ head/textproc/pear-File_Fortune/Makefile Mon May 13 09:52:31 2013 (r318050) @@ -1,32 +1,18 @@ -# Ports collection makefile for: pear-File_Fortune -# Date created: 12 July 2007 -# Whom: Zhen REN -# +# Created by: Zhen REN # $FreeBSD$ -# PORTNAME= File_Fortune PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc pear MAINTAINER= ports@FreeBSD.org COMMENT= An interface for reading from and writing to fortune files BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= File -FILES= Fortune.php Fortune/Exception.php -_FILESDIR= File -TESTS= AllTests.php File_FortuneTest.php orig/ftest orig/ftest.dat \ - orig/ftest2 orig/ftest2.dat -EXAMPLES= phpFortune -DOCS= File_Fortune.cls -_DOCSDIR= tutorials - -post-extract: - ${MV} ${WRKSRC}/File/Fortune.php ${WRKSRC}/File/Fortune ${WRKSRC} - ${MV} ${WRKSRC}/tests/_files/orig ${WRKSRC}/tests/orig +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"