Date: Mon, 20 Jan 2014 17:24:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340430 - head/archivers/p5-Compress-LZW Message-ID: <201401201724.s0KHOrJF081467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 20 17:24:52 2014 New Revision: 340430 URL: http://svnweb.freebsd.org/changeset/ports/340430 QAT: https://qat.redports.org/buildarchive/r340430/ Log: - Update to 0.02 - Add LICENSE Changes: https://github.com/merrilymeredith/p5-Compress-LZW/commits/master Modified: head/archivers/p5-Compress-LZW/Makefile head/archivers/p5-Compress-LZW/distinfo (contents, props changed) head/archivers/p5-Compress-LZW/pkg-plist (contents, props changed) Modified: head/archivers/p5-Compress-LZW/Makefile ============================================================================== --- head/archivers/p5-Compress-LZW/Makefile Mon Jan 20 17:24:48 2014 (r340429) +++ head/archivers/p5-Compress-LZW/Makefile Mon Jan 20 17:24:52 2014 (r340430) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-LZW -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure perl implementation of LZW +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \ + p5-strictures>=0:${PORTSDIR}/devel/p5-strictures +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -i '' -e 's|\@hattmoward|\\@hattmoward|' \ - ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> Modified: head/archivers/p5-Compress-LZW/distinfo ============================================================================== --- head/archivers/p5-Compress-LZW/distinfo Mon Jan 20 17:24:48 2014 (r340429) +++ head/archivers/p5-Compress-LZW/distinfo Mon Jan 20 17:24:52 2014 (r340430) @@ -1,2 +1,2 @@ -SHA256 (Compress-LZW-0.01.tar.gz) = baa1eaaf45b329898fcd5a79af3c468a5a727f944a0fff354f8727f30a72edf0 -SIZE (Compress-LZW-0.01.tar.gz) = 3106 +SHA256 (Compress-LZW-0.02.tar.gz) = 231d822edc7baa6b2cd5e2b79386740c86d0925cdcbdfe90716e74144b0e50d5 +SIZE (Compress-LZW-0.02.tar.gz) = 12455 Modified: head/archivers/p5-Compress-LZW/pkg-plist ============================================================================== --- head/archivers/p5-Compress-LZW/pkg-plist Mon Jan 20 17:24:48 2014 (r340429) +++ head/archivers/p5-Compress-LZW/pkg-plist Mon Jan 20 17:24:52 2014 (r340430) @@ -1,6 +1,11 @@ %%PERL5_MAN3%%/Compress::LZW.3.gz +%%PERL5_MAN3%%/Compress::LZW::Compressor.3.gz +%%PERL5_MAN3%%/Compress::LZW::Decompressor.3.gz %%SITE_PERL%%/Compress/LZW.pm +%%SITE_PERL%%/Compress/LZW/Compressor.pm +%%SITE_PERL%%/Compress/LZW/Decompressor.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress +@dirrm %%SITE_PERL%%/Compress/LZW @dirrmtry %%SITE_PERL%%/Compress
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401201724.s0KHOrJF081467>