Index: head/devel/py-durus/Makefile =================================================================== --- head/devel/py-durus/Makefile (revision 477658) +++ head/devel/py-durus/Makefile (revision 477659) @@ -1,29 +1,32 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= durus PORTVERSION= 3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://www.mems-exchange.org/software/durus/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Durus-${PORTVERSION} MAINTAINER= robak@FreeBSD.org COMMENT= Persistent object storage system for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_persistent.so + post-install-DOCS-on: - @ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt - @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/py-durus/pkg-descr =================================================================== --- head/devel/py-durus/pkg-descr (revision 477658) +++ head/devel/py-durus/pkg-descr (revision 477659) @@ -1,11 +1,11 @@ Durus is a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state. -WWW: http://www.mems-exchange.org/software/durus/ +WWW: https://www.mems-exchange.org/software/