Bug 188619 - [PATCH] databases/py-pickleDB: stage
Summary: [PATCH] databases/py-pickleDB: 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 17:40 UTC by Bartek Rutkowski
Modified: 2014-04-15 16:30 UTC (History)
1 user (show)

See Also:


Attachments
py-pickleDB-0.3.patch (850 bytes, patch)
2014-04-14 17: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 17:40:00 UTC
- Stage
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pickleDB/0.3/

Port maintainer (duchateau.olivier@gmail.com) 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 17:40:05 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 17:40:06 UTC
Maintainer of databases/py-pickledb,

Please note that PR ports/188619 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/188619

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 17:40:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-04-15 02:47:38 UTC
State Changed
From-To: feedback->open

From misfiled PR ports/188626: 

Date: Mon, 14 Apr 2014 20:10:21 +0000 
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-15 16:21:28 UTC
Author: swills
Date: Tue Apr 15 15:21:24 2014
New Revision: 351342
URL: http://svnweb.freebsd.org/changeset/ports/351342
QAT: https://qat.redports.org/buildarchive/r351342/

Log:
  - Stage
  - Pet portlint
  
  PR:		ports/188619
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@ (blanket)

Modified:
  head/databases/py-pickledb/Makefile
  head/databases/py-pickledb/pkg-descr

Modified: head/databases/py-pickledb/Makefile
==============================================================================
--- head/databases/py-pickledb/Makefile	Tue Apr 15 15:16:52 2014	(r351341)
+++ head/databases/py-pickledb/Makefile	Tue Apr 15 15:21:24 2014	(r351342)
@@ -8,9 +8,9 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	duchateau.olivier@gmail.com
-COMMENT=	A lightweight, fast, and simple key-value store
+COMMENT=	Lightweight, fast, and simple key-value store
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
@@ -19,5 +19,4 @@ PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pickl
 		%%PYTHON_SITELIBDIR%%/pickledb.pyc \
 		%%PYTHON_SITELIBDIR%%/pickledb.pyo
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/py-pickledb/pkg-descr
==============================================================================
--- head/databases/py-pickledb/pkg-descr	Tue Apr 15 15:16:52 2014	(r351341)
+++ head/databases/py-pickledb/pkg-descr	Tue Apr 15 15:21:24 2014	(r351342)
@@ -1,4 +1,4 @@
 pickleDB is a lightweight, fast, and simple database based on Python's own
 json module.
 
-WWW:	http://packages.python.org/pyckleDB/
+WWW: http://packages.python.org/pyckleDB/
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2014-04-15 16:21:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!