summaryrefslogtreecommitdiffstats
path: root/textproc/p5-CSS-Tiny
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-11-15 09:52:03 +0000
committertobez <tobez@FreeBSD.org>2005-11-15 09:52:03 +0000
commit9ac2db611ff178ca298f735d8dd82f96d82a23c8 (patch)
tree66a6b5aec0fd758ba9a324ab86c34e4156061be3 /textproc/p5-CSS-Tiny
parent9177def93d9934cf2b04e9f99ace0d4c9cf4a9ef (diff)
downloadFreeBSD-ports-9ac2db611ff178ca298f735d8dd82f96d82a23c8.zip
FreeBSD-ports-9ac2db611ff178ca298f735d8dd82f96d82a23c8.tar.gz
Update to 1.11.
PR: 89055 Submitted by: maintainer
Diffstat (limited to 'textproc/p5-CSS-Tiny')
-rw-r--r--textproc/p5-CSS-Tiny/Makefile13
-rw-r--r--textproc/p5-CSS-Tiny/distinfo7
-rw-r--r--textproc/p5-CSS-Tiny/files/500503-lib::CSS::Tiny.pm11
3 files changed, 6 insertions, 25 deletions
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 <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 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 );
-
OpenPOWER on IntegriCloud