- update to 0.17
This commit is contained in:
parent
c42250053d
commit
4324f58405
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233674
2 changed files with 12 additions and 9 deletions
|
@ -6,20 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= HTML-Truncate
|
||||
PORTVERSION= 0.16
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= textproc www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= truncate HTML by character count while preserving well-formedness
|
||||
COMMENT= Truncate HTML by character count while preserving well-formedness
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= HTML::Truncate.3
|
||||
MAN3= HTML::Truncate.3
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,Yesh.pm,HTML/Truncate.pm,' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (HTML-Truncate-0.16.tar.gz) = 01ccbef9cadc299ddd3a10a313fc7a2f
|
||||
SHA256 (HTML-Truncate-0.16.tar.gz) = bfa5228c2f769db03bff21a76ac8e6ddc71349dcefe0dbf1bb748450223c71a5
|
||||
SIZE (HTML-Truncate-0.16.tar.gz) = 30464
|
||||
MD5 (HTML-Truncate-0.17.tar.gz) = a49b2659505be5c6896bd9ec6a989249
|
||||
SHA256 (HTML-Truncate-0.17.tar.gz) = 6763c2aeade5a6474320281acfc3da2fd80278a8a51ebb93af56dac6d25d491e
|
||||
SIZE (HTML-Truncate-0.17.tar.gz) = 31169
|
||||
|
|
Loading…
Reference in a new issue