From owner-svn-ports-all@freebsd.org Tue Feb 19 08:58:46 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 178B814E6242; Tue, 19 Feb 2019 08:58:46 +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 B11F174520; Tue, 19 Feb 2019 08:58:45 +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 8977A1B721; Tue, 19 Feb 2019 08:58:45 +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 x1J8wj2l016164; Tue, 19 Feb 2019 08:58:45 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1J8wi2U016159; Tue, 19 Feb 2019 08:58:44 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201902190858.x1J8wi2U016159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 19 Feb 2019 08:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493355 - in head: lang/tcl85 lang/tcl86 lang/tcl87 x11-toolkits/tk85 x11-toolkits/tk86 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head: lang/tcl85 lang/tcl86 lang/tcl87 x11-toolkits/tk85 x11-toolkits/tk86 X-SVN-Commit-Revision: 493355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B11F174520 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.936,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,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: Tue, 19 Feb 2019 08:58:46 -0000 Author: gahr Date: Tue Feb 19 08:58:44 2019 New Revision: 493355 URL: https://svnweb.freebsd.org/changeset/ports/493355 Log: lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default Reported by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html Modified: head/lang/tcl85/Makefile head/lang/tcl86/Makefile head/lang/tcl87/Makefile head/x11-toolkits/tk85/Makefile head/x11-toolkits/tk86/Makefile Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Tue Feb 19 08:18:07 2019 (r493354) +++ head/lang/tcl85/Makefile Tue Feb 19 08:58:44 2019 (r493355) @@ -3,7 +3,7 @@ PORTNAME= tcl PORTVERSION= 8.5.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= TCLTK/tcl8_5 \ SF/tcl/Tcl/${PORTVERSION} @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= TCLMAN TZDATA THREADS -OPTIONS_DEFAULT=THREADS +OPTIONS_DEFAULT=TCLMAN TZDATA THREADS TCLMAN_DESC= Install Tcl function manpages TZDATA_DESC= Install Tcl timezone data OPTIONS_SUB= yes Modified: head/lang/tcl86/Makefile ============================================================================== --- head/lang/tcl86/Makefile Tue Feb 19 08:18:07 2019 (r493354) +++ head/lang/tcl86/Makefile Tue Feb 19 08:58:44 2019 (r493355) @@ -3,7 +3,7 @@ PORTNAME= tcl DISTVERSION= ${TCL_VERSION}${TCL_RC} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${TCL_VERSION} PKGNAMESUFFIX= ${SHORT_TCL_VER} @@ -28,7 +28,7 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} OPTIONS_DEFINE= TCLMAN TZDATA THREADS DEBUG OPTIONS_DEFINE_amd64= DTRACE -OPTIONS_DEFAULT=THREADS +OPTIONS_DEFAULT=TCLMAN TZDATA THREADS OPTIONS_DEFAULT_amd64= DTRACE TCLMAN_DESC= Install Tcl function manpages TZDATA_DESC= Install Tcl timezone data Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Tue Feb 19 08:18:07 2019 (r493354) +++ head/lang/tcl87/Makefile Tue Feb 19 08:58:44 2019 (r493355) @@ -3,7 +3,7 @@ PORTNAME= tcl DISTVERSION= 8.7a1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${DISTVERSION} \ TCLTK/tcl8_7 @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= TCLMAN TZDATA DEBUG +OPTIONS_DEFAULT=TCLMAN TZDATA OPTIONS_DEFINE_amd64= DTRACE OPTIONS_DEFAULT_amd64= DTRACE TCLMAN_DESC= Install Tcl function manpages Modified: head/x11-toolkits/tk85/Makefile ============================================================================== --- head/x11-toolkits/tk85/Makefile Tue Feb 19 08:18:07 2019 (r493354) +++ head/x11-toolkits/tk85/Makefile Tue Feb 19 08:58:44 2019 (r493355) @@ -3,7 +3,7 @@ PORTNAME= tk PORTVERSION= 8.5.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= TCLTK/tcl8_5 SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX= ${SHORT_TK_VER} @@ -42,7 +42,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER} SUB_FILES= pkgIndex.tcl OPTIONS_DEFINE= TK85_MAN DEMOS THREADS -OPTIONS_DEFAULT=THREADS +OPTIONS_DEFAULT=TK85_MAN THREADS OPTIONS_SUB= yes TK85_MAN_DESC= Install tk 8.5 function manpages DEMOS_DESC= Install demos Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Tue Feb 19 08:18:07 2019 (r493354) +++ head/x11-toolkits/tk86/Makefile Tue Feb 19 08:58:44 2019 (r493355) @@ -3,7 +3,7 @@ PORTNAME= tk DISTVERSION= ${TK_VERSION}${TK_RC} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcl/Tcl/${TK_VERSION} PKGNAMESUFFIX= ${SHORT_TK_VER} @@ -21,7 +21,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig OPTIONS_DEFINE= TKMAN DEMOS THREADS -OPTIONS_DEFAULT=THREADS +OPTIONS_DEFAULT=TKMAN THREADS OPTIONS_SUB= yes TKMAN_DESC= Install Tk function manpages DEMOS_DESC= Install demos