diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-11-15 09:52:03 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-11-15 09:52:03 +0000 |
commit | 89fb400934975f21bce2b4c4e691394a166fc379 (patch) | |
tree | 24b137dc1ac147d1d91c87b4e3d00ffdfe4566ec /textproc | |
parent | Release to ports@ (diff) |
Update to 1.11.
PR: 89055
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=148351
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/distinfo | 7 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm | 11 |
3 files changed, 6 insertions, 25 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index 742f5a9c385a..b9bd6f1f49dd 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -6,8 +6,7 @@ # PORTNAME= CSS-Tiny -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -16,7 +15,8 @@ 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 +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} PERL_CONFIGURE= yes @@ -24,16 +24,9 @@ MAN3= CSS::Tiny.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/500503-lib::CSS::Tiny.pm -.endif - 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} <= 500503 - @${RM} ${WRKSRC}/lib/CSS/Tiny.pm.orig -.endif .include <bsd.port.post.mk> diff --git a/textproc/p5-CSS-Tiny/distinfo b/textproc/p5-CSS-Tiny/distinfo index f2e0ada35acf..44474b8ff418 100644 --- a/textproc/p5-CSS-Tiny/distinfo +++ b/textproc/p5-CSS-Tiny/distinfo @@ -1,4 +1,3 @@ -MD5 (CSS-Tiny-1.08.tar.gz) = 0c045bfa699583267cf1321353d3b656 -SIZE (CSS-Tiny-1.08.tar.gz) = 21610 -MD5 (ExtUtils-AutoInstall-0.59.tar.gz) = 1dbcfe20069d125f5d2a0a351c2e9a57 -SIZE (ExtUtils-AutoInstall-0.59.tar.gz) = 25859 +MD5 (CSS-Tiny-1.11.tar.gz) = 66fac70597a4e6628f1875037d1d2a94 +SHA256 (CSS-Tiny-1.11.tar.gz) = 95f72b19243b68af13de32ebcab06d15d9e6f995bbae47578f145bf55d73832a +SIZE (CSS-Tiny-1.11.tar.gz) = 26807 diff --git a/textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm b/textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm deleted file mode 100644 index 77532a46f17e..000000000000 --- a/textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/CSS/Tiny.pm.orig Thu Mar 24 00:29:48 2005 -+++ lib/CSS/Tiny.pm Thu Mar 24 00:29:59 2005 -@@ -209,7 +209,7 @@ - my $file = shift or return $self->_error( 'No file name provided' ); - - # Write the file -- open( CSS, '>', $file ) or return $self->_error( "Failed to open file '$file' for writing: $!" ); -+ open( CSS, '>'. $file ) or return $self->_error( "Failed to open file '$file' for writing: $!" ); - print CSS $self->write_string; - close( CSS ); - |