1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 4.1.3

This commit is contained in:
Kevin Lo 2007-09-27 01:17:45 +00:00
parent 41c13250f0
commit b326e6daff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200154
3 changed files with 9 additions and 18 deletions

View File

@ -6,19 +6,18 @@
#
PORTNAME= tkdiff
PORTVERSION= 4.0
PORTREVISION= 1
PORTVERSION= 4.1.3
CATEGORIES= textproc tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_4_0
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A Tk frontend for diff(1)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
WRKSRC= ${WRKDIR}/${PORTNAME}-unix
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
@ -26,6 +25,9 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/tkdiff
post-patch:
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/tkdiff
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin

View File

@ -1,3 +1,3 @@
MD5 (tkdiff_4_0.tar.gz) = c196ae661c65240522b9eca7ba2d945f
SHA256 (tkdiff_4_0.tar.gz) = 740a9d10be5ce7a9975c7a1daf171f0f60957be86772f79040bdc3817aea2030
SIZE (tkdiff_4_0.tar.gz) = 86030
MD5 (tkdiff-4.1.3-unix.tar.gz) = 1f5ad94eb05750e29aba72ae23f85c82
SHA256 (tkdiff-4.1.3-unix.tar.gz) = 5af91ab5490e88a19d6cd63f92cd88cea2f085ac19640751c84067798e6d9291
SIZE (tkdiff-4.1.3-unix.tar.gz) = 89665

View File

@ -1,11 +0,0 @@
--- 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.4 "$0" -- ${1+"$@"}
###############################################################################
#