diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-09 13:45:42 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-09 13:45:42 +0000 |
commit | 5aa35d51c9006e7745e2ddc0904db9f58993541c (patch) | |
tree | 89d3b2840819da17b2810936ced53127d6bd6ef7 | |
parent | 6b231f3f901bbd37b796351d34b2209371e3932f (diff) |
Notes
-rw-r--r-- | archivers/lzip/Makefile | 7 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 10bb04f8ec13..7fa645c0f683 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip LOCAL/marino @@ -11,14 +11,13 @@ COMMENT= Lossless data compressor based on the LZMA algorithm LICENSE= GPLv3 -PLIST_FILES= bin/lzip +PLIST_FILES= bin/lzip \ + man/man1/lzip.1.gz -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" -MAN1= lzip.1 INFO= lzip .include <bsd.port.mk> diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 4ca448ba3077..52d20fc7acd4 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,4 +1,2 @@ -SHA256 (lzip-1.14.tar.gz) = 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7 -SIZE (lzip-1.14.tar.gz) = 80699 -SHA256 (lzip-1.14.tar.lz) = 8f3b932f88fd8d88653f46e2e35e6967ea0e136e200b368ffb7dc0cb43f17f98 -SIZE (lzip-1.14.tar.lz) = 60597 +SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6 +SIZE (lzip-1.15.tar.gz) = 97409 |