diff options
author | hubertf <hubertf> | 1999-06-18 01:14:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-06-18 01:14:23 +0000 |
commit | 474a8f7d0b2df306b1af806e648431f2cd069ce1 (patch) | |
tree | aca73435d8efe6e0771850df753b6478f376c142 /sysutils | |
parent | c6259551ee5a80753f12b2ef447851209d0b78c2 (diff) | |
download | pkgsrc-474a8f7d0b2df306b1af806e648431f2cd069ce1.tar.gz |
Update to V0.1.15.
Changes: DnD support, started on save
preferences, can "swallow"progress
window, added reset device button, lots of
bugfixes.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gcombust/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/gcombust/patches/patch-aa | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index e0e3bbdf5b5..549cd7d042d 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/05/15 20:02:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/06/18 01:14:23 hubertf Exp $ # -DISTNAME= gcombust-0.1.12 +DISTNAME= gcombust-0.1.15 CATEGORIES= x11 sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ diff --git a/sysutils/gcombust/files/md5 b/sysutils/gcombust/files/md5 index 4e4160d274d..206cc2359b0 100644 --- a/sysutils/gcombust/files/md5 +++ b/sysutils/gcombust/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/05/15 08:04:51 hubertf Exp $ +$NetBSD: md5,v 1.2 1999/06/18 01:14:23 hubertf Exp $ -MD5 (gcombust-0.1.12.tar.gz) = 1f59dd0fbbf4129204fec8577a40b7cf +MD5 (gcombust-0.1.15.tar.gz) = 66efa6b501712e03a20c41f59f46f792 diff --git a/sysutils/gcombust/patches/patch-aa b/sysutils/gcombust/patches/patch-aa new file mode 100644 index 00000000000..0f8e97bfca2 --- /dev/null +++ b/sysutils/gcombust/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 1999/06/18 01:14:23 hubertf Exp $ + +--- Makefile.in.orig Fri Jun 18 02:50:58 1999 ++++ Makefile.in Fri Jun 18 02:51:09 1999 +@@ -98,7 +98,7 @@ + localedir = @localedir@ + + EXTRA_DIST = reconf configure README.irix TODO ABOUT-NLS +-SUBDIRS = m4 doc src intl po ++SUBDIRS = m4 doc intl src po + + DISTCLEANFILES = intl/libintl.h + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |