Update to 5.1.6p10
PR: ports/96957 Submitted by: maintainer
This commit is contained in:
parent
294d8bc9a2
commit
f018e76826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161810
4 changed files with 8 additions and 8 deletions
|
@ -6,15 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= tkinspect
|
||||
PORTVERSION= 5.1.6p9
|
||||
CATEGORIES= devel tcl83 tk83
|
||||
PORTVERSION= 5.1.6p10
|
||||
CATEGORIES= devel tcl84 tk84
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=tkcon
|
||||
|
||||
MAINTAINER= nox@jelal.kn-bremen.de
|
||||
COMMENT= A Tk program browser
|
||||
|
||||
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
||||
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
# this would do an interactive install:
|
||||
#do-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (tkinspect-5.1.6p9.tar.gz) = aff9709305e0ce4749b4f656368aa60c
|
||||
SHA256 (tkinspect-5.1.6p9.tar.gz) = fc9bd39a8ddb373e74a8dfc0922b0a01602ecc8b257ade614cc4987de0dccaeb
|
||||
SIZE (tkinspect-5.1.6p9.tar.gz) = 52327
|
||||
MD5 (tkinspect-5.1.6p10.tar.gz) = 66271dbb6a5c1cb65f46012c08c485c8
|
||||
SHA256 (tkinspect-5.1.6p10.tar.gz) = bc1d18a271d64b164be01fa62b3bf42ed5ca8178a80f49d51989fb387c0d4e12
|
||||
SIZE (tkinspect-5.1.6p10.tar.gz) = 52844
|
||||
|
|
|
@ -3,7 +3,7 @@ Index: install.tcl
|
|||
#!/bin/sh
|
||||
# \
|
||||
-exec wish "$0" ${1+"$@"}
|
||||
+exec wish8.3 "$0" ${1+"$@"}
|
||||
+exec wish8.4 "$0" ${1+"$@"}
|
||||
#
|
||||
# $Id: install.tcl,v 1.20 2002/03/26 00:10:17 patthoyts Exp $
|
||||
#
|
||||
|
|
|
@ -3,7 +3,7 @@ Index: tkinspect.tcl
|
|||
#!/bin/sh
|
||||
# \
|
||||
-exec wish "$0" ${1+"$@"}
|
||||
+exec wish8.3 "$0" ${1+"$@"}
|
||||
+exec wish8.4 "$0" ${1+"$@"}
|
||||
#
|
||||
# $Id: tkinspect.tcl,v 1.30 2002/10/09 00:32:54 patthoyts Exp $
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue