svn commit: r311711 - head/www/openacs

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 5 12:52:45 UTC 2013


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
 


More information about the svn-ports-head mailing list