From owner-svn-ports-head@freebsd.org Tue Dec 11 05:59:13 2018 Return-Path: Delivered-To: svn-ports-head@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 1C55713224B4; Tue, 11 Dec 2018 05:59:13 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0BC5858FF; Tue, 11 Dec 2018 05:59:12 +0000 (UTC) (envelope-from dbn@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 8C4C42B5FC; Tue, 11 Dec 2018 05:59:12 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBB5xCAw041707; Tue, 11 Dec 2018 05:59:12 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBB5xBlq041698; Tue, 11 Dec 2018 05:59:11 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201812110559.wBB5xBlq041698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 11 Dec 2018 05:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487220 - in head: devel/eric6 devel/es-eric6 german/eric6 russian/eric6 X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head: devel/eric6 devel/es-eric6 german/eric6 russian/eric6 X-SVN-Commit-Revision: 487220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0BC5858FF X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 11 Dec 2018 05:59:13 -0000 Author: dbn Date: Tue Dec 11 05:59:11 2018 New Revision: 487220 URL: https://svnweb.freebsd.org/changeset/ports/487220 Log: devel/eric6: update to 18.12 - switch to Qt5 as default (Qt4 is depreciated) [1] - change log: - Editor: changed the 'Regexp' search option to use QScintilla's POSIX mode, where ( and ) are used for tagging (instead of \( and \) ) - LogViewer: added the capability to search for a regular expression - Project Forms Browser: added support for the --resource-suffix= and --import-from= options of pyuic (the PyQt forms compiler) - Shell, ShellWindow: - added the capability to search for a regular expression with QScintilla's POSIX mode - changed the start menu to give a list of defined environments - added capability to start the shell for the environment defined by the open project - Translator: added a button to open the Translator configuration page - VirtualEnv Manager: extended the environment definition by a flag indicating a Conda environment and a string to be prepended to the PATH environment variable [1] Pre-commit hook incorrectly detects trivial change to FLAVOR as adding FLAVOR to port Approved by: portmgr (implicit [1]) Modified: head/devel/eric6/Makefile head/devel/eric6/bsd.eric6.mk head/devel/eric6/distinfo head/devel/es-eric6/distinfo head/german/eric6/distinfo head/russian/eric6/distinfo Modified: head/devel/eric6/Makefile ============================================================================== --- head/devel/eric6/Makefile Tue Dec 11 03:23:57 2018 (r487219) +++ head/devel/eric6/Makefile Tue Dec 11 05:59:11 2018 (r487220) @@ -37,7 +37,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES PY_FLAVORS= py${PYTHON_DEFAULT:S/.//} py${PYTHON2_DEFAULT:S/.//} py${PYTHON3_DEFAULT:S/.//} .for flavor in ${PY_FLAVORS} . if empty(FLAVORS:Mqt4_${flavor}) -FLAVORS:= ${FLAVORS} qt4_${flavor} qt5_${flavor} +FLAVORS:= ${FLAVORS} qt5_${flavor} qt4_${flavor} . endif .endfor .if empty(FLAVOR) Modified: head/devel/eric6/bsd.eric6.mk ============================================================================== --- head/devel/eric6/bsd.eric6.mk Tue Dec 11 03:23:57 2018 (r487219) +++ head/devel/eric6/bsd.eric6.mk Tue Dec 11 05:59:11 2018 (r487220) @@ -6,7 +6,7 @@ # german/eric6, russian/eric6, devel/es-eric6 PORTNAME= eric6 -PORTVERSION= 18.11 +PORTVERSION= 18.12 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/eric6/distinfo ============================================================================== --- head/devel/eric6/distinfo Tue Dec 11 03:23:57 2018 (r487219) +++ head/devel/eric6/distinfo Tue Dec 11 05:59:11 2018 (r487220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541187137 -SHA256 (eric6-nolang-18.11.tar.gz) = 1ba1695ea8001f1aa3ae90dddceaa46d2ac6c5f911659d66bdc6232a675db8b0 -SIZE (eric6-nolang-18.11.tar.gz) = 13338033 +TIMESTAMP = 1544511310 +SHA256 (eric6-nolang-18.12.tar.gz) = c51676912c790cd1fe876e5c4c4ee19c238ab8f98e9aabaa0707db3628e79e2f +SIZE (eric6-nolang-18.12.tar.gz) = 13355742 Modified: head/devel/es-eric6/distinfo ============================================================================== --- head/devel/es-eric6/distinfo Tue Dec 11 03:23:57 2018 (r487219) +++ head/devel/es-eric6/distinfo Tue Dec 11 05:59:11 2018 (r487220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541187226 -SHA256 (eric6-i18n-es-18.11.tar.gz) = 05af60a4efdf506347e3ed970ed2059a9daa252f39c8075bd0447fa5b0579c10 -SIZE (eric6-i18n-es-18.11.tar.gz) = 1042383 +TIMESTAMP = 1544511373 +SHA256 (eric6-i18n-es-18.12.tar.gz) = 5bde263acaa2a5da6155a6494c140b51595f5def4cf1c216da267c449e6f95f6 +SIZE (eric6-i18n-es-18.12.tar.gz) = 1042921 Modified: head/german/eric6/distinfo ============================================================================== --- head/german/eric6/distinfo Tue Dec 11 03:23:57 2018 (r487219) +++ head/german/eric6/distinfo Tue Dec 11 05:59:11 2018 (r487220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541187270 -SHA256 (eric6-i18n-de-18.11.tar.gz) = 5b811f06555758eeb5acb754f0839e3b35f30135450be4ae1e9c6ca45e527371 -SIZE (eric6-i18n-de-18.11.tar.gz) = 1039675 +TIMESTAMP = 1544511380 +SHA256 (eric6-i18n-de-18.12.tar.gz) = 38b0c611fd7d00a0f3013267a390bcab6ceaf0702b74b43d5a7e635817df1c44 +SIZE (eric6-i18n-de-18.12.tar.gz) = 1042723 Modified: head/russian/eric6/distinfo ============================================================================== --- head/russian/eric6/distinfo Tue Dec 11 03:23:57 2018 (r487219) +++ head/russian/eric6/distinfo Tue Dec 11 05:59:11 2018 (r487220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541187307 -SHA256 (eric6-i18n-ru-18.11.tar.gz) = f29454d153b3f3cbd1dac4226a6b7af8a82ee71886cff78a66ac18e893437b86 -SIZE (eric6-i18n-ru-18.11.tar.gz) = 1093829 +TIMESTAMP = 1544511388 +SHA256 (eric6-i18n-ru-18.12.tar.gz) = 2bba1838aa5193388ecfeb95ceaa6354024807cd17bfb520c9e14ee09fc9c5e4 +SIZE (eric6-i18n-ru-18.12.tar.gz) = 1097245