svn commit: r500322 - head/devel/py-flex

Kai Knoblich kai at FreeBSD.org
Sun Apr 28 16:57:02 UTC 2019


Author: kai
Date: Sun Apr 28 16:57:00 2019
New Revision: 500322
URL: https://svnweb.freebsd.org/changeset/ports/500322

Log:
  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)

Modified:
  head/devel/py-flex/Makefile
  head/devel/py-flex/distinfo

Modified: head/devel/py-flex/Makefile
==============================================================================
--- head/devel/py-flex/Makefile	Sun Apr 28 16:03:57 2019	(r500321)
+++ head/devel/py-flex/Makefile	Sun Apr 28 16:57:00 2019	(r500322)
@@ -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/p
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-flex/distinfo
==============================================================================
--- head/devel/py-flex/distinfo	Sun Apr 28 16:03:57 2019	(r500321)
+++ head/devel/py-flex/distinfo	Sun Apr 28 16:57:00 2019	(r500322)
@@ -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


More information about the svn-ports-all mailing list