Date: Fri, 11 Apr 2014 23:59:43 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Cc: wenheping@gmail.com Subject: ports/188484: [PATCH] devel/py-durus: staging Message-ID: <201404112159.s3BLxhU6046792@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404112200.s3BM00uo036149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188484 >Category: ports >Synopsis: [PATCH] devel/py-durus: staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 22:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Pixeware LTD >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Staging - Add LICENSE - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-durus/3.9_1/ Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-durus-3.9.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351052) +++ Makefile (working copy) @@ -10,21 +10,22 @@ DISTNAME= Durus-${PORTVERSION} MAINTAINER= wenheping@gmail.com -COMMENT= A persistent object storage system for Python +COMMENT= Persistent object storage system for Python +LICENSE= MIT + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= Durus -NO_STAGE= yes .include <bsd.port.pre.mk> post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} + @ ${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 Index: pkg-descr =================================================================== --- pkg-descr (revision 351052) +++ pkg-descr (working copy) @@ -8,4 +8,4 @@ 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/ --- py-durus-3.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404112159.s3BLxhU6046792>