Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 18:50:58 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        wen@FreeBSD.org
Subject:   ports/188560: [PATCH] devel/py-simpy: stage
Message-ID:  <201404131650.s3DGowLT064239@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404131700.s3DH00i1021448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188560
>Category:       ports
>Synopsis:       [PATCH] devel/py-simpy: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 17:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-simpy/2.3.1_1/

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-simpy-2.3.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351229)
+++ Makefile	(working copy)
@@ -13,6 +13,8 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Simulation in Python
 
+LICENSE=	LGPL20
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	SimPy
@@ -22,7 +24,6 @@
 
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
@@ -32,8 +33,8 @@
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR})
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 .endif
 
 .include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351229)
+++ pkg-descr	(working copy)
@@ -7,4 +7,4 @@
 to aid in gathering statistics. Random variates are provided by the standard
 Python random module.
 
-WWW: http://simpy.sourceforge.net/
+WWW: http://simpy.readthedocs.org/en/latest/
--- py-simpy-2.3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404131650.s3DGowLT064239>