diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 18:02:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 18:02:13 +0000 |
commit | ffe68aa24e904dbcec73e4c3fa66dbb4c51f91c6 (patch) | |
tree | c2fe328c05a395d12c32c31331451e10a3061531 /textproc/py-rdflib | |
parent | 172f2acbd860477aa865c8c4d208587c287008ec (diff) |
Notes
Diffstat (limited to 'textproc/py-rdflib')
-rw-r--r-- | textproc/py-rdflib/Makefile | 16 | ||||
-rw-r--r-- | textproc/py-rdflib/distinfo | 4 |
2 files changed, 13 insertions, 7 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 3516a42be8bc..f2062c5b2ab8 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -7,22 +7,28 @@ # PORTNAME= rdflib -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.3 CATEGORIES= textproc python -MASTER_SITES= http://rdflib.net/2004/10/14/ +MASTER_SITES= http://rdflib.net/2005/06/28/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A Python library for RDF manipulation -USE_PYTHON= yes +USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes post-install: - @${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} ! -type d | \ + @${FIND} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ + @${FIND} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} + @${FIND} ${DOCSDIR} ! -type d | ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} + @${ECHO} "@dirrm ${DOCSDIR:S,${PREFIX}/,,}" >> ${TMPPLIST} +.endif .include <bsd.port.mk> diff --git a/textproc/py-rdflib/distinfo b/textproc/py-rdflib/distinfo index 29b1c3e92b63..f1b5cf64497c 100644 --- a/textproc/py-rdflib/distinfo +++ b/textproc/py-rdflib/distinfo @@ -1,2 +1,2 @@ -MD5 (rdflib-2.0.4.tgz) = b7dfafb76e385b8b7169a02f0e5761f8 -SIZE (rdflib-2.0.4.tgz) = 41585 +MD5 (rdflib-2.1.3.tgz) = e127f71c65c9800edd57facaeb441d65 +SIZE (rdflib-2.1.3.tgz) = 415430 |