aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lbzip2
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2009-12-21 02:57:46 +0800
committergabor <gabor@FreeBSD.org>2009-12-21 02:57:46 +0800
commitb34b6cb63b4da5570c14ec86d2f7c5705f47021e (patch)
tree07b3b8a4f2d46a2737329920f3c49028fb068da2 /archivers/lbzip2
parentf75b810e860f64f9f8a50b3e4c42d918eceb72ad (diff)
downloadfreebsd-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')
-rw-r--r--archivers/lbzip2/Makefile2
-rw-r--r--archivers/lbzip2/distinfo6
2 files changed, 4 insertions, 4 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/
diff --git a/archivers/lbzip2/distinfo b/archivers/lbzip2/distinfo
index 3e1d4de130f0..dd0e58b94df5 100644
--- a/archivers/lbzip2/distinfo
+++ b/archivers/lbzip2/distinfo
@@ -1,3 +1,3 @@
-MD5 (lbzip2-0.17.tar.gz) = 44352996d56dd015fdaccea4d8066395
-SHA256 (lbzip2-0.17.tar.gz) = 8485d9892fb077f9735c5362b1bb94f8dda3fd1c64a938f04c524c640fc14ffc
-SIZE (lbzip2-0.17.tar.gz) = 71304
+MD5 (lbzip2-0.19.tar.gz) = bc4a2eff514f5e145766b6f377f8a6c2
+SHA256 (lbzip2-0.19.tar.gz) = 520e0eeecd4f90e9a00edb29ed1c0cda263427d053510bf78574637bf62a8ed9
+SIZE (lbzip2-0.19.tar.gz) = 75424