summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-29 07:44:24 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-29 07:44:24 +0000
commitc2e86404b2d1ed207d3381b1a68357563bf085b0 (patch)
treeafbca68c7dbfca11d9bdd108af867ff976a56b7b /misc
parentRegenerate this patch as the distribution file changed slightly. (diff)
Upgrade to 1.8.
Notes
Notes: svn path=/head/; revision=8050
Diffstat (limited to 'misc')
-rw-r--r--misc/tkinfo/Makefile18
-rw-r--r--misc/tkinfo/distinfo2
-rw-r--r--misc/tkinfo/files/patch-aa2
-rw-r--r--misc/tkinfo/pkg-plist1
4 files changed, 13 insertions, 10 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index 45a320dfbbcc..e958cf80bad4 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -1,22 +1,24 @@
# New ports collection makefile for: tkinfo
-# Version required: 1.5
+# Version required: 1.8
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.12 1997/04/20 13:19:35 wosch Exp $
+# $Id: Makefile,v 1.13 1997/06/23 07:45:57 tg Exp $
#
-DISTNAME= tkinfo-1.5
-CATEGORIES= misc tk41
-MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \
- http://math-www.uni-paderborn.de/~axel/tkinfo/
+DISTNAME= tkinfo-1.8
+CATEGORIES= misc tk80
+MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= tg@freebsd.org
-RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
+
NO_BUILD= yes
+MAN1= tkinfo.1
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo
index 120a7b8a8ff8..186d97a2beea 100644
--- a/misc/tkinfo/distinfo
+++ b/misc/tkinfo/distinfo
@@ -1 +1 @@
-MD5 (tkinfo-1.5.tar.gz) = fca3d35cf9017ffb7935c65323568436
+MD5 (tkinfo-1.8.tar.gz) = 103650c438714c98ffd43c4a98be6900
diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa
index d2a005f3ac3b..06b17a94ae6a 100644
--- a/misc/tkinfo/files/patch-aa
+++ b/misc/tkinfo/files/patch-aa
@@ -4,7 +4,7 @@
#!/bin/sh
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
-exec wish "$0" "$@"
-+exec wish4.1 "$0" "$@"
++exec wish8.0 "$0" "$@"
##########################################################################
# Version of TkInfo:
diff --git a/misc/tkinfo/pkg-plist b/misc/tkinfo/pkg-plist
index c1923c49dfcc..eb47515244e3 100644
--- a/misc/tkinfo/pkg-plist
+++ b/misc/tkinfo/pkg-plist
@@ -1 +1,2 @@
bin/tkinfo
+man/man1/tkinfo.1.gz