diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-02-13 20:25:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-02-13 20:25:54 +0800 |
commit | 13949367b15612dd93855c08b92b246acf0b2c45 (patch) | |
tree | 2c5accfdf55f926cd56ca9f08c5886269bc9a6d3 /archivers/p5-Compress-Raw-Lzma | |
parent | a21450d997e02965c736c50192b5ec13e6bc9051 (diff) | |
download | freebsd-ports-gnome-13949367b15612dd93855c08b92b246acf0b2c45.tar.gz freebsd-ports-gnome-13949367b15612dd93855c08b92b246acf0b2c45.tar.zst freebsd-ports-gnome-13949367b15612dd93855c08b92b246acf0b2c45.zip |
- Update to 2.033
- Force to use archivers/xz on sparc64
Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Reported by: pointyhat
Diffstat (limited to 'archivers/p5-Compress-Raw-Lzma')
-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 |