Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 05:36:00 +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: r314394 - head/devel/pear-HTML_Table
Message-ID:  <201303170536.r2H5a07C062090@svn.freebsd.org>

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

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/devel/pear-HTML_Table/Makefile
==============================================================================
--- head/devel/pear-HTML_Table/Makefile	Sun Mar 17 05:24:32 2013	(r314393)
+++ head/devel/pear-HTML_Table/Makefile	Sun Mar 17 05:36:00 2013	(r314394)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-HTML_Table
-# Date created:			  01 June 2004
-# Whom:				  Gerrit Beine (<tux@pinguru.net>)
-#
+# Created by: Gerrit Beine (<tux@pinguru.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Table
 PORTVERSION=	1.8.3
@@ -13,20 +9,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Makes the design of HTML tables easy, flexible, reusable, and efficient
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
 
-CATEGORY=	HTML
-FILES=		Table.php Table/Storage.php
-EXAMPLES=	Table_example1.php Table_example2.php
-_EXAMPLESDIR=	docs
-
-TESTS=		1.phpt 2.phpt 3.phpt 4.phpt 5.phpt \
-		6.phpt 7.phpt 8.phpt 9.phpt 10.phpt \
-		11.phpt 12.phpt 13.phpt 14.phpt 15.phpt \
-		16.phpt 17.phpt 18.phpt 19.phpt 20.phpt \
-		21.phpt 22.phpt 23.phpt 24.phpt 25.phpt \
-		26.phpt 27.phpt 28.phpt 29.phpt 30.phpt \
-		31.phpt
+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?201303170536.r2H5a07C062090>