diff options
-rw-r--r-- | devel/tkcvs/Makefile | 8 | ||||
-rw-r--r-- | devel/tkcvs/PLIST | 7 | ||||
-rw-r--r-- | devel/tkcvs/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
5 files changed, 15 insertions, 12 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index e3f9a1506d5..d95e74cf68e 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/03/09 22:41:21 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2004/03/09 22:49:48 minskim Exp $ # -DISTNAME= tkcvs_7_1_2 -PKGNAME= tkcvs-7.1.2 +DISTNAME= tkcvs_7_2 +PKGNAME= tkcvs-7.2 CATEGORIES= devel MASTER_SITES= http://www.twobarleycorns.net/ \ ${MASTER_SITE_SOURCEFORGE:=tkcvs/} @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html COMMENT= Tcl/Tk frontends to CVS and diff -DEPENDS+= tk>=8.3:../../x11/tk +DEPENDS+= tk>=8.4:../../x11/tk PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/tkcvs/PLIST b/devel/tkcvs/PLIST index 6f8f3642dd6..8f25c177bba 100644 --- a/devel/tkcvs/PLIST +++ b/devel/tkcvs/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/22 14:59:25 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/03/09 22:49:48 minskim Exp $ bin/tkcvs -bin/tkdiffb +bin/tkdiff man/man1/tkcvs.1 share/doc/tkcvs/README.tkcvs share/tkcvs/bitmaps/add.gif share/tkcvs/bitmaps/adir.gif share/tkcvs/bitmaps/amod.gif +share/tkcvs/bitmaps/annotate.gif +share/tkcvs/bitmaps/annotate.xbm share/tkcvs/bitmaps/arrow.gif share/tkcvs/bitmaps/arrow_dn.gif share/tkcvs/bitmaps/arrow_hl_dn.gif @@ -51,6 +53,7 @@ share/tkcvs/bitmaps/paper.gif share/tkcvs/bitmaps/patches.gif share/tkcvs/bitmaps/patchfile.gif share/tkcvs/bitmaps/rcsdir.gif +share/tkcvs/bitmaps/rdiff.gif share/tkcvs/bitmaps/refresh.gif share/tkcvs/bitmaps/remove.gif share/tkcvs/bitmaps/stat_conf.gif diff --git a/devel/tkcvs/distinfo b/devel/tkcvs/distinfo index 8fcd8ea0c70..ee56b3d8974 100644 --- a/devel/tkcvs/distinfo +++ b/devel/tkcvs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/12/23 13:13:29 tron Exp $ +$NetBSD: distinfo,v 1.9 2004/03/09 22:49:48 minskim Exp $ -SHA1 (tkcvs_7_1_2.tar.gz) = 01342ef43bb6d04bb1daa9b760510ccc60e8ba6a -Size (tkcvs_7_1_2.tar.gz) = 239874 bytes +SHA1 (tkcvs_7_2.tar.gz) = 1f2f2e745545ed42fd677bafd4682103e7f86bc4 +Size (tkcvs_7_2.tar.gz) = 279525 bytes SHA1 (patch-aa) = a9d50bce32e84d9b7e23244957430fca57a765cd diff --git a/doc/CHANGES b/doc/CHANGES index 54874fdde66..f2cd36905e1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5178 2004/03/09 22:21:08 jmmv Exp $ +$NetBSD: CHANGES,v 1.5179 2004/03/09 22:49:48 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1351,3 +1351,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gtk2+ to 2.2.4nb6 [recht 2004-03-09] Updated at-spi to 1.3.15 [jmmv 2004-03-09] Updated gnome-mag to 0.10.8 [jmmv 2004-03-09] + Updated tkcvs to 7.2 [minskim 2004-03-09] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1489 2004/03/09 22:47:46 minskim Exp $ +$NetBSD: TODO,v 1.1490 2004/03/09 22:49:48 minskim Exp $ Suggested new packages ====================== @@ -329,7 +329,6 @@ Suggested package updates o tcpreplay-2.0.2 o tct-1.14 o teapop-0.3.8 - o tkcvs-7.2 o tkman-2.2 o tmda-1.0.2 o top-3.5b12.10 |