Date: Mon, 16 Aug 2021 13:14:15 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c52da3a42aef - main - devel/eric: update to 21.7 release+ Message-ID: <202108161314.17GDEFil006347@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c52da3a42aef7a3221295b6c09806fe00a214f5d commit c52da3a42aef7a3221295b6c09806fe00a214f5d Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-08-16 13:11:54 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-08-16 13:14:07 +0000 devel/eric: update to 21.7 release+ It fixes a few bugs and introduces these new features: - Tasks * made the task properties dialog adapt to the task kind * added code to get typed manual tasks - UML Diagrams * extended the class items to show class attributes * added code to load a saved UML diagram via the file browser or the project others browser * improved the diagram layout of the Import Diagram and the Application Diagram * added code to save and load diagrams as JSON files * changed code to print diagrams --- devel/eric6/Makefile | 2 +- devel/eric6/bsd.eric6.mk | 2 +- devel/eric6/distinfo | 6 +++--- devel/es-eric6/distinfo | 6 +++--- german/eric6/distinfo | 6 +++--- russian/eric6/distinfo | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/devel/eric6/Makefile b/devel/eric6/Makefile index 213d74a6a3d2..0784c8ab2935 100644 --- a/devel/eric6/Makefile +++ b/devel/eric6/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -qt5-${FLAVOR:U:S/_/-/} DISTNAME= ${PORTNAME}-nolang-${DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= devel python DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine diff --git a/devel/eric6/bsd.eric6.mk b/devel/eric6/bsd.eric6.mk index 77ebcfb8f96c..3866d4c01add 100644 --- a/devel/eric6/bsd.eric6.mk +++ b/devel/eric6/bsd.eric6.mk @@ -5,7 +5,7 @@ # german/eric6, russian/eric6, devel/es-eric6 PORTNAME= eric6 -PORTVERSION= 21.5 +PORTVERSION= 21.7 PORTREVISION?= 0 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/eric6/distinfo b/devel/eric6/distinfo index b89f92257f93..9043dc16a9fa 100644 --- a/devel/eric6/distinfo +++ b/devel/eric6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620739784 -SHA256 (eric6-nolang-21.5.tar.gz) = 0a4f9f6b4e91710f52324551951730bf9fa5c184c73305eedbca245a37d9224b -SIZE (eric6-nolang-21.5.tar.gz) = 12877637 +TIMESTAMP = 1629119012 +SHA256 (eric6-nolang-21.7.tar.gz) = 50f2c7d0d08a33e7edf22518cc66c448246208308de578891fd7341a591c206c +SIZE (eric6-nolang-21.7.tar.gz) = 12929287 diff --git a/devel/es-eric6/distinfo b/devel/es-eric6/distinfo index 6081039935d5..5e7f6c759cc0 100644 --- a/devel/es-eric6/distinfo +++ b/devel/es-eric6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620739793 -SHA256 (eric6-i18n-es-21.5.tar.gz) = e7d0ff30f1e3a25ab3f67ebbc44bb12d7b8835d6f8ce2bccda0979df1ee77d81 -SIZE (eric6-i18n-es-21.5.tar.gz) = 1077249 +TIMESTAMP = 1629119022 +SHA256 (eric6-i18n-es-21.7.tar.gz) = 27e8cc86b4b62387d358ee2a73b299f752c81bc6dc81fecf3c8f83082a1a7aba +SIZE (eric6-i18n-es-21.7.tar.gz) = 1079100 diff --git a/german/eric6/distinfo b/german/eric6/distinfo index 8bbffc5d4020..145b555a2917 100644 --- a/german/eric6/distinfo +++ b/german/eric6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620739808 -SHA256 (eric6-i18n-de-21.5.tar.gz) = 9a705ea8860ca9f070c2cd866491b91415f9943aa3b51cc614dc9d3b9082d6a7 -SIZE (eric6-i18n-de-21.5.tar.gz) = 1075588 +TIMESTAMP = 1629119400 +SHA256 (eric6-i18n-de-21.7.tar.gz) = f2c5535a887086683961001ecc42cb22620aa746dc1db63cf718afe977a68a5f +SIZE (eric6-i18n-de-21.7.tar.gz) = 1077635 diff --git a/russian/eric6/distinfo b/russian/eric6/distinfo index e0f88238cdcd..8a5d8486b55b 100644 --- a/russian/eric6/distinfo +++ b/russian/eric6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620739855 -SHA256 (eric6-i18n-ru-21.5.tar.gz) = 92c68f2f1861f6df9eb82a10a763ef7c7a7840228a98aca4dfb2a3a8d2f53671 -SIZE (eric6-i18n-ru-21.5.tar.gz) = 1130640 +TIMESTAMP = 1629119454 +SHA256 (eric6-i18n-ru-21.7.tar.gz) = 8ba042ebda7952c9e0d41b5efb7d87a253214c9fdd21e2e81e901e4ab502ec6f +SIZE (eric6-i18n-ru-21.7.tar.gz) = 1136625
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161314.17GDEFil006347>