diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-14 14:39:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-14 14:39:59 +0000 |
commit | 4f1633786cdb666e8cbda08f59b187857f7a1572 (patch) | |
tree | 8478131a558632a94aacc42f69bedeee6c4c11ca /archivers/lzip | |
parent | 1a3a98f12b445b25b293ba8492a090dc8dbc6da2 (diff) | |
download | pkgsrc-4f1633786cdb666e8cbda08f59b187857f7a1572.tar.gz |
Update to 1.13:
Lziprecover has been moved to its own package.
Inability to change output file attributes has been downgraded from
error to warning.
Compression time of option "-0" has been reduced by 2%.
A reorganization of the compression code has been made.
A small change has been made in the "--help" output and man page.
Quote characters in messages have been changed as advised by GNU Coding
Standards.
Configure option "--datadir" has been renamed to "--datarootdir" to
follow GNU Standards.
Diffstat (limited to 'archivers/lzip')
-rw-r--r-- | archivers/lzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzip/PLIST | 4 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 3b52f1f494d..963819fb825 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/01/29 08:41:22 sbd Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/14 14:39:59 wiz Exp $ # -DISTNAME= lzip-1.12 +DISTNAME= lzip-1.13 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ diff --git a/archivers/lzip/PLIST b/archivers/lzip/PLIST index 2090c76b7c6..d149f4e98fa 100644 --- a/archivers/lzip/PLIST +++ b/archivers/lzip/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/21 21:26:47 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/14 14:39:59 wiz Exp $ bin/lzip -bin/lziprecover info/lzip.info man/man1/lzip.1 -man/man1/lziprecover.1 diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index ede6fbfba00..69fbe77d405 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/10/21 21:26:47 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2012/03/14 14:39:59 wiz Exp $ -SHA1 (lzip-1.12.tar.gz) = 4ea1d38d509e36ee41cf11e78a227e2f5d0e38e9 -RMD160 (lzip-1.12.tar.gz) = 2068682bc648bd42bcab19dc5f46158d34decb58 -Size (lzip-1.12.tar.gz) = 103815 bytes +SHA1 (lzip-1.13.tar.gz) = 320175e693d9c373d345faac3c51a71b9a3980bc +RMD160 (lzip-1.13.tar.gz) = 031335689677f6ccd6278cbccb78145e238e82bf +Size (lzip-1.13.tar.gz) = 90380 bytes |