From owner-svn-ports-all@freebsd.org Thu Sep 7 11:01:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2306FE17BD8; Thu, 7 Sep 2017 11:01:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6E0704F9; Thu, 7 Sep 2017 11:01:03 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v87B12ZP094130; Thu, 7 Sep 2017 11:01:02 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v87B12ls094128; Thu, 7 Sep 2017 11:01:02 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709071101.v87B12ls094128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 7 Sep 2017 11:01:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head: games/scid graphics/ocaml-lablgl X-SVN-Commit-Revision: 449393 X-SVN-Commit-Repository: ports 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.23 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: Thu, 07 Sep 2017 11:01:04 -0000 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