From nobody@FreeBSD.org  Sat Jan 31 12:47:08 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E3E2C106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 12:47:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D28748FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 12:47:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0VCl8p4028019
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 12:47:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0VCl82I028018;
	Sat, 31 Jan 2009 12:47:08 GMT
	(envelope-from nobody)
Message-Id: <200901311247.n0VCl82I028018@www.freebsd.org>
Date: Sat, 31 Jan 2009 12:47:08 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Maintainer Update]devel/py-simpy:fix the compile error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131202
>Category:       ports
>Synopsis:       [Maintainer Update]devel/py-simpy:fix the compile error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    xride
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 12:50:02 UTC 2009
>Closed-Date:    Mon Feb 02 18:04:30 UTC 2009
>Last-Modified:  Mon Feb  2 18:10:04 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
>Description:
Fix the compile error reported by QAT
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-01-31 20:33:18.000000000 +0800
+++ Makefile	2009-01-31 20:33:18.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	simpy
 PORTVERSION=	2.00
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,11 +23,6 @@
 OPTIONS=	TKINTER		"Install py-tkinter for plot"      off
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-.if !defined(NOPORTDOCS)
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-.endif
-EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
-
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_TKINTER)
@@ -38,8 +34,11 @@
 	@${MKDIR} ${DOCSDIR}
 	(cd ${WRKSRC}/SimPyDocs && ${COPYTREE_SHARE} . ${DOCSDIR})
 .endif
+
+.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}
 	(cd ${WRKSRC}/SimPyModels && ${FIND} . | \
 		${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR})
+.endif
 
 .include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Jan 31 12:50:14 UTC 2009 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131202 
Responsible-Changed-From-To: freebsd-ports-bugs->xride 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jan 31 12:50:18 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131202 
State-Changed-From-To: open->closed 
State-Changed-By: xride 
State-Changed-When: Mon Feb 2 18:04:10 UTC 2009 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131202 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131202: commit references a PR
Date: Mon,  2 Feb 2009 18:03:50 +0000 (UTC)

 xride       2009-02-02 18:03:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-simpy       Makefile 
   Log:
   Fix the compile error reported by QAT
   
   PR:             131202
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.13      +4 -5      ports/devel/py-simpy/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
