- update to 1.29

This commit is contained in:
Yen-Ming Lee 2006-03-18 01:15:56 +00:00
parent 7a6bd03a3e
commit fca5a8b4d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157516
2 changed files with 5 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Archive-Tar
PORTVERSION= 1.28
PORTVERSION= 1.29
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
@ -35,15 +35,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
.endif
.if ${PERL_LEVEL} < 500600
post-patch:
${PERL} -pi -e "s/'>',/'>'./" ${WRKSRC}/lib/Archive/Tar.pm
${PERL} -pi -e 's/seek \$$handle, 0, 0/\$$handle->setpos\(0\)/' ${WRKSRC}/lib/Archive/Tar.pm
${PERL} -pi -e 's/my \$$fh;/my \$$fh = IO::File->new;/' ${WRKSRC}/t/02_methods.t
post-configure:
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
IGNORE= requires perl 5.6.0 or above
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Archive-Tar-1.28.tar.gz) = 6056f238b3d2ea706470b46ef8eac555
SHA256 (Archive-Tar-1.28.tar.gz) = 0078d241b9eb10bee38593fc6630412590eeaee70e6e93eaa2117ff71cdfede4
SIZE (Archive-Tar-1.28.tar.gz) = 36150
MD5 (Archive-Tar-1.29.tar.gz) = a4c09ec0d0ada293150a3c0a5db07ee9
SHA256 (Archive-Tar-1.29.tar.gz) = 88862934fdebd9c0b22a68e1fe9fbab544b2b8b685b344bc571e3d87653fa816
SIZE (Archive-Tar-1.29.tar.gz) = 38317