Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 02:21:39 +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: r314225 - head/databases/pear-DBA_Relational
Message-ID:  <201303150221.r2F2LdOI019590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 02:21:39 2013
New Revision: 314225
URL: http://svnweb.freebsd.org/changeset/ports/314225

Log:
  - Trim header
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/databases/pear-DBA_Relational/Makefile   (contents, props changed)

Modified: head/databases/pear-DBA_Relational/Makefile
==============================================================================
--- head/databases/pear-DBA_Relational/Makefile	Fri Mar 15 02:20:50 2013	(r314224)
+++ head/databases/pear-DBA_Relational/Makefile	Fri Mar 15 02:21:39 2013	(r314225)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-DBA_Relational
-# Date created:			  28 Arp 2007
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	DBA_Relational
 PORTVERSION=	0.2.0
@@ -17,9 +13,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PORTSCOUT=	skipv:0.19
 
-FILES=		Functions.php Relational.php Table.php TempTable.php Toolbox.php
-TESTS=		empSchema.php hatSchema.php test_relational.php test_table.php
-DOCS=		Examples.txt
+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?201303150221.r2F2LdOI019590>