Date: Sat, 12 Apr 2014 13:13:52 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351091 - head/devel/py-durus Message-ID: <201404121313.s3CDDqt0047282@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Apr 12 13:13:52 2014 New Revision: 351091 URL: http://svnweb.freebsd.org/changeset/ports/351091 QAT: https://qat.redports.org/buildarchive/r351091/ Log: - Stage support [1] - Add LICENSE [1] - Add a mirror - Convert to optionNG - Pass maintainership to submitter PR: 188484 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Modified: head/devel/py-durus/Makefile head/devel/py-durus/pkg-descr head/devel/py-durus/pkg-plist Modified: head/devel/py-durus/Makefile ============================================================================== --- head/devel/py-durus/Makefile Sat Apr 12 12:37:30 2014 (r351090) +++ head/devel/py-durus/Makefile Sat Apr 12 13:13:52 2014 (r351091) @@ -5,27 +5,29 @@ PORTNAME= durus PORTVERSION= 3.9 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://www.mems-exchange.org/software/durus/ +MASTER_SITES= CHEESESHOP \ + http://www.mems-exchange.org/software/durus/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Durus-${PORTVERSION} -MAINTAINER= wenheping@gmail.com -COMMENT= A persistent object storage system for Python +MAINTAINER= ports@robakdesign.com +COMMENT= Persistent object storage system for Python -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Durus -NO_STAGE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt - @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} + @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/py-durus/pkg-descr ============================================================================== --- head/devel/py-durus/pkg-descr Sat Apr 12 12:37:30 2014 (r351090) +++ head/devel/py-durus/pkg-descr Sat Apr 12 13:13:52 2014 (r351091) @@ -8,4 +8,4 @@ instance which includes commit() and abo 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: http://www.mems-exchange.org/software/durus/ Modified: head/devel/py-durus/pkg-plist ============================================================================== --- head/devel/py-durus/pkg-plist Sat Apr 12 12:37:30 2014 (r351090) +++ head/devel/py-durus/pkg-plist Sat Apr 12 13:13:52 2014 (r351091) @@ -1,5 +1,3 @@ -bin/durus -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% %%PORTDOCS%%%%DOCSDIR%%/ACKS.txt %%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt %%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121313.s3CDDqt0047282>