Index: head/devel/py-fsm/pkg-plist =================================================================== --- head/devel/py-fsm/pkg-plist (revision 435379) +++ head/devel/py-fsm/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/fsm.py -%%PYTHON_SITELIBDIR%%/fsm.pyc -%%PYTHON_SITELIBDIR%%/fsm.pyo Property changes on: head/devel/py-fsm/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-fsm/Makefile =================================================================== --- head/devel/py-fsm/Makefile (revision 435379) +++ head/devel/py-fsm/Makefile (revision 435380) @@ -1,27 +1,23 @@ # $FreeBSD$ 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@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 Index: head/devel/py-fsm/distinfo =================================================================== --- head/devel/py-fsm/distinfo (revision 435379) +++ head/devel/py-fsm/distinfo (revision 435380) @@ -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 Index: head/devel/py-fsm/pkg-descr =================================================================== --- head/devel/py-fsm/pkg-descr (revision 435379) +++ head/devel/py-fsm/pkg-descr (revision 435380) @@ -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