Bug 188592 - [PATCH] comms/py-bulksms: stage
Summary: [PATCH] comms/py-bulksms: 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 09:10 UTC by Bartek Rutkowski
Modified: 2014-04-15 15:30 UTC (History)
1 user (show)

See Also:


Attachments
py-bulksms-0.1.patch (531 bytes, patch)
2014-04-14 09: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 09:10:00 UTC
- Stage

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-bulksms/0.1/

Port maintainer (craig001@lerwick.hopto.org) 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 09:10: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 09:10:06 UTC
Maintainer of comms/py-bulksms,

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

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 craig 2014-04-14 12:54:53 UTC
On Mon, 2014-04-14 at 08:10 +0000, Edwin Groothuis wrote:
> Maintainer of comms/py-bulksms,
> 
> Please note that PR ports/188592 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/188592
> 


Hello

Thanks for the patch and attention to the port...

I am happy for it to be committed.

Nod to Bartek for putting the effort in to implementing staging.

Kind Regards

Craig Butler

(I have had to send this from my business email due to hopto.org being clobbered by the spamhaus)
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-15 14:09:07 UTC
Author: swills
Date: Tue Apr 15 13:09:01 2014
New Revision: 351328
URL: http://svnweb.freebsd.org/changeset/ports/351328
QAT: https://qat.redports.org/buildarchive/r351328/

Log:
  - Stage
  
  PR:		ports/188592
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	Craig Butler <craig@bsdtec.com> (maintainer, different email)

Modified:
  head/comms/py-bulksms/Makefile

Modified: head/comms/py-bulksms/Makefile
==============================================================================
--- head/comms/py-bulksms/Makefile	Tue Apr 15 13:04:18 2014	(r351327)
+++ head/comms/py-bulksms/Makefile	Tue Apr 15 13:09:01 2014	(r351328)
@@ -17,16 +17,14 @@ PYDISTUTILS_PKGVERSION=	1.0
 
 WRKSRC=		${WRKDIR}/bulksms
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_MAN} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
_______________________________________________
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 14:09:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 craig001 2014-04-15 15:24:11 UTC
test to see if whitelist is working.

thanks to postmaster@

Kind Regards

Craig Butler