diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-09-27 01:17:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-09-27 01:17:45 +0000 |
commit | b326e6daff04e253b97bb5c85f4506c86491ff95 (patch) | |
tree | a70dbf231ab24558ff8484c21ebd4ff9c5131850 /textproc/tkdiff | |
parent | 41c13250f0b60e0ccf88b191a94d0e4d1721cee2 (diff) | |
download | ports-b326e6daff04e253b97bb5c85f4506c86491ff95.tar.gz ports-b326e6daff04e253b97bb5c85f4506c86491ff95.zip |
Notes
Diffstat (limited to 'textproc/tkdiff')
-rw-r--r-- | textproc/tkdiff/Makefile | 10 | ||||
-rw-r--r-- | textproc/tkdiff/distinfo | 6 | ||||
-rw-r--r-- | textproc/tkdiff/files/patch-aa | 11 |
3 files changed, 9 insertions, 18 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index ffd8e65ca949..ed0b1bad6ad9 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -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 diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo index 437cd2610929..945302b5cdee 100644 --- a/textproc/tkdiff/distinfo +++ b/textproc/tkdiff/distinfo @@ -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 diff --git a/textproc/tkdiff/files/patch-aa b/textproc/tkdiff/files/patch-aa deleted file mode 100644 index 67ce23c30a43..000000000000 --- a/textproc/tkdiff/files/patch-aa +++ /dev/null @@ -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+"$@"} - - ############################################################################### - # |