1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Upgrade to 1.1.2.

Changelog at <http://pear.php.net/package/HTML_Form/download/1.1.2/>

PR:		ports/78201
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
This commit is contained in:
Thierry Thomas 2005-03-01 20:12:40 +00:00
parent 8f5cc43648
commit f03074528e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130115
2 changed files with 10 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTML_Form
PORTVERSION= 1.1.1
PORTVERSION= 1.1.2
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
@ -15,9 +15,16 @@ COMMENT= Simple HTML form package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_REINPLACE= yes
FILES= HTML/Form.php
TESTS= form.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
post-patch:
@${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \
${WRKSRC}/tests/${TESTS}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (PEAR/HTML_Form-1.1.1.tgz) = edf6c662b834e4a69ba901056462bfd9
SIZE (PEAR/HTML_Form-1.1.1.tgz) = 13550
MD5 (PEAR/HTML_Form-1.1.2.tgz) = 3f137683d2d87b91980782eb6b2338ee
SIZE (PEAR/HTML_Form-1.1.2.tgz) = 13605