Index: head/devel/py-pyparsing/Makefile =================================================================== --- head/devel/py-pyparsing/Makefile (revision 480109) +++ head/devel/py-pyparsing/Makefile (revision 480110) @@ -1,20 +1,20 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= pyparsing -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= General parsing module for Python LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Index: head/devel/py-pyparsing/distinfo =================================================================== --- head/devel/py-pyparsing/distinfo (revision 480109) +++ head/devel/py-pyparsing/distinfo (revision 480110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488809761 -SHA256 (pyparsing-2.2.0.tar.gz) = 0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04 -SIZE (pyparsing-2.2.0.tar.gz) = 1232522 +TIMESTAMP = 1537366407 +SHA256 (pyparsing-2.2.1.tar.gz) = f493ee323be1e94929416b3585eefcc04943115cecbaaa35a8c86d1a2368af19 +SIZE (pyparsing-2.2.1.tar.gz) = 56197 Index: head/devel/py-pyparsing/pkg-descr =================================================================== --- head/devel/py-pyparsing/pkg-descr (revision 480109) +++ head/devel/py-pyparsing/pkg-descr (revision 480110) @@ -1,7 +1,7 @@ Pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math. WWW: https://pypi.org/project/pyparsing/ -WWW: http://pyparsing.wikispaces.com/ +WWW: https://github.com/pyparsing/pyparsing