From 9ac2db611ff178ca298f735d8dd82f96d82a23c8 Mon Sep 17 00:00:00 2001 From: tobez Date: Tue, 15 Nov 2005 09:52:03 +0000 Subject: Update to 1.11. PR: 89055 Submitted by: maintainer --- textproc/p5-CSS-Tiny/Makefile | 13 +++---------- textproc/p5-CSS-Tiny/distinfo | 7 +++---- textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm | 11 ----------- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm (limited to 'textproc/p5-CSS-Tiny') diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index 742f5a9..b9bd6f1 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 -.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 diff --git a/textproc/p5-CSS-Tiny/distinfo b/textproc/p5-CSS-Tiny/distinfo index f2e0ada..44474b8 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 77532a4..0000000 --- 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 ); - -- cgit v1.1