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])
This commit is contained in:
parent
9713df4168
commit
198fdc7c81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487220
@ -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)
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user