svn commit: r427193 - head/devel/py-automaton

Roman Bogorodskiy novel at FreeBSD.org
Sun Nov 27 08:37:05 UTC 2016


Author: novel
Date: Sun Nov 27 08:37:04 2016
New Revision: 427193
URL: https://svnweb.freebsd.org/changeset/ports/427193

Log:
  devel/py-automaton: update to 1.5.0
  
  Also, specify LICENSE.
  
  PR:		214741
  Submitted by:	maintainer

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

Modified: head/devel/py-automaton/Makefile
==============================================================================
--- head/devel/py-automaton/Makefile	Sun Nov 27 08:32:18 2016	(r427192)
+++ head/devel/py-automaton/Makefile	Sun Nov 27 08:37:04 2016	(r427193)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automaton
-PORTVERSION=	1.4.0
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	alexander.nusov at nfvexpress.com
 COMMENT=	Friendly state machines for python
 
+LICENSE=	APACHE20
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \

Modified: head/devel/py-automaton/distinfo
==============================================================================
--- head/devel/py-automaton/distinfo	Sun Nov 27 08:32:18 2016	(r427192)
+++ head/devel/py-automaton/distinfo	Sun Nov 27 08:37:04 2016	(r427193)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476648562
-SHA256 (automaton-1.4.0.tar.gz) = 27bc790506057d9ef2bcc6cd36d5039aa28ae1836d1afb14b1c7ed3d94f48aa6
-SIZE (automaton-1.4.0.tar.gz) = 24938
+TIMESTAMP = 1479810590
+SHA256 (automaton-1.5.0.tar.gz) = 7f2339d90890a2ace5e0d98fd00278bc9b1c7a08413f4199d89b888df83ccb44
+SIZE (automaton-1.5.0.tar.gz) = 26006


More information about the svn-ports-all mailing list