summaryrefslogtreecommitdiff
path: root/sysutils/bchunk/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2007-11-16 12:03:42 +0000
committerdillo <dillo@pkgsrc.org>2007-11-16 12:03:42 +0000
commita8d40a33c1495a26316e463719cf5ec8d894d1ca (patch)
treef5d25542fd4dd6f59afe02e3b757198d7bd65cd9 /sysutils/bchunk/Makefile
parentf3cf9eb0dc815793b0dd59cb7591f87f89fc2835 (diff)
downloadpkgsrc-a8d40a33c1495a26316e463719cf5ec8d894d1ca.tar.gz
Update to 1.2.0 and fix two bugs:
- Only use index 1 as track boundary. Previously, the first index was taken as the end of the previous track and the last index as the start of this track. All sectors in between were silently dropped. - Stop output of a track *before* the first sector of the next track. Previously, the first sector was output twice, once as the last sector of the previous track, once as the first sector of the current track. Patches will be sent upstream shortly. Take maintainership, ok pooka.
Diffstat (limited to 'sysutils/bchunk/Makefile')
-rw-r--r--sysutils/bchunk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile
index 433923d8e2c..504f908f967 100644
--- a/sysutils/bchunk/Makefile
+++ b/sysutils/bchunk/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2007/01/07 09:14:11 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2007/11/16 12:03:42 dillo Exp $
-DISTNAME= bchunk-1.1.1
+DISTNAME= bchunk-1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://he.fi/bchunk/
-MAINTAINER= pooka@NetBSD.org
+MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://he.fi/bchunk/
COMMENT= ".bin/.cue" CD image converter