aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/x-files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-11-14 14:46:33 +0800
committerdinoex <dinoex@FreeBSD.org>2001-11-14 14:46:33 +0800
commitaee8cee76677bef206be5619eda4d4f0c9b4b902 (patch)
treee7ff1a94afdbb36bf9e9a18c3c29b7e3cf392af3 /x11-fm/x-files
parent9443ae42e0ef898b1915188b2ded9301727ad8d7 (diff)
downloadfreebsd-ports-graphics-aee8cee76677bef206be5619eda4d4f0c9b4b902.tar.gz
freebsd-ports-graphics-aee8cee76677bef206be5619eda4d4f0c9b4b902.tar.zst
freebsd-ports-graphics-aee8cee76677bef206be5619eda4d4f0c9b4b902.zip
- patch to update the x-files port to use tcl83/tk83,
- update mmaintainers email address. PR: 31726 Submitted by: dmaddox@csranet.com
Diffstat (limited to 'x11-fm/x-files')
-rw-r--r--x11-fm/x-files/Makefile12
-rw-r--r--x11-fm/x-files/files/patch-aa2
-rw-r--r--x11-fm/x-files/pkg-descr2
-rw-r--r--x11-fm/x-files/scripts/mktclIndex2
4 files changed, 9 insertions, 9 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
index 22581748c31..4e82dffd671 100644
--- a/x11-fm/x-files/Makefile
+++ b/x11-fm/x-files/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: x-files
# Date created: 14 April 1998
-# Whom: Donald J. Maddox <dmaddox@sc.rr.com>
+# Whom: Donald J. Maddox <dmaddox099@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= x-files
PORTVERSION= 2.00b1
-CATEGORIES= x11-fm tk82
+CATEGORIES= x11-fm tk83
MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/
DISTNAME= X-Files-${PORTVERSION}
-MAINTAINER= dmaddox@sc.rr.com
+MAINTAINER= dmaddox099@yahoo.com
-BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
+RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
WRKSRC= ${WRKDIR}/X-Files
NO_BUILD= yes
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
MAN1= X-Files.1x
pre-install:
- @tclsh8.2 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
+ @tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
@${RM} -f ${WRKSRC}/xfinstall.tcl
@${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
@${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
diff --git a/x11-fm/x-files/files/patch-aa b/x11-fm/x-files/files/patch-aa
index 6b163d2fed0..f14dfbcd165 100644
--- a/x11-fm/x-files/files/patch-aa
+++ b/x11-fm/x-files/files/patch-aa
@@ -4,7 +4,7 @@
+#!/bin/sh
+# The main file for the X-Files
+# The next line is executed by /bin/sh, but not Tcl \
-+exec wish8.2 $0 ${1+"$@"}
++exec wish8.3 $0 ${1+"$@"}
+set xf(xf_home) "@X11BASE@/lib/X11/X-Files/"
proc MAIN {argc argv} {
global xf xf_image env menu tk_version
diff --git a/x11-fm/x-files/pkg-descr b/x11-fm/x-files/pkg-descr
index 0312413696b..3a313d05afe 100644
--- a/x11-fm/x-files/pkg-descr
+++ b/x11-fm/x-files/pkg-descr
@@ -4,4 +4,4 @@ the Amiga program DirWorks.
WWW: http://www.hut.fi/u/mkivinie/X-Files/
Donald J. Maddox
-<dmaddox@sc.rr.com>
+<dmaddox099@yahoo.com>
diff --git a/x11-fm/x-files/scripts/mktclIndex b/x11-fm/x-files/scripts/mktclIndex
index 879a5bb403c..2ac158be992 100644
--- a/x11-fm/x-files/scripts/mktclIndex
+++ b/x11-fm/x-files/scripts/mktclIndex
@@ -1,3 +1,3 @@
-#!tclsh8.2
+#!tclsh8.3
pkg_mkIndex $argv be.tcl bgexec.tcl ee.tcl fae.tcl ftpl.tcl re.tcl vfs.tcl xf_sel.tcl
exit
>-0/+1 * New port: editors/neovim-qt: Neovim client library and QT5 GUIyuri2018-03-161-0/+1 * Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-231-2/+2 * Flavorize and modernize Emacs portsjrm2018-02-021-1/+0 * - Update to 1.8.0acm2018-02-011-0/+1 * Revert recent fpc changes, they were obviously untestedantoine2018-01-311-1/+0 * - Update to 1.8.0acm2018-01-311-0/+1 * Rename editors/vim-lite to editors/vim-console. The vim-console port isn'tadamw2018-01-121-1/+1 * Add editors/vim-tiny.adamw2018-01-091-0/+1 * Add editors/rubygem-neovim, ruby bindings to control neovim.adamw2018-01-091-0/+1 * Add a port of medit, a programming and around-programming text editor.danfe2018-01-081-0/+1 * editors/tree-widget: Remove expired portjrm2017-12-261-1/+0 * New port: editors/dte: Small and easy to use console text editoryuri2017-12-191-0/+1 * Remove expired ports:rene2017-10-171-1/+0 * Remove expired port:rene2017-10-07