mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.1.3
- Install documentation PR: ports/83793 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
This commit is contained in:
parent
172f2acbd8
commit
ffe68aa24e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139726
2 changed files with 13 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue