aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2020-07-03 06:18:57 +0000
committerJason E. Hale <jhale@FreeBSD.org>2020-07-03 06:18:57 +0000
commitee19a620a16b635fb22beeb3b52764867620dec5 (patch)
tree686c10dde5f2839bf3e7dac5323591bf787c2230
parent945c4e5ade40198be54cf4e6bb186bb5a2436dc7 (diff)
downloadports-ee19a620a16b635fb22beeb3b52764867620dec5.tar.gz
ports-ee19a620a16b635fb22beeb3b52764867620dec5.zip
math/convertall: Update to 0.8.0
Notes
Notes: svn path=/head/; revision=541075
-rw-r--r--math/convertall/Makefile7
-rw-r--r--math/convertall/distinfo6
-rw-r--r--math/convertall/pkg-plist21
3 files changed, 24 insertions, 10 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile
index 51a0d2f549d1..391a156a2fad 100644
--- a/math/convertall/Makefile
+++ b/math/convertall/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= convertall
-PORTVERSION= 0.7.5
-PORTREVISION= 3
+PORTVERSION= 0.8.0
CATEGORIES= math
-MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= https://github.com/doug-101/ConvertAll/releases/download/v${PORTVERSION}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Another unit converter
@@ -13,7 +12,7 @@ COMMENT= Another unit converter
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
-USES= pyqt:5 python:3.4+ shebangfix
+USES= pyqt:5 python:3.5+ shebangfix
USE_PYQT= core gui widgets sip
SHEBANG_FILES= source/convertall.py
diff --git a/math/convertall/distinfo b/math/convertall/distinfo
index c0e7aa156ede..f7060c1da72f 100644
--- a/math/convertall/distinfo
+++ b/math/convertall/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532616573
-SHA256 (convertall-0.7.5.tar.gz) = 97944dba0d5a2cc023fada8120b4712272e2a9fc535d92210dd7e01acf413565
-SIZE (convertall-0.7.5.tar.gz) = 287334
+TIMESTAMP = 1593755574
+SHA256 (convertall-0.8.0.tar.gz) = 624c8a792b0bc7ff3776499c2c743b32273569efd0567615e570a7e739e8d521
+SIZE (convertall-0.8.0.tar.gz) = 281055
diff --git a/math/convertall/pkg-plist b/math/convertall/pkg-plist
index 1c69817987f0..4955e8dac624 100644
--- a/math/convertall/pkg-plist
+++ b/math/convertall/pkg-plist
@@ -1,11 +1,17 @@
bin/convertall
share/applications/convertall.desktop
+%%DATADIR%%/__pycache__/bases.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%DATADIR%%/__pycache__/bases.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.pyc
+%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/convertdlg.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%DATADIR%%/__pycache__/convertdlg.cpython-%%PYTHON_SUFFIX%%.pyc
+%%DATADIR%%/__pycache__/fontset.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%DATADIR%%/__pycache__/fontset.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
@@ -32,15 +38,21 @@ share/applications/convertall.desktop
%%DATADIR%%/__pycache__/unitgroup.cpython-%%PYTHON_SUFFIX%%.pyc
%%DATADIR%%/__pycache__/unitlistview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%DATADIR%%/__pycache__/unitlistview.cpython-%%PYTHON_SUFFIX%%.pyc
+%%DATADIR%%/bases.py
%%DATADIR%%/cmdline.py
+%%DATADIR%%/colorset.py
%%DATADIR%%/convertall.pro
%%DATADIR%%/convertall.py
+%%DATADIR%%/convertall.spec
%%DATADIR%%/convertdlg.py
%%DATADIR%%/data/units.dat
+%%NLS%%%%DATADIR%%/data/units_ca.dat
%%NLS%%%%DATADIR%%/data/units_de.dat
%%NLS%%%%DATADIR%%/data/units_es.dat
%%NLS%%%%DATADIR%%/data/units_fr.dat
%%NLS%%%%DATADIR%%/data/units_ru.dat
+%%NLS%%%%DATADIR%%/data/units_sv.dat
+%%DATADIR%%/fontset.py
%%DATADIR%%/helpview.py
%%DATADIR%%/icondict.py
%%DATADIR%%/icons/convertall-icon.png
@@ -59,6 +71,8 @@ share/applications/convertall.desktop
%%DATADIR%%/optiondlg.py
%%DATADIR%%/recentunits.py
%%DATADIR%%/setup.py
+%%NLS%%%%DATADIR%%/translations/convertall_ca.qm
+%%NLS%%%%DATADIR%%/translations/convertall_ca.ts
%%NLS%%%%DATADIR%%/translations/convertall_de.qm
%%NLS%%%%DATADIR%%/translations/convertall_de.ts
%%NLS%%%%DATADIR%%/translations/convertall_es.qm
@@ -67,13 +81,14 @@ share/applications/convertall.desktop
%%NLS%%%%DATADIR%%/translations/convertall_fr.ts
%%NLS%%%%DATADIR%%/translations/convertall_ru.qm
%%NLS%%%%DATADIR%%/translations/convertall_ru.ts
+%%NLS%%%%DATADIR%%/translations/convertall_sv.qm
+%%NLS%%%%DATADIR%%/translations/convertall_sv.ts
+%%NLS%%%%DATADIR%%/translations/qt_ca.qm
%%NLS%%%%DATADIR%%/translations/qt_de.qm
-%%NLS%%%%DATADIR%%/translations/qt_de.ts
%%NLS%%%%DATADIR%%/translations/qt_es.qm
-%%NLS%%%%DATADIR%%/translations/qt_es.ts
%%NLS%%%%DATADIR%%/translations/qt_fr.qm
-%%NLS%%%%DATADIR%%/translations/qt_fr.ts
%%NLS%%%%DATADIR%%/translations/qt_ru.qm
+%%NLS%%%%DATADIR%%/translations/qt_sv.qm
%%DATADIR%%/unitatom.py
%%DATADIR%%/unitdata.py
%%DATADIR%%/unitedit.py