diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 06:46:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 06:46:03 +0000 |
commit | bbecff6aa4706c74dafe82c431719872c2d04fc0 (patch) | |
tree | 8daf41c78ee614b3a54b4fa785ed29c472ed0f3b /archivers | |
parent | c4b42a267ecdb8d225f96a8fb1b4e0e422044713 (diff) | |
download | ports-bbecff6aa4706c74dafe82c431719872c2d04fc0.tar.gz ports-bbecff6aa4706c74dafe82c431719872c2d04fc0.zip |
Notes
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 |