svn commit: r319069 - head/www/websh

Pietro Cerutti gahr at FreeBSD.org
Sat May 25 19:48:22 UTC 2013


Author: gahr
Date: Sat May 25 19:48:21 2013
New Revision: 319069
URL: http://svnweb.freebsd.org/changeset/ports/319069

Log:
  - Does build with Tcl 8.6, so set INVALID_TCL_VER accordingly
  - Bump PORTREVISION
  
  Reported by:    miwi (Tcl/Tk 8.6 exp-run latecomers)
  Approved by:    portmgr

Modified:
  head/www/websh/Makefile   (contents, props changed)

Modified: head/www/websh/Makefile
==============================================================================
--- head/www/websh/Makefile	Sat May 25 19:12:28 2013	(r319068)
+++ head/www/websh/Makefile	Sat May 25 19:48:21 2013	(r319069)
@@ -7,7 +7,7 @@
 
 PORTNAME=	websh
 PORTVERSION=	3.6.0b5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www tcl
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=tcl/${PORTNAME}/source
@@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE=	yes
 TCL_DVER=	${TCL_VER:S/.//}
 
 USE_TCL=	84+
+INVALID_TCL_VER=86
 USE_AUTOTOOLS=	autoconf
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix
 CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \


More information about the svn-ports-head mailing list