Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 08:08:23 +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: r314402 - head/databases/pear-DB_Sqlite_Tools
Message-ID:  <201303170808.r2H88NCq008109@svn.freebsd.org>

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

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/databases/pear-DB_Sqlite_Tools/Makefile
==============================================================================
--- head/databases/pear-DB_Sqlite_Tools/Makefile	Sun Mar 17 08:07:24 2013	(r314401)
+++ head/databases/pear-DB_Sqlite_Tools/Makefile	Sun Mar 17 08:08:23 2013	(r314402)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-DB_Sqlite_Tools
-# Date created:			  29 April 2007
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	DB_Sqlite_Tools
 PORTVERSION=	0.1.7
@@ -14,11 +10,10 @@ COMMENT=	an object oriented interface to
 
 BUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
 		${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
+		${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
 
-CATEGORY=	DB
-FILES=		DB/Sqlite/Tools.php DB/Sqlite/Tools/ArcFour.php DB/Sqlite/Tools/DBC.php \
-		DB/Sqlite/Tools/XMLParser.php
+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?201303170808.r2H88NCq008109>