Index: head/devel/py-durus/Makefile =================================================================== --- head/devel/py-durus/Makefile (revision 477759) +++ head/devel/py-durus/Makefile (revision 477760) @@ -1,34 +1,29 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= durus PORTVERSION= 3.9 -PORTREVISION= 2 +PORTREVISION= 1 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 -BROKEN= fails to package - USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist 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 477759) +++ head/devel/py-durus/pkg-descr (revision 477760) @@ -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: https://www.mems-exchange.org/software/ +WWW: http://www.mems-exchange.org/software/durus/