Bug 188609 - [PATCH] databases/py-pg_pqueue: stage
Summary: [PATCH] databases/py-pg_pqueue: 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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 13:10 UTC by Bartek Rutkowski
Modified: 2014-05-13 23:40 UTC (History)
1 user (show)

See Also:


Attachments
py-pg_pqueue-1.0.2.patch (983 bytes, patch)
2014-04-14 13:10 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 13:10:00 UTC
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pg_pqueue/1.0.2_1/

Port maintainer (wenheping@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 13:10:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 13:10:06 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 13:10:06 UTC
Maintainer of databases/py-pg_pqueue,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-12 02:27:27 UTC
State Changed
From-To: feedback->open

I'll test and integreate this. 


Comment 5 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-12 02:27:27 UTC
Responsible Changed
From-To: wen->gerald

I'll test and integreate this.
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-05-13 23:30:11 UTC
Author: gerald
Date: Tue May 13 22:30:06 2014
New Revision: 354006
URL: http://svnweb.freebsd.org/changeset/ports/354006
QAT: https://qat.redports.org/buildarchive/r354006/

Log:
  - Stage.
  - Add LICENSE (BSD).
  - Tweak WWW line in pkg-descr.
  
  PR:		188609
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr (blanket pre-approval)

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

Modified: head/databases/py-pg_pqueue/Makefile
==============================================================================
--- head/databases/py-pg_pqueue/Makefile	Tue May 13 22:07:22 2014	(r354005)
+++ head/databases/py-pg_pqueue/Makefile	Tue May 13 22:30:06 2014	(r354006)
@@ -12,16 +12,17 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	PostgreSQL PQ Protocol Modules
 
+LICENSE=	BSD
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/databases/py-pg_pqueue/pkg-descr
==============================================================================
--- head/databases/py-pg_pqueue/pkg-descr	Tue May 13 22:07:22 2014	(r354005)
+++ head/databases/py-pg_pqueue/pkg-descr	Tue May 13 22:30:06 2014	(r354006)
@@ -9,4 +9,4 @@ received.
 In general, you probably will never use this package directly,
 unless you are writing a driver.
 
-WWW:	http://python.projects.postgresql.org/
+WWW: http://python.projects.postgresql.org/
_______________________________________________
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 7 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-13 23:30:22 UTC
State Changed
From-To: open->closed

I just committed this update, plus I had to provide a n at the end of 
pkg-descr. 

Thanks for the submission!