pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/filerunner Switch to Tk 8.4 and bump PKGREVISION d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0ae72a2ef30
branches:  trunk
changeset: 479466:c0ae72a2ef30
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Aug 15 03:27:29 2004 +0000

description:
Switch to Tk 8.4 and bump PKGREVISION due to the dependency change.

diffstat:

 x11/filerunner/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c9df825f69c8 -r c0ae72a2ef30 x11/filerunner/Makefile
--- a/x11/filerunner/Makefile   Sun Aug 15 03:25:24 2004 +0000
+++ b/x11/filerunner/Makefile   Sun Aug 15 03:27:29 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2004/03/08 20:27:17 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/08/15 03:27:29 minskim Exp $
 # $FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:11 jseger Exp
 #
 
 DISTNAME=      FileRunner-2.5.1
 PKGNAME=       ${DISTNAME:S/FileRunner/filerunner/}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://www.cd.chalmers.se/~hch/
 
@@ -11,7 +12,7 @@
 HOMEPAGE=      http://www.cd.chalmers.se/~hch/filerunner.html
 COMMENT=       Filemanager with FTP capabilities. Uses Tcl/Tk
 
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
+DEPENDS+=      tk>=8.4:../../x11/tk
 
 USE_X11BASE=   yes
 



Home | Main Index | Thread Index | Old Index