From owner-svn-ports-all@FreeBSD.ORG Tue Feb 5 12:52:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C08B8A1E; Tue, 5 Feb 2013 12:52:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B22B774F; Tue, 5 Feb 2013 12:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r15CqjNH079325; Tue, 5 Feb 2013 12:52:45 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r15Cqj79079324; Tue, 5 Feb 2013 12:52:45 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201302051252.r15Cqj79079324@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 5 Feb 2013 12:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311711 - head/www/openacs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:52:45 -0000 Author: gahr Date: Tue Feb 5 12:52:45 2013 New Revision: 311711 URL: http://svnweb.freebsd.org/changeset/ports/311711 Log: - Fix tclthread version Reported by: bapt Modified: head/www/openacs/Makefile (contents, props changed) Modified: head/www/openacs/Makefile ============================================================================== --- head/www/openacs/Makefile Tue Feb 5 12:37:26 2013 (r311710) +++ head/www/openacs/Makefile Tue Feb 5 12:52:45 2013 (r311711) @@ -81,7 +81,7 @@ SUB_LIST+= OPENACS_USER=${OPENACS_USER} PW=${PW} CHOWN=${CHOWN} CHMOD=${CHMOD} .if ${PORT_OPTIONS:MTCLTHREAD} -TCLTHREAD_VER?= 2.6.7 +TCLTHREAD_VER?= 2.7.0 RUN_DEPENDS+= ${LOCALBASE}/lib/thread${TCLTHREAD_VER}/libthread.so.1:${PORTSDIR}/devel/tclthread .endif