Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:52:32 +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: r318050 - head/textproc/pear-File_Fortune
Message-ID:  <201305130952.r4D9qWOM049384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bg1tpt@gmail.com>
-#
+# Created by: Zhen REN <bg1tpt@gmail.com>
 # $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 <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?201305130952.r4D9qWOM049384>