Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 18:40:35 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        wenheping@gmail.com
Subject:   ports/188620: [PATCH] databases/py-simplecouchdb: stage
Message-ID:  <201404141640.s3EGeZws001014@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404141650.s3EGo0oZ042215@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188620
>Category:       ports
>Synopsis:       [PATCH] databases/py-simplecouchdb: stage
>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:   Mon Apr 14 16:50: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:
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-simplecouchdb/0.9.26/

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-simplecouchdb-0.9.26.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351262)
+++ Makefile	(working copy)
@@ -11,6 +11,8 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Simple Library to Allow Python Applications to Use CouchDB
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
 		${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -19,5 +21,4 @@
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	py_${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351262)
+++ pkg-descr	(working copy)
@@ -7,4 +7,4 @@
 add/delete properties in your documents, retrieve them
 without any schema, etc.
 
-WWW:	http://code.google.com/p/py-simplecouchdb/
+WWW: http://code.google.com/p/py-simplecouchdb/
--- py-simplecouchdb-0.9.26.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?201404141640.s3EGeZws001014>