mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.9.0
PR: 141403 Submitted by: Sahil Tandon <sahil@tandon.net>
This commit is contained in:
parent
00301f1c1a
commit
beeff3c466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245659
@ -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 @@ post-patch:
|
||||
.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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user