Bug 188605 - [PATCH] databases/py-CouchDB: stage
Summary: [PATCH] databases/py-CouchDB: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 12:40 UTC by Bartek Rutkowski
Modified: 2014-04-15 16:20 UTC (History)
1 user (show)

See Also:


Attachments
py-CouchDB-0.8.patch (1.06 KB, patch)
2014-04-14 12:40 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-14 12:40:00 UTC
- Stage
- Fix pkg-plist
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-CouchDB/0.8/

Port maintainer (niwi@niwi.be) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 12:40:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 12:40:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 12:40:07 UTC
Maintainer of databases/py-couchdb,

Please note that PR ports/188605 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188605

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-15 16:14:03 UTC
Author: swills
Date: Tue Apr 15 15:13:59 2014
New Revision: 351340
URL: http://svnweb.freebsd.org/changeset/ports/351340
QAT: https://qat.redports.org/buildarchive/r351340/

Log:
  - Stage
  - Fix pkg-plist
  - Add LICENSE
  - Pet portlint
  
  PR:		ports/188605
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@ (blanket)

Modified:
  head/databases/py-couchdb/Makefile
  head/databases/py-couchdb/pkg-descr
  head/databases/py-couchdb/pkg-plist

Modified: head/databases/py-couchdb/Makefile
==============================================================================
--- head/databases/py-couchdb/Makefile	Tue Apr 15 15:02:31 2014	(r351339)
+++ head/databases/py-couchdb/Makefile	Tue Apr 15 15:13:59 2014	(r351340)
@@ -11,9 +11,10 @@ DIST_SUBDIR=	python
 MAINTAINER=	niwi@niwi.be
 COMMENT=	Simple Library to Allow Python Applications to Use CouchDB
 
+LICENSE=	BSD3CLAUSE
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 USE_PYTHON_PREFIX=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/py-couchdb/pkg-descr
==============================================================================
--- head/databases/py-couchdb/pkg-descr	Tue Apr 15 15:02:31 2014	(r351339)
+++ head/databases/py-couchdb/pkg-descr	Tue Apr 15 15:13:59 2014	(r351340)
@@ -1,4 +1,4 @@
 This package provides a Python fast and full featured interface 
 to CouchDB.
 
-WWW:	http://code.google.com/p/couchdb-python/
+WWW: http://code.google.com/p/couchdb-python/

Modified: head/databases/py-couchdb/pkg-plist
==============================================================================
--- head/databases/py-couchdb/pkg-plist	Tue Apr 15 15:02:31 2014	(r351339)
+++ head/databases/py-couchdb/pkg-plist	Tue Apr 15 15:13:59 2014	(r351340)
@@ -1,3 +1,7 @@
+bin/couchdb-dump
+bin/couchdb-load
+bin/couchdb-replicate
+bin/couchpy
 %%PYTHON_SITELIBDIR%%/couchdb/__init__.py
 %%PYTHON_SITELIBDIR%%/couchdb/__init__.pyc
 %%PYTHON_SITELIBDIR%%/couchdb/__init__.pyo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-04-15 16:14:27 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!