Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 12:52:45 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311711 - head/www/openacs
Message-ID:  <201302051252.r15Cqj79079324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051252.r15Cqj79079324>