mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Update to 2.067
- Convert LZMA_DEPEND to new options framework Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
This commit is contained in:
parent
6d3ebe508d
commit
bd62d5547a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374616
2 changed files with 7 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Compress-Raw-Lzma
|
||||
PORTVERSION= 2.066
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.067
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PMQS
|
||||
|
@ -17,13 +16,12 @@ LICENSE_COMB= dual
|
|||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
OPTIONS_DEFINE= LZMALIB
|
||||
LZMALIB_DESC= Use archivers/lzmalia instead of liblzma in base
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
LZMA_DEPEND?= sys
|
||||
|
||||
.if ${LZMA_DEPEND} == "lzmalib"
|
||||
LIB_DEPENDS+= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
|
||||
.endif
|
||||
LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Compress-Raw-Lzma-2.066.tar.gz) = 48fb3500d638cfaae34669812eede71af14862c596c764703b5187a9e7e674d2
|
||||
SIZE (Compress-Raw-Lzma-2.066.tar.gz) = 113281
|
||||
SHA256 (Compress-Raw-Lzma-2.067.tar.gz) = abcbc4f7af641619f9cdad2f099215c351a5e0bf4240bd812eb627471798caca
|
||||
SIZE (Compress-Raw-Lzma-2.067.tar.gz) = 113271
|
||||
|
|
Loading…
Add table
Reference in a new issue