mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 0.76.
PR: 84100 Submitted by: Alexander Zhuravlev (maintainer)
This commit is contained in:
parent
540ec59011
commit
055a8d8b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140131
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Text-WikiFormat
|
||||
PORTVERSION= 0.72
|
||||
PORTVERSION= 0.76
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
@ -15,12 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= zaa@zaa.pp.ru
|
||||
COMMENT= Module for translating Wiki formatted text into other formats
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Text::WikiFormat.3
|
||||
MAN3= Text::WikiFormat.3 \
|
||||
Text::WikiFormat::Blocks.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Text-WikiFormat-0.72.tar.gz) = c1136205a8d7e8fbbe19df761c956ae6
|
||||
SIZE (Text-WikiFormat-0.72.tar.gz) = 24693
|
||||
MD5 (Text-WikiFormat-0.76.tar.gz) = 70bc20c8d058bf64df24e384d36748d1
|
||||
SIZE (Text-WikiFormat-0.76.tar.gz) = 30031
|
||||
|
@ -1,4 +1,6 @@
|
||||
%%SITE_PERL%%/Text/WikiFormat.pm
|
||||
%%SITE_PERL%%/Text/WikiFormat/Blocks.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Text/WikiFormat 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user