diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-02-02 21:42:46 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-03-07 18:39:13 +0100 |
commit | 2d8f8573167d49958b7fbf471f42a360a20227d8 (patch) | |
tree | 4f8de5446ee2f75755beec28cf04f0baad4d44b6 /science | |
parent | 919140cdc1eae208a8708625967cdce4cdc75fc3 (diff) | |
download | freebsd-ports-2d8f8573167d49958b7fbf471f42a360a20227d8.zip |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
Diffstat (limited to 'science')
-rw-r--r-- | science/code_saturne/Makefile | 2 | ||||
-rw-r--r-- | science/py-pymol/Makefile | 2 | ||||
-rw-r--r-- | science/py-veusz/Makefile | 1 | ||||
-rw-r--r-- | science/scidavis/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 70ebf34b8efb..664246fd001a 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -2,7 +2,7 @@ PORTNAME= code_saturne PORTVERSION= 7.1.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= science parallel diff --git a/science/py-pymol/Makefile b/science/py-pymol/Makefile index d47c62e9ea14..0dd69a83fce5 100644 --- a/science/py-pymol/Makefile +++ b/science/py-pymol/Makefile @@ -3,7 +3,7 @@ PORTNAME= pymol DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile index 1cfcde77b18d..ebabe5cc3e06 100644 --- a/science/py-veusz/Makefile +++ b/science/py-veusz/Makefile @@ -3,6 +3,7 @@ PORTNAME= veusz DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/scidavis/Makefile b/science/scidavis/Makefile index 60eb386376d1..e35eae6cb63e 100644 --- a/science/scidavis/Makefile +++ b/science/scidavis/Makefile @@ -1,5 +1,6 @@ PORTNAME= scidavis PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= makc@FreeBSD.org |