1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 1.72

- Do not silence installation message

Changes:	http://search.cpan.org/dist/WWW-Mechanize/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-02-10 02:12:51 +00:00
parent 6cf1fd0490
commit 8ea232debb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290819
2 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= WWW-Mechanize
PORTVERSION= 1.71
PORTVERSION= 1.72
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module is to help you automate interaction with a website
BUILD_DEPENDS= p5-HTML-Form>=1.038:${PORTSDIR}/www/p5-HTML-Form \
BUILD_DEPENDS= p5-HTML-Form>=6:${PORTSDIR}/www/p5-HTML-Form \
p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-HTML-Form>=1.038:${PORTSDIR}/www/p5-HTML-Form \
RUN_DEPENDS= p5-HTML-Form>=6:${PORTSDIR}/www/p5-HTML-Form \
p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
@ -42,14 +42,14 @@ MAN3= WWW::Mechanize.3 WWW::Mechanize::Cookbook.3 \
WWW::Mechanize::Examples.3 WWW::Mechanize::FAQ.3 \
WWW::Mechanize::Image.3 WWW::Mechanize::Link.3
.if !defined(NOPORTDOCS)
DOCS= Changes etc/www-mechanize-logo.png
PORTDOCS= ${DOCS:T}
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (WWW-Mechanize-1.71.tar.gz) = 12635501e402a4a731aa50d305d43d253a34be10c25ac091df8c3ee79329e435
SIZE (WWW-Mechanize-1.71.tar.gz) = 125429
SHA256 (WWW-Mechanize-1.72.tar.gz) = a69a77ede6538ca35170b1864f52edba8f47cfa8d57925b95ee598938cb8436f
SIZE (WWW-Mechanize-1.72.tar.gz) = 125483