Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 11:01:02 +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: r449393 - in head: games/scid graphics/ocaml-lablgl
Message-ID:  <201709071101.v87B12ls094128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Sep  7 11:01:02 2017
New Revision: 449393
URL: https://svnweb.freebsd.org/changeset/ports/449393

Log:
  Convert USES of tcl or tk from 84,85 to 85

Modified:
  head/games/scid/Makefile
  head/graphics/ocaml-lablgl/Makefile

Modified: head/games/scid/Makefile
==============================================================================
--- head/games/scid/Makefile	Thu Sep  7 10:56:40 2017	(r449392)
+++ head/games/scid/Makefile	Thu Sep  7 11:01:02 2017	(r449393)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scid
 PORTVERSION=	4.6.4
+PORTREVISION=	1
 CATEGORIES=	games databases
 MASTER_SITES=	SF/${PORTNAME}/Scid/Scid%204.6/
 
@@ -10,7 +11,7 @@ MAINTAINER=	bsd@volki.at
 COMMENT=	Free chess database application
 
 HAS_CONFIGURE=	yes
-USES=		gmake python shebangfix tk:84,85,86 zip
+USES=		gmake python shebangfix tk:85+ zip
 SHEBANG_FILES=	tcl/lang/checklangs.tcl \
 		tcl/lang/propagatelang.tcl \
 		tcl/lang/removetoken.tcl

Modified: head/graphics/ocaml-lablgl/Makefile
==============================================================================
--- head/graphics/ocaml-lablgl/Makefile	Thu Sep  7 10:56:40 2017	(r449392)
+++ head/graphics/ocaml-lablgl/Makefile	Thu Sep  7 11:01:02 2017	(r449393)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lablgl
 PORTVERSION=	1.05
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE
 
 CONFLICTS=	ocaml-nox11-[0-9]*
 
-USES=		gmake tk:84,85
+USES=		gmake tk:85
 USE_XORG=	x11 xext xmu
 USE_GL=		glut
 USE_OCAML=	yes



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