From lwhsu@jail0.lwhsu.csie.net  Thu Dec 28 06:46:24 2006
Return-Path: <lwhsu@jail0.lwhsu.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 07F2516A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Dec 2006 06:46:24 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id CAC6D13C463
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Dec 2006 06:46:20 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 6111B1141E;
	Thu, 28 Dec 2006 14:17:51 +0800 (CST)
Received: (from lwhsu@localhost)
	by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id kBS6Hotr000945;
	Thu, 28 Dec 2006 06:17:50 GMT
	(envelope-from lwhsu)
Message-Id: <200612280617.kBS6Hotr000945@jail0.lwhsu.csie.net>
Date: Thu, 28 Dec 2006 06:17:50 GMT
From: Li-Wen Hsu <lwhsu@lwhsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perky@freebsd.org, lwhsu@lwhsu.org
Subject: [PATCH] archivers/py-bzip2: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107263
>Category:       ports
>Synopsis:       [PATCH] archivers/py-bzip2: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 28 06:50:07 GMT 2006
>Closed-Date:    Mon Feb 05 21:30:08 GMT 2007
>Last-Modified:  Mon Feb 05 21:30:08 GMT 2007
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec  6 11:34:36 CST
>Description:
[DESCRIBE CHANGES]

The python-bz2 module is distributed with Python itself since version 2.3.
(From: http://labix.org/python-bz2#head-9d861ed4b45f8c628598226b959ce0a0a900ab29)

Thus it should be ignored, if the default PYTHON_REL resolves to a value >= 230.

Bumped PORTREVISION to note users about that change.

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-bzip2-1.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/py-bzip2/Makefile /home/lwhsu/ports/archivers/py-bzip2/Makefile
--- /usr/ports/archivers/py-bzip2/Makefile	Fri Feb  6 13:10:42 2004
+++ /home/lwhsu/ports/archivers/py-bzip2/Makefile	Thu Dec 28 06:09:52 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	bzip2
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	archivers python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	python-bz2
@@ -21,4 +22,10 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 230
+IGNORE=	This module is distributed with Python itself since version 2.3
+.endif
+
+.include <bsd.port.post.mk>
--- py24-bzip2-1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 28 06:50:20 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Li-Wen Hsu <lwhsu@lwhsu.ckefgisc.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/107263: [PATCH] archivers/py-bzip2: [SUMMARIZE CHANGES]
Date: Thu, 28 Dec 2006 15:00:37 +0800

 Sorry, forgot to edit synopsis, it should be:
 
 "[PATCH] archivers/py-bzip2: IGNORE for python >= 2.3"
 
 -- 
 Best Regards,
 Li-Wen Hsu (\ߤ)

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107263: commit references a PR
Date: Mon,  5 Feb 2007 20:53:08 +0000 (UTC)

 tmclaugh    2007-02-05 20:52:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    MOVED 
     archivers            Makefile 
   Removed files:
     archivers/py-bzip2   Makefile distinfo pkg-descr 
     archivers/py-bzip2/files patch-bz2.c 
   Log:
   Remove port: Included with all current python versions in ports tree.
   
   PR:             107263
   Submitted by:   Li-Wen Hsu
   Approved by:    python@ (alexbl)
   
   Revision  Changes    Path
   1.1278    +2 -1      ports/MOVED
   1.175     +0 -1      ports/archivers/Makefile
   1.7       +0 -24     ports/archivers/py-bzip2/Makefile (dead)
   1.5       +0 -3      ports/archivers/py-bzip2/distinfo (dead)
   1.2       +0 -11     ports/archivers/py-bzip2/files/patch-bz2.c (dead)
   1.2       +0 -6      ports/archivers/py-bzip2/pkg-descr (dead)
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: tmclaugh 
State-Changed-When: Mon Feb 5 21:28:31 UTC 2007 
State-Changed-Why:  
I removed the port since it is now included with all python versions 
currently in the ports tree.  Thanks for the notice. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107263 
>Unformatted:
