From owner-svn-ports-all@freebsd.org Sun May 31 15:33:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC509337748; Sun, 31 May 2020 15:33:38 +0000 (UTC) (envelope-from fluffy@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Zj4y4Vc5z4HRF; Sun, 31 May 2020 15:33:38 +0000 (UTC) (envelope-from fluffy@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 95C8E1C51C; Sun, 31 May 2020 15:33:38 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04VFXcLl048508; Sun, 31 May 2020 15:33:38 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04VFXajC048499; Sun, 31 May 2020 15:33:36 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202005311533.04VFXajC048499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sun, 31 May 2020 15:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537173 - in head: devel/eric6 devel/es-eric6 german/eric6 russian/eric6 X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head: devel/eric6 devel/es-eric6 german/eric6 russian/eric6 X-SVN-Commit-Revision: 537173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 31 May 2020 15:33:38 -0000 Author: fluffy Date: Sun May 31 15:33:36 2020 New Revision: 537173 URL: https://svnweb.freebsd.org/changeset/ports/537173 Log: devel/eric6: update to 20.5 release - also update i18n slaves - use newcomer lib x11-toolkits/py-qt5-chart - adopt while here Modified: head/devel/eric6/Makefile head/devel/eric6/Makefile.inc head/devel/eric6/bsd.eric6.mk head/devel/eric6/distinfo (contents, props changed) head/devel/eric6/pkg-descr (contents, props changed) head/devel/eric6/pkg-plist (contents, props changed) head/devel/es-eric6/distinfo (contents, props changed) head/german/eric6/distinfo (contents, props changed) head/russian/eric6/distinfo (contents, props changed) Modified: head/devel/eric6/Makefile ============================================================================== --- head/devel/eric6/Makefile Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/Makefile Sun May 31 15:33:36 2020 (r537173) @@ -1,20 +1,22 @@ # Created by: Boris Samorodov # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 0 PKGNAMESUFFIX= -${FLAVOR:U:S/_/-/} DISTNAME= ${PORTNAME}-nolang-${DISTVERSION} CATEGORIES= devel python # Note to MAINTAINER: this should be converted to USES=pyqt, USE_PYQT=[...] -RUN_DEPENDS= ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR} +BUILD_DEPENDS+= ${PYQT_PY_RELNAME}-chart>=${PYQT_VERSION}:x11-toolkits/py-qt5-chart@${PY_FLAVOR} +RUN_DEPENDS+= ${PYQT_PY_RELNAME}-chart>=${PYQT_VERSION}:x11-toolkits/py-qt5-chart@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR} CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PKGNAMEPREFIX}${PORTNAME}-/:C/$/-[0-9]*/} USES= desktop-file-utils python:${FLAVOR:C/.*_py([0-9])/\1./} pyqt:5 USE_PYQT= core gui qscintilla2 webengine \ help_run network_run svg_run sql_run -INSTALL_CMD= install.py -c -f eric6config.freebsd -i ${STAGEDIR} --pyqt=5 +INSTALL_CMD= install.py -c -f eric6config.freebsd -i ${STAGEDIR} SUB_FILES= eric6.desktop MASTERPORT= yes Modified: head/devel/eric6/Makefile.inc ============================================================================== --- head/devel/eric6/Makefile.inc Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/Makefile.inc Sun May 31 15:33:36 2020 (r537173) @@ -10,12 +10,12 @@ PKGNAMEPREFIX= ${I18N_LANG}- DISTNAME= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} -INSTALL_CMD= install-i18n.py -p ${STAGEDIR} +INSTALL_CMD= ${WRKSRC}/install-i18n.py -p ${STAGEDIR} NO_ARCH= yes PLIST_FILES= ${DATADIR}/i18n/${PORTNAME}_${I18N_LANG}.qm do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/i18n - ${INSTALL_DATA} ${WRKSRC}/eric/i18n/${PORTNAME}_${I18N_LANG}.qm ${STAGEDIR}${DATADIR}/i18n/ + ${INSTALL_DATA} ${WRKSRC}/eric/eric6/i18n/${PORTNAME}_${I18N_LANG}.qm ${STAGEDIR}${DATADIR}/i18n/ .include Modified: head/devel/eric6/bsd.eric6.mk ============================================================================== --- head/devel/eric6/bsd.eric6.mk Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/bsd.eric6.mk Sun May 31 15:33:36 2020 (r537173) @@ -6,11 +6,11 @@ # german/eric6, russian/eric6, devel/es-eric6 PORTNAME= eric6 -PORTVERSION= 19.04 +PORTVERSION= 20.5 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Full featured Python and Ruby editor and IDE based on Qt LICENSE= GPLv3 Modified: head/devel/eric6/distinfo ============================================================================== --- head/devel/eric6/distinfo Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/distinfo Sun May 31 15:33:36 2020 (r537173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554651867 -SHA256 (eric6-nolang-19.04.tar.gz) = 1829d8b78d39fe9ee39f765368dc819dd08275dbc67386c1b27ded6fb77f9a60 -SIZE (eric6-nolang-19.04.tar.gz) = 13611561 +TIMESTAMP = 1590886026 +SHA256 (eric6-nolang-20.5.tar.gz) = 465331995f2c181179c1c35b9e587014c20f8a1d1cb20bdc96b1d84defe28f54 +SIZE (eric6-nolang-20.5.tar.gz) = 13729229 Modified: head/devel/eric6/pkg-descr ============================================================================== --- head/devel/eric6/pkg-descr Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/pkg-descr Sun May 31 15:33:36 2020 (r537173) @@ -6,6 +6,6 @@ quick and dirty editor as well as being usable as a pr management tool integrating many advanced features Python offers the professional coder. -This is a port of eric6 (based on Qt4). +This is a port of eric6 (based on Qt5). -WWW: http://eric-ide.python-projects.org/index.html +WWW: https://eric-ide.python-projects.org/index.html Modified: head/devel/eric6/pkg-plist ============================================================================== --- head/devel/eric6/pkg-plist Sun May 31 15:29:54 2020 (r537172) +++ head/devel/eric6/pkg-plist Sun May 31 15:33:36 2020 (r537173) @@ -21,7 +21,6 @@ bin/eric6_tray bin/eric6_trpreviewer bin/eric6_uipreviewer bin/eric6_unittest -bin/eric6_webbrowser %%PYTHON_SITELIBDIR%%/eric6config.py %%PYTHON2%%%%PYTHON_SITELIBDIR%%/eric6config.pyc %%PYTHON_SITELIBDIR%%/eric6plugins/__init__.py @@ -37,4 +36,12 @@ share/qt4/qsci/api/ruby/Ruby-1.8.7.api share/qt4/qsci/api/ruby/Ruby-1.8.7.bas share/qt4/qsci/api/ruby/Ruby-1.9.1.api share/qt4/qsci/api/ruby/Ruby-1.9.1.bas +share/qt4/qsci/api/python/calliope.api +share/qt4/qsci/api/python/circuitpython.api +share/qt4/qsci/api/python/microbit.api +share/qt4/qsci/api/python/micropython.api +share/qt4/qsci/api/python/micropython.bas +@dir %%DATADIR%%/DTDs @dir %%DATADIR%%/i18n +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% + Modified: head/devel/es-eric6/distinfo ============================================================================== --- head/devel/es-eric6/distinfo Sun May 31 15:29:54 2020 (r537172) +++ head/devel/es-eric6/distinfo Sun May 31 15:33:36 2020 (r537173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554651929 -SHA256 (eric6-i18n-es-19.04.tar.gz) = 54cd9a55f0b169cd558efcc5667e7292c86da7bc6b71ce46baa852e8a822ba7b -SIZE (eric6-i18n-es-19.04.tar.gz) = 1071320 +TIMESTAMP = 1590886041 +SHA256 (eric6-i18n-es-20.5.tar.gz) = 022d11dc3de4205ed285a4f4e9ef1d845668bb9a1fe2250f42332598f07bf47d +SIZE (eric6-i18n-es-20.5.tar.gz) = 1056949 Modified: head/german/eric6/distinfo ============================================================================== --- head/german/eric6/distinfo Sun May 31 15:29:54 2020 (r537172) +++ head/german/eric6/distinfo Sun May 31 15:33:36 2020 (r537173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554651937 -SHA256 (eric6-i18n-de-19.04.tar.gz) = 5d4c1cd3309dbaf096b2f303539da7cad3b3dd02fcba054d6b6a49c5bf0c51c5 -SIZE (eric6-i18n-de-19.04.tar.gz) = 1066874 +TIMESTAMP = 1590886052 +SHA256 (eric6-i18n-de-20.5.tar.gz) = c65e6939193a6721dc36fd01facd370456f19272f4d625c0fea8675a3a2b98b6 +SIZE (eric6-i18n-de-20.5.tar.gz) = 1052996 Modified: head/russian/eric6/distinfo ============================================================================== --- head/russian/eric6/distinfo Sun May 31 15:29:54 2020 (r537172) +++ head/russian/eric6/distinfo Sun May 31 15:33:36 2020 (r537173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554651947 -SHA256 (eric6-i18n-ru-19.04.tar.gz) = de5e61beb9f5520a7378f40cbc076aac07979499abe432a048df7e873ca88192 -SIZE (eric6-i18n-ru-19.04.tar.gz) = 1124984 +TIMESTAMP = 1590886061 +SHA256 (eric6-i18n-ru-20.5.tar.gz) = 75810f6b6a702c4bcd1085f6058afd17597aa240af550c0d8293c9a353678710 +SIZE (eric6-i18n-ru-20.5.tar.gz) = 1111090