diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
commit | f480daa48375b0c0626d58bfd92a8a5ef4ae025f (patch) | |
tree | 49a0da26868242030c7b6024d6c14c872490d113 /textproc | |
parent | de53546679294abf690c696211e526c6c4c5a104 (diff) | |
download | freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.gz freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.zst freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.zip |
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-rdflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 3b7793589ad4..34491a5fa11e 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -3,6 +3,7 @@ PORTNAME= rdflib PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Python library for RDF manipulation LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate \ - ${PYTHON_PKGNAMEPREFIX}parsing>=2.0.1:${PORTSDIR}/devel/py-parsing \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}sparqlwrapper>=1.5.2:${PORTSDIR}/textproc/py-sparqlwrapper \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib |