Index: head/science/py-veusz/Makefile =================================================================== --- head/science/py-veusz/Makefile (revision 529032) +++ head/science/py-veusz/Makefile (revision 529033) @@ -1,28 +1,28 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= veusz DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 3.2 +DISTVERSION= 3.2.1 CATEGORIES= science kde PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Scientific plotting package LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix USE_GITHUB= yes USE_PYQT= core gui svg USE_PYTHON= distutils concurrent autoplist USE_QT= core gui xml widgets qmake_build SHEBANG_FILES= examples/embedexample.py MAKE_ENV= SIP_DIR=${LOCALBASE}/share/PyQt5/${PYTHON_VER}/sip .include Index: head/science/py-veusz/distinfo =================================================================== --- head/science/py-veusz/distinfo (revision 529032) +++ head/science/py-veusz/distinfo (revision 529033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583906697 -SHA256 (veusz-veusz-veusz-3.2_GH0.tar.gz) = 3a1cb07b40f4414068c41894be0626a03caa0a6fdcefb96544ad31e1a2c4d6f7 -SIZE (veusz-veusz-veusz-3.2_GH0.tar.gz) = 1712048 +TIMESTAMP = 1585035752 +SHA256 (veusz-veusz-veusz-3.2.1_GH0.tar.gz) = 8128e47bbaffff99298d5ab3ec3296c84ce1b5976dce319527acbbe6125e433e +SIZE (veusz-veusz-veusz-3.2.1_GH0.tar.gz) = 1712860 Index: head/science/py-veusz/pkg-descr =================================================================== --- head/science/py-veusz/pkg-descr (revision 529032) +++ head/science/py-veusz/pkg-descr (revision 529033) @@ -1,9 +1,9 @@ Veusz is a GUI scientific plotting and graphing package. It is designed to produce publication-ready Postscript or PDF output. SVG, EMF and bitmap formats export are also supported. The program runs under Unix/Linux, Windows or Mac OS X, and binaries are provided. Data can be read from text, CSV or FITS files, and data can be manipulated or examined from within the application. -WWW: http://home.gna.org/veusz/ +WWW: https://veusz.github.io/