From owner-svn-ports-head@FreeBSD.ORG Fri Sep 20 07:07:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AEF649F; Fri, 20 Sep 2013 07:07:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 570C922FD; Fri, 20 Sep 2013 07:07:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K77nRq050738; Fri, 20 Sep 2013 07:07:49 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K77mdo050735; Fri, 20 Sep 2013 07:07:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309200707.r8K77mdo050735@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 20 Sep 2013 07:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327662 - in head/lang/tcl85: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 07:07:49 -0000 Author: gahr Date: Fri Sep 20 07:07:48 2013 New Revision: 327662 URL: http://svnweb.freebsd.org/changeset/ports/327662 Log: - Fix a problem that causes modules not to be found - Bump PORTREVISION Reported by: Christoph Lukas Modified: head/lang/tcl85/Makefile head/lang/tcl85/files/patch-unix-Makefile.in Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/Makefile Fri Sep 20 07:07:48 2013 (r327662) @@ -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 Modified: head/lang/tcl85/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 07:07:48 2013 (r327662) @@ -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: