diff options
author | gabor <gabor@FreeBSD.org> | 2009-12-21 02:57:46 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-12-21 02:57:46 +0800 |
commit | b34b6cb63b4da5570c14ec86d2f7c5705f47021e (patch) | |
tree | 07b3b8a4f2d46a2737329920f3c49028fb068da2 /archivers/lbzip2/Makefile | |
parent | f75b810e860f64f9f8a50b3e4c42d918eceb72ad (diff) | |
download | freebsd-ports-gnome-b34b6cb63b4da5570c14ec86d2f7c5705f47021e.tar.gz freebsd-ports-gnome-b34b6cb63b4da5570c14ec86d2f7c5705f47021e.tar.zst freebsd-ports-gnome-b34b6cb63b4da5570c14ec86d2f7c5705f47021e.zip |
- Update to 0.19
Version: lbzip2-0.19
Focus: Minor bugfixes
Date: 01-Dec-2009
Changes: This release works around a GNU/kFreeBSD standards-compliance problem.
GNU/kFreeBSD does not define some STREAMS-related errno macros
mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on
GNU/kFreeBSD. This version checks if those (and some other) macros are
defined before relying them.
Version: lbzip2-0.18
Focus: Major feature enhancements
Date: 29-Nov-2009
Changes: After adding sanity checks to both decompressors, the following
features were implemented: removal of input FILE operands; options
--keep and --force; copying of owner, group, permission bits, access
time, modification time to regular output files. Logging was cleaned
up and internally categorized into INFO, WARNING and FATAL levels; a
separate exit status was introduced for the case when a warning
message was printed. The decompressor robustness tests were
re-executed. The author has finally replaced bzip2 with lbzip2 on his
system.
Diffstat (limited to 'archivers/lbzip2/Makefile')
-rw-r--r-- | archivers/lbzip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile index 4df98fa46edf..7f87de883d6c 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= lbzip2 -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= archivers MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/ |