diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-12 12:52:00 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-12 12:52:00 +0800 |
commit | d07d77a535372ebb156fc6b3b568597e3658d079 (patch) | |
tree | 002845fc1f32b4d15977179dcd2c1403e6306b71 /textproc | |
parent | 9c4276c1e98f3d691e741c8f48dc46adcee6bf36 (diff) | |
download | freebsd-ports-gnome-d07d77a535372ebb156fc6b3b568597e3658d079.tar.gz freebsd-ports-gnome-d07d77a535372ebb156fc6b3b568597e3658d079.tar.zst freebsd-ports-gnome-d07d77a535372ebb156fc6b3b568597e3658d079.zip |
- Update to 1.14
PR: ports/102880
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by: Hansjoerg Pehofer <hansjoerg.pehofer at uibk.ac.at> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-plist | 1 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index b9bd6f1f49dd..55e7b3b8bca5 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CSS-Tiny -PORTVERSION= 1.11 +PORTVERSION= 1.14 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -15,18 +15,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= hansjoerg.pehofer@uibk.ac.at COMMENT= Read/Write .css files with as little code as possible -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes + MAN3= CSS::Tiny.3 .include <bsd.port.pre.mk> -post-patch: - @${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm - @${PERL} -pi -e '$$_="" if /AutoInstall/' ${WRKSRC}/MANIFEST - @${PERL} -pi -e '$$_="" if /Test::More|auto_install/' ${WRKSRC}/Makefile.PL +.if ${PERL_LEVEL} < 500504 +IGNORE= requires perl 5.5.4 or later. Install lang/perl5.8 and try again +.endif .include <bsd.port.post.mk> diff --git a/textproc/p5-CSS-Tiny/distinfo b/textproc/p5-CSS-Tiny/distinfo index 44474b8ff418..04dfe23b7238 100644 --- a/textproc/p5-CSS-Tiny/distinfo +++ b/textproc/p5-CSS-Tiny/distinfo @@ -1,3 +1,3 @@ -MD5 (CSS-Tiny-1.11.tar.gz) = 66fac70597a4e6628f1875037d1d2a94 -SHA256 (CSS-Tiny-1.11.tar.gz) = 95f72b19243b68af13de32ebcab06d15d9e6f995bbae47578f145bf55d73832a -SIZE (CSS-Tiny-1.11.tar.gz) = 26807 +MD5 (CSS-Tiny-1.14.tar.gz) = 778e4184dcac079b2eb0264c4748c335 +SHA256 (CSS-Tiny-1.14.tar.gz) = b8c6cd3b6f72052981bac8fb7a03da0409855c2d3ae97123cc3e8294b117261f +SIZE (CSS-Tiny-1.14.tar.gz) = 25413 diff --git a/textproc/p5-CSS-Tiny/pkg-plist b/textproc/p5-CSS-Tiny/pkg-plist index 72f7d10b80c4..23d4e1003536 100644 --- a/textproc/p5-CSS-Tiny/pkg-plist +++ b/textproc/p5-CSS-Tiny/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/CSS/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny |