Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 05:53:53 +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: r314397 - head/sysutils/pear-Cache
Message-ID:  <201303170553.r2H5rr0n067686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar 17 05:53:53 2013
New Revision: 314397
URL: http://svnweb.freebsd.org/changeset/ports/314397

Log:
  - Convert to PEAR_AUTONSTALL
  - Trim header
  - remove post-extract
  - Bump PORTREVISION

Modified:
  head/sysutils/pear-Cache/Makefile   (contents, props changed)

Modified: head/sysutils/pear-Cache/Makefile
==============================================================================
--- head/sysutils/pear-Cache/Makefile	Sun Mar 17 05:38:47 2013	(r314396)
+++ head/sysutils/pear-Cache/Makefile	Sun Mar 17 05:53:53 2013	(r314397)
@@ -1,35 +1,18 @@
-# Ports collection makefile for:  pear-Cache
-# Date created:			  5 April 2004
-# Whom:				  Thierry Thomas (<thierry@FreeBSD.org>)
-#
+# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
 # $FreeBSD$
-#
 
 PORTNAME=	Cache
 PORTVERSION=	1.5.6
+PORTREVISION=	1
 CATEGORIES=	sysutils www pear
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR framework for caching of arbitrary data
 
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 
-FILES=		Cache.php Cache/Application.php Cache/Container.php	\
-		Cache/Container/db.php Cache/Container/dbx.php		\
-		Cache/Container/file.php Cache/Container/mdb.php	\
-		Cache/Container/mdb_cache_schema.xml			\
-		Cache/Container/msession.php Cache/Container/phplib.php	\
-		Cache/Container/shm.php Cache/Container/trifile.php	\
-		Cache/Error.php Cache/Function.php Cache/Graphics.php	\
-		Cache/HTTP_Request.php Cache/Output.php			\
-		Cache/OutputCompression.php
-
-post-extract:
-	@${MKDIR} ${WRKSRC}/Cache
-	@${MV} ${WRKSRC}/Container ${WRKSRC}/Cache
-	@${MV} ${WRKSRC}/*.php ${WRKSRC}/Cache
-	@${MV} ${WRKSRC}/Cache/Cache.php ${WRKSRC}
+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?201303170553.r2H5rr0n067686>