svn commit: r533492 - head/devel/bpython
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 1 05:00:43 UTC 2020
Author: sunpoet
Date: Fri May 1 05:00:40 2020
New Revision: 533492
URL: https://svnweb.freebsd.org/changeset/ports/533492
Log:
Update to 0.19
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
Modified:
head/devel/bpython/Makefile
head/devel/bpython/distinfo
Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile Fri May 1 05:00:34 2020 (r533491)
+++ head/devel/bpython/Makefile Fri May 1 05:00:40 2020 (r533492)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bpython
-PORTVERSION= 0.18
-PORTREVISION= 1
+PORTVERSION= 0.19
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
https://bpython-interpreter.org/releases/
@@ -22,13 +21,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:d
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR}
-OPTIONS_DEFINE= EXAMPLES NLS
-OPTIONS_SUB= yes
-
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+
+OPTIONS_DEFINE= EXAMPLES NLS
+OPTIONS_SUB= yes
NLS_USES= gettext
Modified: head/devel/bpython/distinfo
==============================================================================
--- head/devel/bpython/distinfo Fri May 1 05:00:34 2020 (r533491)
+++ head/devel/bpython/distinfo Fri May 1 05:00:40 2020 (r533492)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554399104
-SHA256 (bpython-0.18.tar.gz) = 56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2
-SIZE (bpython-0.18.tar.gz) = 213321
+TIMESTAMP = 1588279600
+SHA256 (bpython-0.19.tar.gz) = 476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c
+SIZE (bpython-0.19.tar.gz) = 216564
More information about the svn-ports-all
mailing list