1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update to tkdiff 4.0

This commit is contained in:
Kevin Lo 2004-10-16 03:57:56 +00:00
parent 5e06f31838
commit 32dcd229e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119563
3 changed files with 16 additions and 12 deletions

View File

@ -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>

View File

@ -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

View File

@ -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+"$@"}
###############################################################################
#