diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2019-04-28 16:57:00 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2019-04-28 16:57:00 +0000 |
| commit | 7a311a73d9756abc522c4a2259e3c5092075a7ad (patch) | |
| tree | 1254785f317123120d6dbc44b41e1295e5bad1a5 | |
| parent | graphics/kphotoalbum: update to 5.5 (diff) | |
devel/py-flex: Update to 6.14.0
While I'm here:
* Pet portlint
Changelog:
* Allow space in mimetype before parameters
* Open up dependency requirements
* Increased test coverage with additional vectors, rearranged
* Fixed warning about importing from collections on Python 3
https://github.com/pipermerriam/flex/releases/tag/v6.14.0
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=500322
| -rw-r--r-- | devel/py-flex/Makefile | 4 | ||||
| -rw-r--r-- | devel/py-flex/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-flex/Makefile b/devel/py-flex/Makefile index 571a58cbb29d..155d45409b24 100644 --- a/devel/py-flex/Makefile +++ b/devel/py-flex/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= flex -DISTVERSION= 6.13.2 -PORTREVISION= 2 +DISTVERSION= 6.14.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${PY_FLAVOR} \ USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-flex/distinfo b/devel/py-flex/distinfo index 418a6ebea004..6cb314923716 100644 --- a/devel/py-flex/distinfo +++ b/devel/py-flex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527420939 -SHA256 (flex-6.13.2.tar.gz) = 17a58b3c0ca6524dbc79e1b266dcb8fc39d18060fbe8072ae297f14249ee0909 -SIZE (flex-6.13.2.tar.gz) = 40834 +TIMESTAMP = 1550957096 +SHA256 (flex-6.14.0.tar.gz) = 6d1aaafc5246cad127a3433ddfec10589fee33814d142157acbc371016f5a362 +SIZE (flex-6.14.0.tar.gz) = 41450 |
