From owner-svn-ports-head@freebsd.org Thu Sep 7 10:56:42 2017 Return-Path: Delivered-To: svn-ports-head@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 E39D0E177F7; Thu, 7 Sep 2017 10:56:42 +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 E6C496F687; Thu, 7 Sep 2017 10:56:41 +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 v87Auedo091656; Thu, 7 Sep 2017 10:56:40 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v87Aue2X091650; Thu, 7 Sep 2017 10:56:40 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709071056.v87Aue2X091650@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 10:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449392 - in head: databases/pgaccess graphics/gdtclft lang/itcl math/maxima x11-clocks/tktz X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head: databases/pgaccess graphics/gdtclft lang/itcl math/maxima x11-clocks/tktz X-SVN-Commit-Revision: 449392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 10:56:43 -0000 Author: gahr Date: Thu Sep 7 10:56:40 2017 New Revision: 449392 URL: https://svnweb.freebsd.org/changeset/ports/449392 Log: Convert USES of tcl or tk from 84+ to 85+ This shouldn't change anything in the default case because tcl86 is chosen anyway. Modified: head/databases/pgaccess/Makefile head/graphics/gdtclft/Makefile head/lang/itcl/Makefile head/math/maxima/Makefile head/x11-clocks/tktz/Makefile Modified: head/databases/pgaccess/Makefile ============================================================================== --- head/databases/pgaccess/Makefile Thu Sep 7 09:01:46 2017 (r449391) +++ head/databases/pgaccess/Makefile Thu Sep 7 10:56:40 2017 (r449392) @@ -3,6 +3,7 @@ PORTNAME= pgaccess PORTVERSION= 1.00.20140902 +PORTREVISION= 1 CATEGORIES= databases tcl tk MASTER_SITES= http://bsdforge.com/projects/source/databases/pgaccess/ @@ -13,7 +14,7 @@ LICENSE= BSD4CLAUSE RUN_DEPENDS= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl:databases/pgtcl -USES= pgsql tk:84+ tar:xz +USES= pgsql tk:85+ tar:xz NO_ARCH= yes Modified: head/graphics/gdtclft/Makefile ============================================================================== --- head/graphics/gdtclft/Makefile Thu Sep 7 09:01:46 2017 (r449391) +++ head/graphics/gdtclft/Makefile Thu Sep 7 10:56:40 2017 (r449392) @@ -3,7 +3,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics tcl MASTER_SITES= http://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= TCL interface to the Thomas Boutell's Gd libr LIB_DEPENDS= libgd.so:graphics/gd -USES= tcl:84+ uidfix +USES= tcl:85+ uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \ Modified: head/lang/itcl/Makefile ============================================================================== --- head/lang/itcl/Makefile Thu Sep 7 09:01:46 2017 (r449391) +++ head/lang/itcl/Makefile Thu Sep 7 10:56:40 2017 (r449392) @@ -3,6 +3,7 @@ PORTNAME= itcl PORTVERSION= 3.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4.1 @@ -11,7 +12,7 @@ DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tcl [incr Tcl] -USES+= tcl:84+,tea +USES+= tcl:85+,tea USE_LDCONFIG= ${PREFIX}/lib/itcl${PORTVERSION:R} Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Thu Sep 7 09:01:46 2017 (r449391) +++ head/math/maxima/Makefile Thu Sep 7 10:56:40 2017 (r449392) @@ -3,6 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.40.0 +PORTREVISION= 1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -16,7 +17,7 @@ PATCH_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:math/gnuplot -USES= gmake makeinfo perl5 python:build tk:84+ shared-mime-info +USES= gmake makeinfo perl5 python:build tk:85+ shared-mime-info USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ Modified: head/x11-clocks/tktz/Makefile ============================================================================== --- head/x11-clocks/tktz/Makefile Thu Sep 7 09:01:46 2017 (r449391) +++ head/x11-clocks/tktz/Makefile Thu Sep 7 10:56:40 2017 (r449392) @@ -3,14 +3,14 @@ PORTNAME= tktz PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks tk MASTER_SITES= http://gromnizki.unixdev.net/soft/ MAINTAINER= gromnizki@unixdev.net COMMENT= Tcl/Tk-based timezone viewer -USES= tk:84+,run +USES= tk:85+,run NO_BUILD= yes post-patch: