Update port: devel/pear-HTML_Template_Flexy to 1.2.1
+ update port: devel/pear-HTML_Template_Flexy to 1.2.1 + changelog: http://pear.php.net/package/HTML_Template_Flexy/download/1.2.1/ PR: ports/76887 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
parent
70f85d81d6
commit
1439032b0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127901
2 changed files with 10 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= HTML_Template_Flexy
|
PORTNAME= HTML_Template_Flexy
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.1
|
||||||
CATEGORIES= devel www pear
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
MAINTAINER= antonio@php.net
|
MAINTAINER= antonio@php.net
|
||||||
|
@ -69,5 +69,12 @@ RUN_DEPENDS+= ${PEARDIR}/Translation2.php:${PORTSDIR}/sysutils/pear-Translation2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
PHP_VERS= ${PHP_VERSION:S/.//g}
|
||||||
|
|
||||||
|
.if defined(PHP_VERS) && ${PHP_VERS} < 430
|
||||||
|
IGNORE= "You need PHP 4.3.0 or later to install PEAR::HTML_Template_Flexy"
|
||||||
|
.endif
|
||||||
|
|
||||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (PEAR/HTML_Template_Flexy-1.2.0.tgz) = a5c9fa1852055502b9dccb676747c094
|
MD5 (PEAR/HTML_Template_Flexy-1.2.1.tgz) = 592cae803cbd743b4bb98404a48b6952
|
||||||
SIZE (PEAR/HTML_Template_Flexy-1.2.0.tgz) = 117845
|
SIZE (PEAR/HTML_Template_Flexy-1.2.1.tgz) = 117996
|
||||||
|
|
Loading…
Reference in a new issue