diff options
author | marino <marino> | 2012-08-21 21:37:55 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-21 21:37:55 +0000 |
commit | cafb66a44f206878f6e29b1fe76e334a30020499 (patch) | |
tree | 46d1ec0233a21fb90c8b0ea4af13642553dbce92 /cad | |
parent | ab2c3fb3218daf632d65c87b3c70595195471649 (diff) | |
download | pkgsrc-cafb66a44f206878f6e29b1fe76e334a30020499.tar.gz |
cad/tkgate: Add tcl/tk 8.5 support
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tkgate/Makefile | 4 | ||||
-rw-r--r-- | cad/tkgate/distinfo | 4 | ||||
-rw-r--r-- | cad/tkgate/patches/patch-aa | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 5f0eb4d34a4..c2ad6a428b2 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2012/01/14 00:51:36 hans Exp $ +# $NetBSD: Makefile,v 1.26 2012/08/21 21:37:55 marino Exp $ # DISTNAME= tkgate-1.6i -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= cad MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/ EXTRACT_SUFX= .tgz diff --git a/cad/tkgate/distinfo b/cad/tkgate/distinfo index dde4c992e82..f6816d0ef81 100644 --- a/cad/tkgate/distinfo +++ b/cad/tkgate/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2007/01/20 01:47:00 rillig Exp $ +$NetBSD: distinfo,v 1.6 2012/08/21 21:37:56 marino Exp $ SHA1 (tkgate-1.6i.tgz) = 6eece2eb4aaa2f45c2b1c68b9c5b79a76b3bb084 RMD160 (tkgate-1.6i.tgz) = 651ac3194c7b2b8dc8fc8fb28d409672586d4f98 Size (tkgate-1.6i.tgz) = 1459011 bytes -SHA1 (patch-aa) = 34f2d3a01acebeacd49401268c2faca80dbd4ef1 +SHA1 (patch-aa) = b285f85cf8e894fa02714a5bc2c2277837395bf9 SHA1 (patch-ab) = 8c0fb6b4f2e9e4fb7af2621fb6546e4e99ba69e5 diff --git a/cad/tkgate/patches/patch-aa b/cad/tkgate/patches/patch-aa index 51607f33bb7..9d673e5adbb 100644 --- a/cad/tkgate/patches/patch-aa +++ b/cad/tkgate/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.2 2004/06/08 18:01:14 jmmv Exp $ +$NetBSD: patch-aa,v 1.3 2012/08/21 21:37:56 marino Exp $ ---- config.h.orig Mon Oct 28 13:10:53 2002 +--- config.h.orig 2002-02-11 19:31:49.000000000 +0000 +++ config.h +@@ -41,7 +41,7 @@ + /* + Tcl/Tk Version numbers to use. + */ +-#define TKGATE_TCLTK_VERSIONS "8.4 8.3 8.2 8.1 8.0" ++#define TKGATE_TCLTK_VERSIONS "8.5 8.4 8.3 8.2 8.1 8.0" + + /* + Japanese Tcl/Tk Version numbers to use. @@ -54,13 +54,13 @@ double quotes and should be all one one line. This list is used to find X11, tcl and tk. |