summaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:07:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:07:48 +0000
commit00fac1a754757c4ee0deacb2f951fd5815cc794c (patch)
tree1850a0a4e3ea232c4f712d7e8482e7e6f76535df /lang/tcl85
parent- Fix typo (diff)
- Fix a problem that causes modules not to be found
- Bump PORTREVISION Reported by: Christoph Lukas <clukas@firc.de>
Notes
Notes: svn path=/head/; revision=327662
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/Makefile6
-rw-r--r--lang/tcl85/files/patch-unix-Makefile.in6
2 files changed, 7 insertions, 5 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile
index ab930729b3f7..d550467c2e36 100644
--- a/lang/tcl85/Makefile
+++ b/lang/tcl85/Makefile
@@ -2,12 +2,14 @@
# $FreeBSD$
PORTNAME= tcl
-DISTVERSION= 8.5.15
+PORTVERSION= 8.5.15
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_TCLTK} \
SF/tcl/Tcl/${PORTVERSION}
MASTER_SITE_SUBDIR=tcl8_5
-DISTNAME= ${PORTNAME}${DISTVERSION}-src
+DISTNAME= ${PORTNAME}${PORTVERSION}-src
+PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Tool Command Language
diff --git a/lang/tcl85/files/patch-unix-Makefile.in b/lang/tcl85/files/patch-unix-Makefile.in
index 1cfca72ccc1a..78cfae050092 100644
--- a/lang/tcl85/files/patch-unix-Makefile.in
+++ b/lang/tcl85/files/patch-unix-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2013-08-30 18:26:25.000000000 +0200
-+++ Makefile.in 2013-09-02 15:13:47.000000000 +0200
+--- Makefile.in.orig 2013-09-13 18:07:56.000000000 +0200
++++ Makefile.in 2013-09-20 09:03:18.000000000 +0200
@@ -54,6 +54,8 @@
# Directory in which to install the include file tcl.h:
@@ -119,7 +119,7 @@
+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \
+ done;
+ @echo "Customizing tcl module path";
-+ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \
++ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \
+ "$(SCRIPT_INSTALL_DIR)"/tm.tcl;
+
+install-tm: