Bug 188593 - [PATCH] comms/py-serial: stage
Summary: [PATCH] comms/py-serial: 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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 09:20 UTC by Bartek Rutkowski
Modified: 2014-05-06 10:30 UTC (History)
1 user (show)

See Also:


Attachments
py-serial-2.6.patch (822 bytes, patch)
2014-04-14 09:20 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:20:00 UTC
- Stage

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-serial/2.6/

Port maintainer (sbz@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-14 09:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-06 10:27:13 UTC
Author: bapt
Date: Tue May  6 09:27:10 2014
New Revision: 353080
URL: http://svnweb.freebsd.org/changeset/ports/353080
QAT: https://qat.redports.org/buildarchive/r353080/

Log:
  Support stage
  
  PR:		ports/188593
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/comms/py-serial/Makefile

Modified: head/comms/py-serial/Makefile
==============================================================================
--- head/comms/py-serial/Makefile	Tue May  6 09:24:56 2014	(r353079)
+++ head/comms/py-serial/Makefile	Tue May  6 09:27:10 2014	(r353080)
@@ -19,20 +19,12 @@ PYDISTUTILS_PKGNAME=	py${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
 
 .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 3 Baptiste Daroussin freebsd_committer freebsd_triage 2014-05-06 10:27:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!