summaryrefslogtreecommitdiff
path: root/textproc/tkdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-10 15:05:21 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-10 15:05:21 +0000
commit980c3e1b5c58a200fffbd45af8ffa4b007bb5184 (patch)
tree99ac4bccb004a859cb293022ae7dac590a53905f /textproc/tkdiff
parentUpdate to 0.9.0 (diff)
Update to version 3.05 and the MASTER_SITES.
Notes
Notes: svn path=/head/; revision=30444
Diffstat (limited to 'textproc/tkdiff')
-rw-r--r--textproc/tkdiff/Makefile13
-rw-r--r--textproc/tkdiff/distinfo2
-rw-r--r--textproc/tkdiff/files/patch-aa8
3 files changed, 12 insertions, 11 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile
index c0374a0f109d..0f7cf83525f7 100644
--- a/textproc/tkdiff/Makefile
+++ b/textproc/tkdiff/Makefile
@@ -6,18 +6,19 @@
#
PORTNAME= tkdiff
-PORTVERSION= 3.04
-CATEGORIES= textproc tk82
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= kevlo
+PORTVERSION= 3.05
+CATEGORIES= textproc tk83
+MASTER_SITES= http://people.freebsd.org/~kevlo/
MAINTAINER= kevlo@FreeBSD.org
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff-3.05.tcl.txt ${PREFIX}/bin/tkdiff
.include <bsd.port.mk>
diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo
index b0ee5b9a3437..050fe3866b2e 100644
--- a/textproc/tkdiff/distinfo
+++ b/textproc/tkdiff/distinfo
@@ -1 +1 @@
-MD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde
+MD5 (tkdiff-3.05.tar.gz) = 636b774b9b72d98a6fba271cf07439be
diff --git a/textproc/tkdiff/files/patch-aa b/textproc/tkdiff/files/patch-aa
index 3df8a836cf55..9f7df90b1cb4 100644
--- a/textproc/tkdiff/files/patch-aa
+++ b/textproc/tkdiff/files/patch-aa
@@ -1,11 +1,11 @@
---- tkdiff.orig Thu Sep 9 00:49:48 1999
-+++ tkdiff Sun Nov 21 17:35:44 1999
+--- tkdiff-3.05.tcl.txt.orig Mon Jul 10 22:24:58 2000
++++ tkdiff-3.05.tcl.txt Mon Jul 10 22:25:10 2000
@@ -1,7 +1,7 @@
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
-exec wish "$0" -- ${1+"$@"}
-+exec wish8.2 "$0" -- ${1+"$@"}
++exec wish8.3 "$0" -- ${1+"$@"}
- # $Id: tkdiff.tcl ac_extras_dpoole/9 1999/08/03 19:40:51 dpoole $
+ # $Id: tkdiff.tcl ac_extras_dpoole/14 1999/11/22 02:48:05 dpoole $