diff options
author | rh <rh> | 2000-07-22 16:25:49 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-22 16:25:49 +0000 |
commit | c0d03761fed63e254eed9113554ecae11652c009 (patch) | |
tree | 1d44ea37456fd96224445f345eb464659ea92370 /sysutils/gcombust | |
parent | f2e2eac000b7e4cfc6c247bb54bbdb5cd3ad0f0b (diff) | |
download | pkgsrc-c0d03761fed63e254eed9113554ecae11652c009.tar.gz |
Update gcombust to 0.1.34. Changes include bugfixes, renaming of files or
directories when creating an image. Now works with and requires mkisofs
from cdrtools 1.9a03 and later. Shows verbose info about CDs. -data option
and CDplus options added for multisession. Addition of a busy pointer.
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gcombust/files/md5 | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 5d0329f99bc..7e6f7ee8f45 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2000/05/31 19:34:57 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/07/22 16:25:49 rh Exp $ # -DISTNAME= gcombust-0.1.33 +DISTNAME= gcombust-0.1.34 CATEGORIES= x11 sysutils MASTER_SITES= ${HOMEPAGE} @@ -9,11 +9,13 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/ DEPENDS+= mkhybrid-*:../mkhybrid -DEPENDS+= cdrecord-*:../cdrecord +DEPENDS+= cdrecord>=1.9:../cdrecord DEPENDS+= cdlabelgen-*:../../graphics/cdlabelgen DEPENDS+= gv-*:../../print/gv DEPENDS+= gtk+>=1.2.4:../../x11/gtk +CONFLICTS= cdrecord-1.9a* # won't work with old alpha versions + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gcombust/files/md5 b/sysutils/gcombust/files/md5 index 920ef1a0f23..2d53d9ec637 100644 --- a/sysutils/gcombust/files/md5 +++ b/sysutils/gcombust/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 2000/05/31 13:01:27 rh Exp $ +$NetBSD: md5,v 1.13 2000/07/22 16:25:50 rh Exp $ -MD5 (gcombust-0.1.33.tar.gz) = ae0dc2e2dce7f084b295be3218c68614 +MD5 (gcombust-0.1.34.tar.gz) = 9cf9c4bff70ebcc7964a5578dcacb4f6 |