diff options
author | girgen <girgen@FreeBSD.org> | 2018-11-06 06:34:50 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2018-11-06 06:34:50 +0800 |
commit | f0c7705f3fc5f13c93b7681e1083eedbaff30c4b (patch) | |
tree | ac66ac8c8a2432d64d4152e2266aaa027a230402 /databases | |
parent | fe5125ade0f4ab65a59fd98d5bd2ecce976659cc (diff) | |
download | freebsd-ports-gnome-f0c7705f3fc5f13c93b7681e1083eedbaff30c4b.tar.gz freebsd-ports-gnome-f0c7705f3fc5f13c93b7681e1083eedbaff30c4b.tar.zst freebsd-ports-gnome-f0c7705f3fc5f13c93b7681e1083eedbaff30c4b.zip |
Update to 3.2.0
Release notes: https://github.com/powa-team/powa-web/blob/3.2.0/CHANGELOG
Diffstat (limited to 'databases')
-rw-r--r-- | databases/powa-web/Makefile | 3 | ||||
-rw-r--r-- | databases/powa-web/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/powa-web/Makefile b/databases/powa-web/Makefile index 573ffb769a90..723501925d4a 100644 --- a/databases/powa-web/Makefile +++ b/databases/powa-web/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= powa-web -PORTVERSION= 3.1.4 +PORTVERSION= 3.2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes post-patch: ${REINPLACE_CMD} 's,/etc/powa-web.conf,${PREFIX}/etc/powa-web.conf,' ${WRKSRC}/powa/options.py diff --git a/databases/powa-web/distinfo b/databases/powa-web/distinfo index 50953a975ee9..4b5f44e18bc0 100644 --- a/databases/powa-web/distinfo +++ b/databases/powa-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507706156 -SHA256 (powa-web-3.1.4.tar.gz) = 104506d2e42f9c11059c268eb1747f65a9aa23f99b87a664ff878e1f55701c49 -SIZE (powa-web-3.1.4.tar.gz) = 596739 +TIMESTAMP = 1541344268 +SHA256 (powa-web-3.2.0.tar.gz) = 080e2bff6053137df64d7d184d602d62dea1e6ead1af54c6332ed7dbe12ff6f9 +SIZE (powa-web-3.2.0.tar.gz) = 8135380 |