Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:15:06 +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: r318025 - head/devel/pear-HTML_Template_PHPLIB
Message-ID:  <201305130915.r4D9F6jx034880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:15:05 2013
New Revision: 318025
URL: http://svnweb.freebsd.org/changeset/ports/318025

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/devel/pear-HTML_Template_PHPLIB/Makefile   (contents, props changed)

Modified: head/devel/pear-HTML_Template_PHPLIB/Makefile
==============================================================================
--- head/devel/pear-HTML_Template_PHPLIB/Makefile	Mon May 13 09:14:15 2013	(r318024)
+++ head/devel/pear-HTML_Template_PHPLIB/Makefile	Mon May 13 09:15:05 2013	(r318025)
@@ -1,12 +1,9 @@
-# Ports collection makefile for:  pear-HTML_Template_PHPLIB
-# Date created:			  04 September 2003
-# Whom:				  Alex Miller (<asm@asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm@asm.kiev.ua>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Template_PHPLIB
 PORTVERSION=	1.5.2
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 
 MAINTAINER=	joehorn@gmail.com
@@ -17,26 +14,7 @@ LICENSE=	LGPL3
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-SCRIPTFILES=	html_template_phplibtool
-FILES=		HTML/Template/PHPLIB.php HTML/Template/PHPLIB/Generator.php \
-		HTML/Template/PHPLIB/Helper.php \
-		HTML/Template/PHPLIB/Tool.php \
-		HTML/Template/PHPLIB/Validator.php
-DOCS=		README
-EXAMPLES=	authors.php authors.tpl block.ihtml block.php broken.tpl ittest.php tpl1.ihtml tpl1.php
-_DOCSDIR=	examples
-TESTS=		AllTests.php HTML_Template_PHPLIBTest.php \
-		HTML_Template_PHPLIB_GeneratorTest.php \
-		HTML_Template_PHPLIB_HelperTest.php \
-		HTML_Template_PHPLIB_ValidatorTest.php \
-		helper.inc \
-		templates/block.tpl templates/block2.tpl templates/block3.tpl \
-		templates/simple.tpl templates/simple2.tpl
-
-post-patch:
-.for _FILE in ${SCRIPTFILES}
-	${MV} ${WRKSRC}/bin/${_FILE} ${WRKSRC}/pear-${_FILE}
-.endfor
+PEAR_AUTOINSTALL=	yes
 
 do-install-tests-msg: .USE
 	@${ECHO_MSG} "     (These tests require PEAR::Benchmark - see"



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