diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-13 12:25:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-13 12:25:54 +0000 |
commit | 949809b72a98b5b614a94e56352e7f70534aefc4 (patch) | |
tree | dda66615465254881b80d4a141aa7a51856095d0 /archivers | |
parent | 69f903759a994ca53d4e65f97ca7eb15c56f8d8f (diff) | |
download | ports-949809b72a98b5b614a94e56352e7f70534aefc4.tar.gz ports-949809b72a98b5b614a94e56352e7f70534aefc4.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile index d61c83ff0926..fbf377b9eb94 100644 --- a/archivers/p5-Compress-Raw-Lzma/Makefile +++ b/archivers/p5-Compress-Raw-Lzma/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.031 -PORTREVISION= 1 +PORTVERSION= 2.033 CATEGORIES= archivers perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/../../authors/id/P/PM/PMQS PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -21,6 +20,10 @@ MAN3= Compress::Raw::Lzma.3 .include <bsd.port.pre.mk> +.if (${ARCH} == "sparc64") +LZMA_DEPEND= xz +.endif + .if (${OSVERSION} > 900012) || ((${OSVERSION} > 800505) && (${OSVERSION} < 900000)) LZMA_DEPEND?= sys .else diff --git a/archivers/p5-Compress-Raw-Lzma/distinfo b/archivers/p5-Compress-Raw-Lzma/distinfo index 271e9969f15c..84c92c41626d 100644 --- a/archivers/p5-Compress-Raw-Lzma/distinfo +++ b/archivers/p5-Compress-Raw-Lzma/distinfo @@ -1,3 +1,2 @@ -MD5 (Compress-Raw-Lzma-2.031.tar.gz) = 847cbf0b4781275ee9e448318379d08c -SHA256 (Compress-Raw-Lzma-2.031.tar.gz) = a70944e2d35f4367babbefaa06979d5d1763304e1cb03bb33277d83405e12444 -SIZE (Compress-Raw-Lzma-2.031.tar.gz) = 98579 +SHA256 (Compress-Raw-Lzma-2.033.tar.gz) = 66599d3f409dfbd7637b7e8ad2065b1c5e561bd970c1c0ab71173a2831a25bab +SIZE (Compress-Raw-Lzma-2.033.tar.gz) = 98694 |