Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 05:59:11 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
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
Message-ID:  <201812110559.wBB5xBlq041698@repo.freebsd.org>

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



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