diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-24 21:19:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-24 21:19:31 +0000 |
commit | f95e6e33a298308f1eb776e8f043870deca0b8f7 (patch) | |
tree | 0e9b3aac21d1d93e43e2eb91e919b20982d6314e /archivers/gzrecover/Makefile | |
parent | f11256d305eea40d623bd8526e7c8f872c192100 (diff) | |
download | pkgsrc-f95e6e33a298308f1eb776e8f043870deca0b8f7.tar.gz |
Update to 0.5:
New for release 0.5 (2006-08-29)
Including public domain contributions from Paul Wise
o Modify Makefile to append CFLAGS and LDFLAGS
o Modify error handling to suppress gcc warnings
o Include man page
o Minor typo/documentation changes
New for release 0.4 (2005-11-12)
o Discontinue tar patch (replaced by out of the box GNU cpio)
o Update instructions
New for release 0.3 (2005-03-13)
o Convert from mmap to traditional buffered file reads in gzrecover
o Convert gzrecover to GPL licensing
Diffstat (limited to 'archivers/gzrecover/Makefile')
-rw-r--r-- | archivers/gzrecover/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 7b61043f73e..9b7f6631d56 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/03/02 03:48:36 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/04/24 21:19:31 wiz Exp $ # -DISTNAME= gzrt-0.2 -PKGNAME= gzrecover-0.2 -PKGREVISION= 1 +DISTNAME= gzrt-0.5 +PKGNAME= gzrecover-0.5 CATEGORIES= archivers MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ |