mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 3.05 and the MASTER_SITES.
This commit is contained in:
parent
d6930f9806
commit
980c3e1b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30444
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde
|
||||
MD5 (tkdiff-3.05.tar.gz) = 636b774b9b72d98a6fba271cf07439be
|
||||
|
@ -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 $
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user