diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-30 11:43:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-30 11:43:45 +0800 |
commit | 540ff2c91c8ba7c4ac37afb8e94c112c5275e2c5 (patch) | |
tree | 3070114702579ad8e48ca4fa014d41a541bab42d /archivers | |
parent | 5a93c84d778f9deb3b7c1bbb21f4a1a5bfd57ea5 (diff) | |
download | freebsd-ports-gnome-540ff2c91c8ba7c4ac37afb8e94c112c5275e2c5.tar.gz freebsd-ports-gnome-540ff2c91c8ba7c4ac37afb8e94c112c5275e2c5.tar.zst freebsd-ports-gnome-540ff2c91c8ba7c4ac37afb8e94c112c5275e2c5.zip |
- Update to 2.048
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile index 80cc3e6e2c28..9af02bd9b527 100644 --- a/archivers/p5-Compress-Raw-Lzma/Makefile +++ b/archivers/p5-Compress-Raw-Lzma/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.045 +PORTVERSION= 2.048 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,6 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-Level Interface to lzma compression library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod + PERL_CONFIGURE= yes MAN3= Compress::Raw::Lzma.3 @@ -37,7 +42,7 @@ LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/${LZMA_DEPEND} pre-build: .if ${LZMA_DEPEND} == "sys" - ${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile .endif .include <bsd.port.post.mk> diff --git a/archivers/p5-Compress-Raw-Lzma/distinfo b/archivers/p5-Compress-Raw-Lzma/distinfo index e258f05cef18..5f66182321c5 100644 --- a/archivers/p5-Compress-Raw-Lzma/distinfo +++ b/archivers/p5-Compress-Raw-Lzma/distinfo @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Lzma-2.045.tar.gz) = 33fe5cfa1e142613870d6997afb3de191ba1ae82421aa14a640e08a50d19cc08 -SIZE (Compress-Raw-Lzma-2.045.tar.gz) = 99865 +SHA256 (Compress-Raw-Lzma-2.048.tar.gz) = b1bc86826e9d394aebebc4a9a8e3c6ece04414bb4211f5daff3eda9fce4bd1a0 +SIZE (Compress-Raw-Lzma-2.048.tar.gz) = 99907 |