From f95e6e33a298308f1eb776e8f043870deca0b8f7 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Apr 2008 21:19:31 +0000 Subject: 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 --- archivers/gzrecover/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'archivers/gzrecover/Makefile') 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/ -- cgit v1.2.3