diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-16 07:16:31 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-16 07:16:31 +0000 |
commit | 854a8280689f3170defe9d4bae919356a2ce1fa2 (patch) | |
tree | 1715881a52706a79c0505a3b82aa2bb4fc648c3a /archivers/plzip | |
parent | ac930c0369108fd96737a3c7b856441266eeb8d8 (diff) |
- Update to 0.7
PR: ports/154049
Submitted by: Albert Vernon <f3cun3c02@sneakemail.com> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267883
Diffstat (limited to 'archivers/plzip')
-rw-r--r-- | archivers/plzip/Makefile | 5 | ||||
-rw-r--r-- | archivers/plzip/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile index 10e2c52f3c19..2564aba795a1 100644 --- a/archivers/plzip/Makefile +++ b/archivers/plzip/Makefile @@ -6,18 +6,19 @@ # PORTNAME= plzip -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= f3cun3c02@sneakemail.com COMMENT= Is a parallel, lossless data compressor based on the LZMA algorithm -BUILD_DEPENDS= lzlib>=1.0:${PORTSDIR}/archivers/lzlib +BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib PLIST_FILES= bin/plzip GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= plzip.1 diff --git a/archivers/plzip/distinfo b/archivers/plzip/distinfo index b63a30a6fd5d..0d35fe4dfecd 100644 --- a/archivers/plzip/distinfo +++ b/archivers/plzip/distinfo @@ -1,3 +1,2 @@ -MD5 (plzip-0.6.tar.gz) = f452029b1e8232cbe837f4437613e1ed -SHA256 (plzip-0.6.tar.gz) = 6ce0e98027399694d93dc46816d7ddd7593ab7c96b5ecf23b497fb46a7ef5aeb -SIZE (plzip-0.6.tar.gz) = 64535 +SHA256 (plzip-0.7.tar.gz) = aec2220838b8e414b346ed7d8f817cb3b0acae7f668447d4f17ee47c12e7cdb8 +SIZE (plzip-0.7.tar.gz) = 64451 |