+ update port: databases/pear-DB_DataObject_FormBuilder to 0.14.0
+ changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.14.0/ + fix RUN_DEPENDS PR: 80440 Submitted by: Antonio Carlos Venancio Junior (maintainer)
This commit is contained in:
parent
af1939a776
commit
c60e697304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134359
2 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DB_DataObject_FormBuilder
|
||||
PORTVERSION= 0.13.1
|
||||
PORTVERSION= 0.14.0
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
|
@ -21,9 +21,12 @@ OPTIONS= PEAR_DATE "PEAR::Date support" off \
|
|||
PEAR_HTML_TABLE "PEAR::HTML_Table support" off
|
||||
|
||||
CATEGORY= DB/DataObject
|
||||
FILES= FormBuilder.php FormBuilder/QuickForm.php FormBuilder/QuickForm/ElementTable.php \
|
||||
FILES= FormBuilder.php FormBuilder/QuickForm.php \
|
||||
FormBuilder/QuickForm/ElementTable.php \
|
||||
FormBuilder/QuickForm/PopupSelect.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PEAR_DATE)
|
||||
RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
|
||||
.endif
|
||||
|
@ -32,6 +35,5 @@ RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
|
|||
RUN_DEPENDS+= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (PEAR/DB_DataObject_FormBuilder-0.13.1.tgz) = a0ae521af13f60d306ee2a2d5a38d5d5
|
||||
SIZE (PEAR/DB_DataObject_FormBuilder-0.13.1.tgz) = 49059
|
||||
MD5 (PEAR/DB_DataObject_FormBuilder-0.14.0.tgz) = 830d1ef268f3e84f608be61ac12f194e
|
||||
SIZE (PEAR/DB_DataObject_FormBuilder-0.14.0.tgz) = 41981
|
||||
|
|
Loading…
Reference in a new issue