aboutsummaryrefslogtreecommitdiff
path: root/devel/eric6
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-12-11 05:59:11 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-12-11 05:59:11 +0000
commit198fdc7c81f9f442f364d0b681242ca7381482f0 (patch)
treef8067935932d67f686b7d7f0a5ba34315230cefe /devel/eric6
parent9713df41683e5e5f5ee80fbe39e471324d22001f (diff)
downloadports-198fdc7c81f9f442f364d0b681242ca7381482f0.tar.gz
ports-198fdc7c81f9f442f364d0b681242ca7381482f0.zip
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])
Notes
Notes: svn path=/head/; revision=487220
Diffstat (limited to 'devel/eric6')
-rw-r--r--devel/eric6/Makefile2
-rw-r--r--devel/eric6/bsd.eric6.mk2
-rw-r--r--devel/eric6/distinfo6
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/eric6/Makefile b/devel/eric6/Makefile
index e36736b3755e..9714217c5f81 100644
--- a/devel/eric6/Makefile
+++ b/devel/eric6/Makefile
@@ -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)
diff --git a/devel/eric6/bsd.eric6.mk b/devel/eric6/bsd.eric6.mk
index b9661848bbb7..f375f9be04f0 100644
--- a/devel/eric6/bsd.eric6.mk
+++ b/devel/eric6/bsd.eric6.mk
@@ -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}
diff --git a/devel/eric6/distinfo b/devel/eric6/distinfo
index 289b52cc5ca6..ddfe4e9c4d78 100644
--- a/devel/eric6/distinfo
+++ b/devel/eric6/distinfo
@@ -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