Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 00:49:35 +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: r314202 - head/devel/pear-Console_Table
Message-ID:  <201303150049.r2F0nZqU088554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 00:49:35 2013
New Revision: 314202
URL: http://svnweb.freebsd.org/changeset/ports/314202

Log:
  - Conver to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-Console_Table/Makefile
==============================================================================
--- head/devel/pear-Console_Table/Makefile	Fri Mar 15 00:46:18 2013	(r314201)
+++ head/devel/pear-Console_Table/Makefile	Fri Mar 15 00:49:35 2013	(r314202)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Console_Table
-# Date created:			  31 August 2003
-# Whom:				  Thierry Thomas (<thierry@pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry@pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Console_Table
 PORTVERSION=	1.1.4
@@ -13,12 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PHP class that makes it easy to build console style tables
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Console
-FILES=		Table.php
-TESTS=		assoziative_arrays.phpt filters.phpt multibyte.phpt multiline.phpt \
-		no_header.phpt no_rows.phpt rules.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?201303150049.r2F0nZqU088554>