svn commit: r477760 - head/devel/py-durus
Antoine Brodin
antoine at FreeBSD.org
Tue Aug 21 22:03:36 UTC 2018
Author: antoine
Date: Tue Aug 21 22:03:35 2018
New Revision: 477760
URL: https://svnweb.freebsd.org/changeset/ports/477760
Log:
Instead of marking py-durus BROKEN, revert to previous working state
Pointy hat: yuri
Modified:
head/devel/py-durus/Makefile
head/devel/py-durus/pkg-descr
Modified: head/devel/py-durus/Makefile
==============================================================================
--- head/devel/py-durus/Makefile Tue Aug 21 22:00:27 2018 (r477759)
+++ head/devel/py-durus/Makefile Tue Aug 21 22:03:35 2018 (r477760)
@@ -3,7 +3,7 @@
PORTNAME= durus
PORTVERSION= 3.9
-PORTREVISION= 2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.mems-exchange.org/software/durus/
@@ -14,21 +14,16 @@ MAINTAINER= robak at 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 <bsd.port.mk>
Modified: head/devel/py-durus/pkg-descr
==============================================================================
--- head/devel/py-durus/pkg-descr Tue Aug 21 22:00:27 2018 (r477759)
+++ head/devel/py-durus/pkg-descr Tue Aug 21 22:03:35 2018 (r477760)
@@ -8,4 +8,4 @@ instance which includes commit() and abort() methods s
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/
More information about the svn-ports-all
mailing list