Bug 188478 - [PATCH] devel/py-cxx: staging
Summary: [PATCH] devel/py-cxx: staging
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 21:30 UTC by Bartek Rutkowski
Modified: 2014-04-17 08:32 UTC (History)
1 user (show)

See Also:


Attachments
py-cxx-6.0.0.patch (578 bytes, patch)
2014-04-11 21:30 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-11 21:30:01 UTC
- Staging

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-cxx/6.0.0/

Port maintainer (lwhsu@FreeBSD.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-11 21:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-17 08:23:36 UTC
Author: lwhsu
Date: Thu Apr 17 07:23:33 2014
New Revision: 351456
URL: http://svnweb.freebsd.org/changeset/ports/351456
QAT: https://qat.redports.org/buildarchive/r351456/

Log:
  - Support staging
  
  PR:		ports/188478
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/devel/py-cxx/Makefile

Modified: head/devel/py-cxx/Makefile
==============================================================================
--- head/devel/py-cxx/Makefile	Thu Apr 17 06:17:53 2014	(r351455)
+++ head/devel/py-cxx/Makefile	Thu Apr 17 07:23:33 2014	(r351456)
@@ -16,15 +16,14 @@ USE_PYDISTUTILS=	yes
 USE_PYTHON_PREFIX=	yes
 PYDISTUTILS_PKGNAME=	CXX
 PYDISTUTILS_PKGVERSION=	5.3
-NO_STAGE=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	*
 
 .if !defined(NOPORTDOCS)
 post-install:
-		@${MKDIR} ${DOCSDIR}
-		${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR}
+		@${MKDIR} ${STAGEDIR}${DOCSDIR}
+		${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${STAGEDIR}${DOCSDIR}
 .endif
 
 post-patch:
_______________________________________________
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 3 Li-Wen Hsu freebsd_committer freebsd_triage 2014-04-17 08:32:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!