pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-tcltk2 R-tcltk2: update to 1.2.11nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a5774e158a1
branches:  trunk
changeset: 401773:7a5774e158a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 00:54:56 2019 +0000

description:
R-tcltk2: update to 1.2.11nb1.

Fix wish interpreter path in installed files. Bump PKGREVISION.

diffstat:

 devel/R-tcltk2/Makefile |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1dcc2f826380 -r 7a5774e158a1 devel/R-tcltk2/Makefile
--- a/devel/R-tcltk2/Makefile   Thu Sep 26 00:49:07 2019 +0000
+++ b/devel/R-tcltk2/Makefile   Thu Sep 26 00:54:56 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:40 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/26 00:54:56 wiz Exp $
 
 R_PKGNAME=     tcltk2
 R_PKGVER=      1.2-11
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +18,14 @@
 REPLACE.tcl.new=       ${TCLSH}
 REPLACE_FILES.tcl=     inst/tklibs/ctext3.2/function_finder.tcl
 
+REPLACE_INTERPRETER+=  wish
+REPLACE.wish.old=      /usr/bin/wish
+REPLACE.wish.new=      ${PREFIX}/bin/wish
+REPLACE_FILES.wish+=   inst/tklibs/notebook1.3/example.tcl
+REPLACE_FILES.wish+=   inst/tklibs/tree1.7/tree.tcl
+REPLACE_FILES.wish+=   inst/tklibs/tree1.7/example.tcl
+REPLACE_FILES.wish+=   inst/tklibs/choosefont0.2/example.tcl
+
 .include "../../math/R/Makefile.extension"
 .include "../../lang/python/application.mk"
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index