Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 10:56:40 +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: r449392 - in head: databases/pgaccess graphics/gdtclft lang/itcl math/maxima x11-clocks/tktz
Message-ID:  <201709071056.v87Aue2X091650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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