svn commit: r449393 - in head: games/scid graphics/ocaml-lablgl
Pietro Cerutti
gahr at FreeBSD.org
Thu Sep 7 11:01:04 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list