diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
commit | 32dcd229e802a3f3047a7abed13193f59d760fbd (patch) | |
tree | 1573640b9d7023ebc809195dd8eaff8dcfe66f3b /textproc/tkdiff | |
parent | 5e06f318381dfc8be0800f86188f44ae62d2248a (diff) | |
download | ports-32dcd229e802a3f3047a7abed13193f59d760fbd.tar.gz ports-32dcd229e802a3f3047a7abed13193f59d760fbd.zip |
Notes
Diffstat (limited to 'textproc/tkdiff')
-rw-r--r-- | textproc/tkdiff/Makefile | 14 | ||||
-rw-r--r-- | textproc/tkdiff/distinfo | 4 | ||||
-rw-r--r-- | textproc/tkdiff/files/patch-aa | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index bb670ad04c78..814de29d5f71 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,14 +6,18 @@ # PORTNAME= tkdiff -PORTVERSION= 3.05 -CATEGORIES= textproc tk83 -MASTER_SITES= http://people.freebsd.org/~kevlo/ +PORTVERSION= 4.0 +CATEGORIES= textproc tk84 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}_4_0 MAINTAINER= kevlo@FreeBSD.org COMMENT= A Tk frontend for diff(1) -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +WRKSRC= ${WRKDIR}/${PORTNAME}-unix NO_BUILD= yes @@ -22,6 +26,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/tkdiff do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff-3.05.tcl.txt ${PREFIX}/bin/tkdiff + ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin .include <bsd.port.mk> diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo index d055872a801d..2da32ff0828c 100644 --- a/textproc/tkdiff/distinfo +++ b/textproc/tkdiff/distinfo @@ -1,2 +1,2 @@ -MD5 (tkdiff-3.05.tar.gz) = 636b774b9b72d98a6fba271cf07439be -SIZE (tkdiff-3.05.tar.gz) = 62516 +MD5 (tkdiff_4_0.tar.gz) = c196ae661c65240522b9eca7ba2d945f +SIZE (tkdiff_4_0.tar.gz) = 86030 diff --git a/textproc/tkdiff/files/patch-aa b/textproc/tkdiff/files/patch-aa index 9f7df90b1cb4..67ce23c30a43 100644 --- a/textproc/tkdiff/files/patch-aa +++ b/textproc/tkdiff/files/patch-aa @@ -1,11 +1,11 @@ ---- 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 +--- tkdiff.orig Sat Oct 16 11:55:50 2004 ++++ tkdiff Sat Oct 16 11:56:07 2004 @@ -1,7 +1,7 @@ #!/bin/sh #-*-tcl-*- # the next line restarts using wish \ -exec wish "$0" -- ${1+"$@"} -+exec wish8.3 "$0" -- ${1+"$@"} - - # $Id: tkdiff.tcl ac_extras_dpoole/14 1999/11/22 02:48:05 dpoole $ ++exec wish8.4 "$0" -- ${1+"$@"} + ############################################################################### + # |