From owner-svn-ports-all@freebsd.org Thu Jun 13 15:02:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63EFC15B428C; Thu, 13 Jun 2019 15:02:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B69187745; Thu, 13 Jun 2019 15:02:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0D751F0C; Thu, 13 Jun 2019 15:02:42 +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 x5DF2gbR046920; Thu, 13 Jun 2019 15:02:42 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5DF2dmO046906; Thu, 13 Jun 2019 15:02:39 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201906131502.x5DF2dmO046906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 13 Jun 2019 15:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504096 - in head: databases/casstcl databases/pgaccess devel/critcl devel/dbus-tcl devel/yajl-tcl games/scid graphics/ocaml-lablgl lang/itcl lang/nx math/maxima net-mgmt/netmagis-commo... X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head: databases/casstcl databases/pgaccess devel/critcl devel/dbus-tcl devel/yajl-tcl games/scid graphics/ocaml-lablgl lang/itcl lang/nx math/maxima net-mgmt/netmagis-common x11-toolkits/ocaml-labl... X-SVN-Commit-Revision: 504096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B69187745 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 13 Jun 2019 15:02:43 -0000 Author: gahr Date: Thu Jun 13 15:02:39 2019 New Revision: 504096 URL: https://svnweb.freebsd.org/changeset/ports/504096 Log: Remove left-over meaningless 85+ from USES t(cl|k) Modified: head/databases/casstcl/Makefile head/databases/pgaccess/Makefile head/devel/critcl/Makefile head/devel/dbus-tcl/Makefile head/devel/yajl-tcl/Makefile head/games/scid/Makefile head/graphics/ocaml-lablgl/Makefile head/lang/itcl/Makefile head/lang/nx/Makefile head/math/maxima/Makefile head/net-mgmt/netmagis-common/Makefile head/x11-toolkits/ocaml-labltk/Makefile head/x11-toolkits/tkdnd/Makefile head/x11-toolkits/tkshape/Makefile Modified: head/databases/casstcl/Makefile ============================================================================== --- head/databases/casstcl/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/databases/casstcl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver -USES= autoreconf tcl:85+,tea +USES= autoreconf tcl:tea USE_GITHUB= yes GH_ACCOUNT= flightaware Modified: head/databases/pgaccess/Makefile ============================================================================== --- head/databases/pgaccess/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/databases/pgaccess/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -14,7 +14,7 @@ LICENSE= BSD4CLAUSE RUN_DEPENDS= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl:databases/pgtcl -USES= pgsql tk:85+ tar:xz +USES= pgsql tk tar:xz NO_ARCH= yes Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/devel/critcl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib -USES+= tcl:85+ +USES+= tcl USE_GITHUB= yes GH_ACCOUNT= andreas-kupries Modified: head/devel/dbus-tcl/Makefile ============================================================================== --- head/devel/dbus-tcl/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/devel/dbus-tcl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -21,7 +21,7 @@ PORTDOCS= * TEST_TARGET= do-test -USES= pkgconfig tcl:85+,tea +USES= pkgconfig tcl:tea PLIST_FILES= lib/dbus/libdbus21.so.1 \ lib/dbus/pkgIndex.tcl \ Modified: head/devel/yajl-tcl/Makefile ============================================================================== --- head/devel/yajl-tcl/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/devel/yajl-tcl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -16,7 +16,7 @@ LIB_DEPENDS= libyajl.so:devel/yajl USE_GITHUB= yes GH_ACCOUNT= flightaware -USES+= autoreconf pkgconfig tcl:85+,tea +USES+= autoreconf pkgconfig tcl:tea TEST_TARGET= test TEST_DEPENDS= dtplite:devel/tcllib Modified: head/games/scid/Makefile ============================================================================== --- head/games/scid/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/games/scid/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes -USES= gmake python shebangfix tk:85+ zip +USES= gmake python shebangfix tk 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 Jun 13 14:51:44 2019 (r504095) +++ head/graphics/ocaml-lablgl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= ocaml-nox11-[0-9]* -USES= gmake tk:85+ +USES= gmake tk USE_XORG= x11 xext xmu USE_GL= glut USE_OCAML= yes Modified: head/lang/itcl/Makefile ============================================================================== --- head/lang/itcl/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/lang/itcl/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -12,7 +12,7 @@ DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tcl [incr Tcl] -USES+= tcl:85+,tea +USES+= tcl:tea USE_LDCONFIG= ${PREFIX}/lib/itcl${PORTVERSION:R} Modified: head/lang/nx/Makefile ============================================================================== --- head/lang/nx/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/lang/nx/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -15,7 +15,7 @@ LICENSE= MIT OPTIONS_DEFINE= DOCS -USES+= gmake tcl:85+,tea +USES+= gmake tcl:tea USE_LDCONFIG= yes TEST_TARGET= test PLIST_SUB+= PKGNAME=${DISTNAME} Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/math/maxima/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -18,7 +18,7 @@ LICENSE_PERMS_MAXIMAEXTRACLAUSE= dist-mirror dist-sell RUN_DEPENDS= gnuplot:math/gnuplot \ rlwrap:devel/rlwrap -USES= autoreconf gmake makeinfo shared-mime-info tk:85+ +USES= autoreconf gmake makeinfo shared-mime-info tk GNU_CONFIGURE= yes CONFIGURE_ARGS= PYTHON=dummy Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/net-mgmt/netmagis-common/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -19,7 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se RUN_DEPENDS+= dtplite:devel/tcllib NO_ARCH?= yes -USES+= pgsql:9.1+ tcl:85+ +USES+= pgsql:9.1+ tcl WANT_PGSQL+= pgtcl SLAVEDIRS= net-mgmt/netmagis-common \ Modified: head/x11-toolkits/ocaml-labltk/Makefile ============================================================================== --- head/x11-toolkits/ocaml-labltk/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/x11-toolkits/ocaml-labltk/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -13,7 +13,7 @@ COMMENT= Objective Caml interface to Tk LICENSE= LGPL20 -USES= gmake tk:85+ +USES= gmake tk HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes MAKE_ENV+= STAGEDIR="${STAGEDIR}" Modified: head/x11-toolkits/tkdnd/Makefile ============================================================================== --- head/x11-toolkits/tkdnd/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/x11-toolkits/tkdnd/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Native drag and drop capabilities for Tk -USES+= tk:85+,tea +USES+= tk:tea USE_XORG= x11 xext TCL_PKG= ${PORTNAME}${PORTVERSION} Modified: head/x11-toolkits/tkshape/Makefile ============================================================================== --- head/x11-toolkits/tkshape/Makefile Thu Jun 13 14:51:44 2019 (r504095) +++ head/x11-toolkits/tkshape/Makefile Thu Jun 13 15:02:39 2019 (r504096) @@ -12,7 +12,7 @@ DISTNAME= shape${PORTVERSION:S/.//g} MAINTAINER= nivit@FreeBSD.org COMMENT= Tk library to access to X Shaped Window Extension -USES= gmake tk:85+ +USES= gmake tk USE_XORG= x11 xext