diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 14:46:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 14:46:03 +0800 |
commit | 0482105f8fd3d8c71092885d2f9d9af2e1d43e29 (patch) | |
tree | cca143672004b60f330fdd40c372195cf7b9f9d7 /archivers | |
parent | b08b208deff7610a75ec0f9e60b8564d96f2519e (diff) | |
download | freebsd-ports-gnome-0482105f8fd3d8c71092885d2f9d9af2e1d43e29.tar.gz freebsd-ports-gnome-0482105f8fd3d8c71092885d2f9d9af2e1d43e29.tar.zst freebsd-ports-gnome-0482105f8fd3d8c71092885d2f9d9af2e1d43e29.zip |
- Update to 2.042
- Use += for LIB_DEPENDS to eliminate portlint warning
Changes: http://search.cpan.org/dist/p5-Compress-Raw-Lzma/Changes
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile index 98eed78460db..759b89572dec 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.040 +PORTVERSION= 2.042 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -32,7 +32,7 @@ LZMA_DEPEND?= xz .endif .if (${LZMA_DEPEND} == "xz") || (${LZMA_DEPEND} == "lzmalib") -LIB_DEPENDS= lzma:${PORTSDIR}/archivers/${LZMA_DEPEND} +LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/${LZMA_DEPEND} .endif pre-build: diff --git a/archivers/p5-Compress-Raw-Lzma/distinfo b/archivers/p5-Compress-Raw-Lzma/distinfo index e35956730f3c..97ce78fe4ef7 100644 --- a/archivers/p5-Compress-Raw-Lzma/distinfo +++ b/archivers/p5-Compress-Raw-Lzma/distinfo @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Lzma-2.040.tar.gz) = 78f4d63e128bdd27e00451b169be1b1afac2a353c75ad5d4c8acae051a25900d -SIZE (Compress-Raw-Lzma-2.040.tar.gz) = 99471 +SHA256 (Compress-Raw-Lzma-2.042.tar.gz) = 79e22007be6f290fb87ba75a10941208310c47b89df97a1b3969664600bd12dd +SIZE (Compress-Raw-Lzma-2.042.tar.gz) = 99515 |