svn commit: r435380 - head/devel/py-fsm
Steven Kreuzer
skreuzer at FreeBSD.org
Sat Mar 4 00:22:09 UTC 2017
Author: skreuzer
Date: Sat Mar 4 00:22:07 2017
New Revision: 435380
URL: https://svnweb.freebsd.org/changeset/ports/435380
Log:
Update MASTER_SITES and make use of autoplist
Deleted:
head/devel/py-fsm/pkg-plist
Modified:
head/devel/py-fsm/Makefile
head/devel/py-fsm/distinfo
head/devel/py-fsm/pkg-descr
Modified: head/devel/py-fsm/Makefile
==============================================================================
--- head/devel/py-fsm/Makefile Sat Mar 4 00:14:37 2017 (r435379)
+++ head/devel/py-fsm/Makefile Sat Mar 4 00:22:07 2017 (r435380)
@@ -4,24 +4,20 @@ PORTNAME= fsm
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= devel python
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= python-${PORTNAME}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Pure Python Implementation of a Finite State Machine
LICENSE= BSD3CLAUSE
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
+USE_GITHUB= yes
+GH_ACCOUNT= oozie
+GH_PROJECT= python-fsm
+GH_TAGNAME= bf888123
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz
USES= python
-USE_PYTHON= distutils
-PYDISTUTILS_EGGINFO= python_${PORTNAME}-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/devel/py-fsm/distinfo
==============================================================================
--- head/devel/py-fsm/distinfo Sat Mar 4 00:14:37 2017 (r435379)
+++ head/devel/py-fsm/distinfo Sat Mar 4 00:22:07 2017 (r435380)
@@ -1,2 +1,3 @@
-SHA256 (python-fsm-0.01.tar.gz) = 0cd9303d50d5b449a46069b73c5c7f67399af4579652dbdfdec5aeac5d9e5689
-SIZE (python-fsm-0.01.tar.gz) = 4038
+TIMESTAMP = 1488570088
+SHA256 (oozie-python-fsm-0.01-bf888123_GH0.tar.gz) = 3849bc0fc519c37dcda3bc105eee7580626452b2887e11660c40e474aa15e09c
+SIZE (oozie-python-fsm-0.01-bf888123_GH0.tar.gz) = 5105
Modified: head/devel/py-fsm/pkg-descr
==============================================================================
--- head/devel/py-fsm/pkg-descr Sat Mar 4 00:14:37 2017 (r435379)
+++ head/devel/py-fsm/pkg-descr Sat Mar 4 00:22:07 2017 (r435380)
@@ -1,3 +1,3 @@
-Python module for building and describing deterministic finite-state automata.
+Python Finite State Machine implementation with a pygraphviz hook.
-WWW: http://code.google.com/p/python-fsm/
+WWW: https://github.com/oozie/python-fsm
More information about the svn-ports-all
mailing list