svn commit: r531396 - in head: Mk/Uses audio/cadence audio/carla audio/picard cad/openscad cad/openscad-devel comms/py-qt5-serialport databases/py-qt5-sql databases/sqlitebrowser deskutils/calibre ...
Loïc Bartoletti
lbartoletti at FreeBSD.org
Sat Apr 11 05:04:55 UTC 2020
Author: lbartoletti
Date: Sat Apr 11 05:04:40 2020
New Revision: 531396
URL: https://svnweb.freebsd.org/changeset/ports/531396
Log:
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine
Modified:
head/Mk/Uses/pyqt.mk
head/audio/cadence/Makefile
head/audio/carla/Makefile
head/audio/picard/Makefile
head/cad/openscad-devel/Makefile
head/cad/openscad/Makefile
head/comms/py-qt5-serialport/Makefile
head/databases/py-qt5-sql/Makefile
head/databases/sqlitebrowser/Makefile
head/deskutils/calibre/Makefile
head/deskutils/py-autokey/Makefile
head/deskutils/treeline/Makefile
head/devel/eric6/Makefile
head/devel/py-qt5-core/Makefile
head/devel/py-qt5-dbus/Makefile
head/devel/py-qt5-dbussupport/Makefile
head/devel/py-qt5-designer/Makefile
head/devel/py-qt5-designerplugin/Makefile
head/devel/py-qt5-help/Makefile
head/devel/py-qt5-test/Makefile
head/devel/py-qtconsole/Makefile
head/devel/py-sip/Makefile
head/devel/py-sip/distinfo
head/devel/py-spyder/Makefile
head/devel/qscintilla2-designerplugin-qt5/Makefile
head/devel/qscintilla2-qt5/Makefile
head/devel/qscintilla2-qt5/distinfo
head/devel/tortoisehg/Makefile
head/devel/vitables/Makefile
head/emulators/fs-uae-launcher/Makefile
head/games/anki/Makefile
head/games/py-mnemosyne/Makefile
head/graphics/py-python-poppler-qt5/Makefile
head/graphics/py-qt5-svg/Makefile
head/graphics/qgis-ltr/Makefile
head/graphics/qgis/Makefile
head/graphics/rapid-photo-downloader/Makefile
head/lang/py-qt5-qml/Makefile
head/math/convertall/Makefile
head/math/octave/Makefile
head/math/rpcalc/Makefile
head/misc/py-qt5-demo/Makefile
head/multimedia/py-openlp/Makefile
head/multimedia/py-qt5-multimedia/Makefile
head/multimedia/py-qt5-multimediawidgets/Makefile
head/net-mgmt/nagstamon/Makefile
head/net/py-qt5-network/Makefile
head/print/frescobaldi/Makefile
head/print/hplip/Makefile
head/print/py-qt5-printsupport/Makefile
head/science/code_saturne/Makefile
head/science/py-veusz/Makefile
head/textproc/py-qt5-xml/Makefile
head/textproc/py-qt5-xmlpatterns/Makefile
head/textproc/retext/Makefile
head/www/onionshare/Makefile
head/www/py-qt5-webchannel/Makefile
head/www/py-qt5-webengine/Makefile
head/www/py-qt5-webkit/Makefile
head/www/py-qt5-webkitwidgets/Makefile
head/www/py-qt5-websockets/Makefile
head/www/qutebrowser/Makefile
head/x11-toolkits/py-qt5-gui/Makefile
head/x11-toolkits/py-qt5-quick/Makefile
head/x11-toolkits/py-qt5-quickwidgets/Makefile
head/x11-toolkits/py-qt5-widgets/Makefile
head/x11/py-qt5-opengl/Makefile
Modified: head/Mk/Uses/pyqt.mk
==============================================================================
--- head/Mk/Uses/pyqt.mk Sat Apr 11 05:01:36 2020 (r531395)
+++ head/Mk/Uses/pyqt.mk Sat Apr 11 05:04:40 2020 (r531396)
@@ -50,7 +50,7 @@ _PYQT_VERSION= 0
PYQT_MAINTAINER= kde at FreeBSD.org
-MASTER_SITE_RIVERBANK= http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/
+MASTER_SITE_RIVERBANK= https://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/
# https://www.riverbankcomputing.com/static/Downloads/sip/4.19.15/sip-4.19.15.tar.gz
MASTER_SITES_SIP= RIVERBANK/sip/${PORTVERSION} \
@@ -59,19 +59,19 @@ MASTER_SITES_SIP= RIVERBANK/sip/${PORTVERSION} \
MASTER_SITES_PYQT5= RIVERBANK/PyQt5/${PORTVERSION} \
SF/pyqt/PyQt5/PyQt-${PORTVERSION} \
GENTOO
-#https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-2.11.tar.gz
+#https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.4/QScintilla-2.11.4.tar.gz
MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \
SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
GENTOO
-SIP_VERSION= 4.19.19
-QSCI2_VERSION= 2.11.2
+SIP_VERSION= 4.19.21
+QSCI2_VERSION= 2.11.4
PYQT5_VERSION= 5.13.1
SIP_DISTNAME= sip-${SIP_VERSION}
PYQT5_DISTNAME= PyQt5_gpl-${PYQT5_VERSION}
PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
-QSCI2_DISTNAME= QScintilla_gpl-${QSCI2_VERSION}
+QSCI2_DISTNAME= QScintilla-${QSCI2_VERSION}
PYQT5_LICENSE= GPLv3
# Keep these synchronized with OPTIONS_DEFINE in devel/py-qt5
Modified: head/audio/cadence/Makefile
==============================================================================
--- head/audio/cadence/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/audio/cadence/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= cadence
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri at FreeBSD.org
Modified: head/audio/carla/Makefile
==============================================================================
--- head/audio/carla/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/audio/carla/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= Carla
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= yuri at FreeBSD.org
Modified: head/audio/picard/Makefile
==============================================================================
--- head/audio/picard/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/audio/picard/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= picard
PORTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
Modified: head/cad/openscad-devel/Makefile
==============================================================================
--- head/cad/openscad-devel/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/cad/openscad-devel/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2020.01.04
+PORTREVISION= 1
#PORTREVISION= 1
CATEGORIES= cad
PKGNAMESUFFIX= -devel
Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/cad/openscad/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2019.05.10
-PORTREVISION= 4
+PORTREVISION= 5
#PORTREVISION= 1
CATEGORIES= cad
Modified: head/comms/py-qt5-serialport/Makefile
==============================================================================
--- head/comms/py-qt5-serialport/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/comms/py-qt5-serialport/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= serialport
+PORTREVISION= 1
CATEGORIES= comms devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/databases/py-qt5-sql/Makefile
==============================================================================
--- head/databases/py-qt5-sql/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/databases/py-qt5-sql/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= sql
+PORTREVISION= 1
CATEGORIES= databases devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/databases/sqlitebrowser/Makefile
==============================================================================
--- head/databases/sqlitebrowser/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/databases/sqlitebrowser/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= sqlitebrowser
PORTVERSION= 3.11.2
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= databases
Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/deskutils/calibre/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= calibre
PORTVERSION= 4.13.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
Modified: head/deskutils/py-autokey/Makefile
==============================================================================
--- head/deskutils/py-autokey/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/deskutils/py-autokey/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= autokey
DISTVERSIONPREFIX= v
DISTVERSION= 0.95.9
+PORTREVISION= 1
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/deskutils/treeline/Makefile
==============================================================================
--- head/deskutils/treeline/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/deskutils/treeline/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= treeline
PORTVERSION= 3.1.1
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
SF/${PORTNAME}/${PORTVERSION}
Modified: head/devel/eric6/Makefile
==============================================================================
--- head/devel/eric6/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/eric6/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,7 +1,7 @@
# Created by: Boris Samorodov <bsam at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 3
+PORTREVISION= 4
PKGNAMESUFFIX= -${FLAVOR:U:S/_/-/}
DISTNAME= ${PORTNAME}-nolang-${DISTVERSION}
CATEGORIES= devel python
Modified: head/devel/py-qt5-core/Makefile
==============================================================================
--- head/devel/py-qt5-core/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-core/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= core
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-dbus/Makefile
==============================================================================
--- head/devel/py-qt5-dbus/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-dbus/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= dbus
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-dbussupport/Makefile
==============================================================================
--- head/devel/py-qt5-dbussupport/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-dbussupport/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= dbussupport
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-designer/Makefile
==============================================================================
--- head/devel/py-qt5-designer/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-designer/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= designer
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-designerplugin/Makefile
==============================================================================
--- head/devel/py-qt5-designerplugin/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-designerplugin/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= designerplugin
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-help/Makefile
==============================================================================
--- head/devel/py-qt5-help/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-help/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= help
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qt5-test/Makefile
==============================================================================
--- head/devel/py-qt5-test/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qt5-test/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= test
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/devel/py-qtconsole/Makefile
==============================================================================
--- head/devel/py-qtconsole/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-qtconsole/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= qtconsole
PORTVERSION= 4.4.4
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-sip/Makefile
==============================================================================
--- head/devel/py-sip/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-sip/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,6 @@
PORTNAME= sip
PORTVERSION= ${SIP_VERSION}
-PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_SIP}
Modified: head/devel/py-sip/distinfo
==============================================================================
--- head/devel/py-sip/distinfo Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-sip/distinfo Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571389141
-SHA256 (sip-4.19.19.tar.gz) = 5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44
-SIZE (sip-4.19.19.tar.gz) = 1058422
+TIMESTAMP = 1585893550
+SHA256 (sip-4.19.21.tar.gz) = 6af9979ab41590e8311b8cc94356718429ef96ba0e3592bdd630da01211200ae
+SIZE (sip-4.19.21.tar.gz) = 1050654
Modified: head/devel/py-spyder/Makefile
==============================================================================
--- head/devel/py-spyder/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/py-spyder/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,7 +4,7 @@
PORTNAME= spyder
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile
==============================================================================
--- head/devel/qscintilla2-designerplugin-qt5/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/qscintilla2-designerplugin-qt5/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,7 +2,6 @@
PORTNAME= designerplugin-qt5
PORTVERSION= ${QSCI2_VERSION}
-PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITES_QSCI2}
PKGNAMEPREFIX= qscintilla2-
Modified: head/devel/qscintilla2-qt5/Makefile
==============================================================================
--- head/devel/qscintilla2-qt5/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/qscintilla2-qt5/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,7 +2,6 @@
PORTNAME= qscintilla2-qt5
PORTVERSION= ${QSCI2_VERSION}
-PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITES_QSCI2}
DISTNAME= ${QSCI2_DISTNAME}
@@ -37,7 +36,7 @@ post-patch:
post-install:
cd ${WRKSRC} &&\
${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\
- ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\
+ ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR} &&\
${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\
${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla
cd ${WRKSRC}/example-Qt4Qt5 &&\
Modified: head/devel/qscintilla2-qt5/distinfo
==============================================================================
--- head/devel/qscintilla2-qt5/distinfo Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/qscintilla2-qt5/distinfo Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562430390
-SHA256 (QScintilla_gpl-2.11.2.tar.gz) = 029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1
-SIZE (QScintilla_gpl-2.11.2.tar.gz) = 2986600
+TIMESTAMP = 1585893540
+SHA256 (QScintilla-2.11.4.tar.gz) = 723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20
+SIZE (QScintilla-2.11.4.tar.gz) = 3007719
Modified: head/devel/tortoisehg/Makefile
==============================================================================
--- head/devel/tortoisehg/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/tortoisehg/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= tortoisehg
DISTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/tortoisehg/thg/get/
DISTNAME= ${DISTVERSION}
Modified: head/devel/vitables/Makefile
==============================================================================
--- head/devel/vitables/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/devel/vitables/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= vitables
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= devel science python
MAINTAINER= yuri at FreeBSD.org
Modified: head/emulators/fs-uae-launcher/Makefile
==============================================================================
--- head/emulators/fs-uae-launcher/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/emulators/fs-uae-launcher/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= fs-uae-launcher
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/
Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/games/anki/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= anki
DISTVERSION= 2.1.16
+PORTREVISION= 1
CATEGORIES= games python
MASTER_SITES= https://apps.ankiweb.net/downloads/archive/
DISTNAME= anki-${PORTVERSION}-source
Modified: head/games/py-mnemosyne/Makefile
==============================================================================
--- head/games/py-mnemosyne/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/games/py-mnemosyne/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= mnemosyne
PORTVERSION= 2.6.1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= games python
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION}
Modified: head/graphics/py-python-poppler-qt5/Makefile
==============================================================================
--- head/graphics/py-python-poppler-qt5/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/graphics/py-python-poppler-qt5/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= python-poppler-qt5
DISTVERSIONPREFIX= v
DISTVERSION= 0.75.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/graphics/py-qt5-svg/Makefile
==============================================================================
--- head/graphics/py-qt5-svg/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/graphics/py-qt5-svg/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= svg
+PORTREVISION= 1
CATEGORIES= graphics devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/graphics/qgis-ltr/Makefile
==============================================================================
--- head/graphics/qgis-ltr/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/graphics/qgis-ltr/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,7 +4,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 3_10_4
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= graphics geography
PKGNAMESUFFIX= -ltr
MAINTAINER= rhurlin at gwdg.de
Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/graphics/qgis/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,6 +4,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 3_12_1
+PORTREVISION= 1
CATEGORIES= graphics geography
MAINTAINER= rhurlin at gwdg.de
Modified: head/graphics/rapid-photo-downloader/Makefile
==============================================================================
--- head/graphics/rapid-photo-downloader/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/graphics/rapid-photo-downloader/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,7 +2,7 @@
PORTNAME= rapid-photo-downloader
DISTVERSION= 0.9.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://launchpad.net/rapid/pyqt/${PORTVERSION}/+download/
Modified: head/lang/py-qt5-qml/Makefile
==============================================================================
--- head/lang/py-qt5-qml/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/lang/py-qt5-qml/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= qml
+PORTREVISION= 1
CATEGORIES= lang devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/math/convertall/Makefile
==============================================================================
--- head/math/convertall/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/math/convertall/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= convertall
PORTVERSION= 0.7.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/math/octave/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= octave
PORTVERSION= ${OCTAVE_VERSION}
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= GNU
Modified: head/math/rpcalc/Makefile
==============================================================================
--- head/math/rpcalc/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/math/rpcalc/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= rpcalc
PORTVERSION= 0.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
Modified: head/misc/py-qt5-demo/Makefile
==============================================================================
--- head/misc/py-qt5-demo/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/misc/py-qt5-demo/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= demo
PORTVERSION= ${PYQT5_VERSION}
+PORTREVISION= 1
CATEGORIES= misc devel python
MASTER_SITES= ${MASTER_SITES_PYQT5}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5-
Modified: head/multimedia/py-openlp/Makefile
==============================================================================
--- head/multimedia/py-openlp/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/multimedia/py-openlp/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,7 +2,7 @@
PORTNAME= OpenLP
PORTVERSION= 2.4.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia python
MASTER_SITES= https://get.openlp.org/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/multimedia/py-qt5-multimedia/Makefile
==============================================================================
--- head/multimedia/py-qt5-multimedia/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/multimedia/py-qt5-multimedia/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= multimedia
+PORTREVISION= 1
CATEGORIES= multimedia devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/multimedia/py-qt5-multimediawidgets/Makefile
==============================================================================
--- head/multimedia/py-qt5-multimediawidgets/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/multimedia/py-qt5-multimediawidgets/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= multimediawidgets
+PORTREVISION= 1
CATEGORIES= multimedia devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/net-mgmt/nagstamon/Makefile
==============================================================================
--- head/net-mgmt/nagstamon/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/net-mgmt/nagstamon/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= nagstamon
PORTVERSION= 3.4.1
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= https://nagstamon.ifw-dresden.de/files/stable/ \
LOCAL/ehaupt
Modified: head/net/py-qt5-network/Makefile
==============================================================================
--- head/net/py-qt5-network/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/net/py-qt5-network/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= network
+PORTREVISION= 1
CATEGORIES= net devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/print/frescobaldi/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,7 +4,7 @@
PORTNAME= frescobaldi
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print kde
MAINTAINER= m.ne at gmx.net
Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/print/hplip/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,7 +3,7 @@
PORTNAME= hplip
PORTVERSION= 3.19.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= SF
Modified: head/print/py-qt5-printsupport/Makefile
==============================================================================
--- head/print/py-qt5-printsupport/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/print/py-qt5-printsupport/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= printsupport
+PORTREVISION= 1
CATEGORIES= print python
MAINTAINER= kde at FreeBSD.org
Modified: head/science/code_saturne/Makefile
==============================================================================
--- head/science/code_saturne/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/science/code_saturne/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,7 +4,7 @@
PORTNAME= code_saturne
PORTVERSION= 6.0.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MAINTAINER= thierry at FreeBSD.org
Modified: head/science/py-veusz/Makefile
==============================================================================
--- head/science/py-veusz/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/science/py-veusz/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -4,7 +4,7 @@
PORTNAME= veusz
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 3.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/textproc/py-qt5-xml/Makefile
==============================================================================
--- head/textproc/py-qt5-xml/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/textproc/py-qt5-xml/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= xml
+PORTREVISION= 1
CATEGORIES= textproc devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/textproc/py-qt5-xmlpatterns/Makefile
==============================================================================
--- head/textproc/py-qt5-xmlpatterns/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/textproc/py-qt5-xmlpatterns/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= xmlpatterns
+PORTREVISION= 1
CATEGORIES= textproc devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/textproc/retext/Makefile
==============================================================================
--- head/textproc/retext/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/textproc/retext/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= retext
DISTVERSION= 7.0.4
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= arved at FreeBSD.org
Modified: head/www/onionshare/Makefile
==============================================================================
--- head/www/onionshare/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/onionshare/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -3,6 +3,7 @@
PORTNAME= onionshare
DISTVERSIONPREFIX= v
DISTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= www python security
MAINTAINER= egypcio at FreeBSD.org
Modified: head/www/py-qt5-webchannel/Makefile
==============================================================================
--- head/www/py-qt5-webchannel/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/py-qt5-webchannel/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= webchannel
+PORTREVISION= 1
CATEGORIES= www devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/www/py-qt5-webengine/Makefile
==============================================================================
--- head/www/py-qt5-webengine/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/py-qt5-webengine/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= webengine
DISTVERSION= 5.12.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= RIVERBANK/PyQtWebEngine/${DISTVERSION}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
Modified: head/www/py-qt5-webkit/Makefile
==============================================================================
--- head/www/py-qt5-webkit/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/py-qt5-webkit/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= webkit
+PORTREVISION= 1
CATEGORIES= www devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/www/py-qt5-webkitwidgets/Makefile
==============================================================================
--- head/www/py-qt5-webkitwidgets/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/py-qt5-webkitwidgets/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= webkitwidgets
+PORTREVISION= 1
CATEGORIES= www devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/www/py-qt5-websockets/Makefile
==============================================================================
--- head/www/py-qt5-websockets/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/py-qt5-websockets/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= websockets
+PORTREVISION= 1
CATEGORIES= www net devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/www/qutebrowser/Makefile
==============================================================================
--- head/www/qutebrowser/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/www/qutebrowser/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -2,6 +2,7 @@
PORTNAME= qutebrowser
DISTVERSION= 1.10.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= CHEESESHOP
Modified: head/x11-toolkits/py-qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-gui/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/x11-toolkits/py-qt5-gui/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= gui
+PORTREVISION= 1
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/x11-toolkits/py-qt5-quick/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-quick/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/x11-toolkits/py-qt5-quick/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= quick
+PORTREVISION= 1
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/x11-toolkits/py-qt5-quickwidgets/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-quickwidgets/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/x11-toolkits/py-qt5-quickwidgets/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= quickwidgets
+PORTREVISION= 1
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/x11-toolkits/py-qt5-widgets/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-widgets/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/x11-toolkits/py-qt5-widgets/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= widgets
+PORTREVISION= 1
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde at FreeBSD.org
Modified: head/x11/py-qt5-opengl/Makefile
==============================================================================
--- head/x11/py-qt5-opengl/Makefile Sat Apr 11 05:01:36 2020 (r531395)
+++ head/x11/py-qt5-opengl/Makefile Sat Apr 11 05:04:40 2020 (r531396)
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= opengl
+PORTREVISION= 1
CATEGORIES= x11 devel python
MAINTAINER= kde at FreeBSD.org
More information about the svn-ports-all
mailing list