Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 11:36:33 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/141403: [PATCH] databases/pear-DB_DataObject: update to 1.9.0 + add version to *_DEPENDS
Message-ID:  <20091212163633.7130B1711E@spartan.hamla.org>
Resent-Message-ID: <200912121640.nBCGe5FU069672@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141403
>Category:       ports
>Synopsis:       [PATCH] databases/pear-DB_DataObject: update to 1.9.0 + add version to *_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 12 16:40:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- Update to 1.9.0
- Versionify *_DEPENDS

Note: while the underlying software optionally requires PEAR::MDB2 2.0.0RC1 or newer, 2.0.0RC1 was never in the ports tree; the next highest version was 2.3.0, which is therefore the minimum version optionally required by this port. 
>How-To-Repeat:
	
>Fix:

	



--- pear-DB_DataObject.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pear-DB_DataObject/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	3 Sep 2009 21:59:56 -0000	1.22
+++ Makefile	12 Dec 2009 16:31:16 -0000
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	DB_DataObject
-PORTVERSION=	1.8.12
+PORTVERSION=	1.9.0
 CATEGORIES=	databases pear
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	An SQL Builder, Object Interface to Database Tables
 
-BUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
-		${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
+BUILD_DEPENDS=	pear-DB>=1.7.0:${PORTSDIR}/databases/pear-DB \
+		pear-Date>=1.4.3:${PORTSDIR}/devel/pear-Date
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CATEGORY=	DB
@@ -32,11 +32,11 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PEAR_MDB2)
-RUN_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
+RUN_DEPENDS+=	pear-MDB2>=2.3.0:${PORTSDIR}/databases/pear-MDB2
 .endif
 
 .if defined(WITH_PEAR_VALIDATE)
-RUN_DEPENDS+=	${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
+RUN_DEPENDS+=	pear-Validate>=0.1.1:${PORTSDIR}/devel/pear-Validate
 .endif
 
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pear-DB_DataObject/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo	3 Sep 2009 21:59:56 -0000	1.17
+++ distinfo	12 Dec 2009 16:31:16 -0000
@@ -1,3 +1,3 @@
-MD5 (PEAR/DB_DataObject-1.8.12.tgz) = cc50ac72ba214f4286e262c1b54ea9f0
-SHA256 (PEAR/DB_DataObject-1.8.12.tgz) = ebc8889635b8cc49cd5e5a9c26e76142b442da14feef6a72b4317a5b074f1f45
-SIZE (PEAR/DB_DataObject-1.8.12.tgz) = 66070
+MD5 (PEAR/DB_DataObject-1.9.0.tgz) = 754a3c284a122c344b9f61fa83afe57a
+SHA256 (PEAR/DB_DataObject-1.9.0.tgz) = fe92be977a5cb2a7b23fbc1a30157a2dd56598065e77d6e9eda64e73a6c6c325
+SIZE (PEAR/DB_DataObject-1.9.0.tgz) = 67762
--- pear-DB_DataObject.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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