Index: head/devel/py-fastimport/Makefile =================================================================== --- head/devel/py-fastimport/Makefile (revision 460022) +++ head/devel/py-fastimport/Makefile (revision 460023) @@ -1,20 +1,20 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= fastimport -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.6 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/99879696/ \ - http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Fastimport parser in Python +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fastimport parser and generator in Python -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-fastimport/distinfo =================================================================== --- head/devel/py-fastimport/distinfo (revision 460022) +++ head/devel/py-fastimport/distinfo (revision 460023) @@ -1,2 +1,3 @@ -SHA256 (fastimport-0.9.2.tar.gz) = fd60f1173e64a5da7c5d783f17402f795721b7548ea3a75e29c39d89a60f261e -SIZE (fastimport-0.9.2.tar.gz) = 30762 +TIMESTAMP = 1516895417 +SHA256 (fastimport-0.9.6.tar.gz) = 83d0ae7b14f58c90cf56d0bf190d339abbd8bf1be702492c3d15d74c6cd412ab +SIZE (fastimport-0.9.6.tar.gz) = 33333 Index: head/devel/py-fastimport/pkg-descr =================================================================== --- head/devel/py-fastimport/pkg-descr (revision 460022) +++ head/devel/py-fastimport/pkg-descr (revision 460023) @@ -1,6 +1,3 @@ -This is the Python parser that was originally developed for bzr-fastimport, but -extracted so it can be used by other projects. -It is currently used by bzr-fastimport and dulwich. hg-fastimport and -git-remote-hg use a slightly modified version of it. +This package provides a parser for and generator of the Git fastimport format. -WWW: https://launchpad.net/python-fastimport +WWW: https://pypi.python.org/pypi/fastimport