Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2018 22:03:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477760 - head/devel/py-durus
Message-ID:  <201808212203.w7LM3ZP0000103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808212203.w7LM3ZP0000103>