From nobody@FreeBSD.org  Sun Mar  1 17:00:37 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 0B3AD106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  1 Mar 2009 17:00:37 +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 D3D138FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  1 Mar 2009 17:00:36 +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 n21H0arU089006
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 1 Mar 2009 17:00:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n21H0at1089004;
	Sun, 1 Mar 2009 17:00:36 GMT
	(envelope-from nobody)
Message-Id: <200903011700.n21H0at1089004@www.freebsd.org>
Date: Sun, 1 Mar 2009 17:00:36 GMT
From: David Naylor <naylor.b.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER] Update py-liblzma from 0.5.1 to 0.5.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132224
>Category:       ports
>Synopsis:       [MAINTAINER] Update py-liblzma from 0.5.1 to 0.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 01 17:10:01 UTC 2009
>Closed-Date:    Mon Mar 02 19:58:53 UTC 2009
>Last-Modified:  Mon Mar  2 20:00:11 UTC 2009
>Originator:     David Naylor
>Release:        FreeBSD 7.1p2
>Organization:
Private
>Environment:
FreeBSD dragon.dg 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sun Feb  1 20:27:42 SAST 2009     root@dragon.dg:/tmp/tmp/src/sys/GENERIC  i386
>Description:
Updates py-liblzma from 0.5.1 to 0.5.2.  

Note: this port now requires python 2.6

ChangeLog:
- Synchronize code with bz2module.c from python upstream.
	o fixes various minor issues and bugs.
	o support the context manager protocol (adds __enter__() & __enter__()).
	o use Py_buffer.
	o make code more in sync with bz2module.c for easier maintenance etc..
>How-To-Repeat:
n/a
>Fix:
cd /usr/ports/archives && patch < /path/to/patch

Patch attached with submission follows:

diff -ur archivers/py-liblzma/Makefile py-liblzma/Makefile
--- archivers/py-liblzma/Makefile	2009-02-15 22:09:41.000000000 +0200
+++ py-liblzma/Makefile	2009-03-01 18:56:45.000000000 +0200
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/archivers/py-liblzma/Makefile,v 1.1 2009/02/15 20:09:41 miwi Exp $

 PORTNAME=	liblzma
-PORTVERSION=	0.5.1
+PORTVERSION=	0.5.2
 CATEGORIES=	archivers python
 MASTER_SITES=	${MASTER_SITE_CHEESESHOP}source/p/pyliblzma/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	lzma.0:${PORTSDIR}/archivers/lzmautils-devel

 USE_BZIP2=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	2.6+
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=	py${PORTNAME}

diff -ur archivers/py-liblzma/distinfo py-liblzma/distinfo
--- archivers/py-liblzma/distinfo	2009-02-15 22:09:41.000000000 +0200
+++ py-liblzma/distinfo	2009-03-01 18:32:01.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (pyliblzma-0.5.1.tar.bz2) = e3e3f1d5e29f9cf47c37efa6489d5273
-SHA256 (pyliblzma-0.5.1.tar.bz2) = 341e44901fc307f36b77e42684b769420c613155400b877101b5a8d25c5296df
-SIZE (pyliblzma-0.5.1.tar.bz2) = 48521
+MD5 (pyliblzma-0.5.2.tar.bz2) = 8e5596bc60e784c74f10e94820655336
+SHA256 (pyliblzma-0.5.2.tar.bz2) = 44716f94108ede658183c4036f60169b58ea77a52aa8fd6a9a412fb8d551a016
+SIZE (pyliblzma-0.5.2.tar.bz2) = 49011


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beat 
Responsible-Changed-By: beat 
Responsible-Changed-When: Sun Mar 1 17:24:03 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Beat Gaetzi <beat@FreeBSD.org>
To: dragonsa@highveldmail.co.za
Cc: bug-followup@FreeBSD.org, Martin Wilke <miwi@FreeBSD.org>
Subject: Re: ports/132224: [MAINTAINER] Update py-liblzma from 0.5.1 to 0.5.2
Date: Sun, 01 Mar 2009 20:10:23 +0100

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Dear maintainer of py-liblzma,
 
 There is a maintainer pr open for your port py-liblzma but unfortunately
 the submitters mail address does not match the MAINTAINER variable.
 Could you please confirm that this pr was raised by you.
 
 Thanks,
 Beat
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.10 (FreeBSD)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iEYEARECAAYFAkmq3Z8ACgkQQMW893dCSdtD7wCfQGejxO/mbSzLxoFsCAJuvDf7
 CVMAn2K9GMKRaJzGUkC29B5x3owL0/QC
 =NtVh
 -----END PGP SIGNATURE-----

From: David Naylor <dragonsa@highveldmail.co.za>
To: Beat Gaetzi <beat@freebsd.org>
Cc: bug-followup@freebsd.org,
 Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/132224: [MAINTAINER] Update py-liblzma from 0.5.1 to 0.5.2
Date: Mon, 2 Mar 2009 21:22:24 +0200

 On Sunday 01 March 2009 21:10:23 Beat Gaetzi wrote:
 > Dear maintainer of py-liblzma,
 >
 > There is a maintainer pr open for your port py-liblzma but unfortunately
 > the submitters mail address does not match the MAINTAINER variable.
 > Could you please confirm that this pr was raised by you.
 >
 > Thanks,
 > Beat
 
 Yes, it was raised by me.  For the record naylor.b.david@gmail.com is one for 
 the aliases I use (and prefer to use) however I have all the FreeBSD Ports 
 communication on dragonsa@highveldmail.co.za.  
 
 Is it possible to add naylor.b.david@gmail.com as a recognised 'alias' or 
 should I just use the dragonsa@highveldmail.co.za e-mail?
 
 Regards
 
 P.S. I also have a PR for kdesvn-kde4 that is from me :-)
State-Changed-From-To: open->closed 
State-Changed-By: beat 
State-Changed-When: Mon Mar 2 19:58:52 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132224: commit references a PR
Date: Mon,  2 Mar 2009 19:57:10 +0000 (UTC)

 beat        2009-03-02 19:56:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/py-liblzma Makefile distinfo 
   Log:
   - Update to 0.5.2
   
   PR:             ports/132224
   Submitted by:   David Naylor <naylor.b.david AT gmail.com> (maintainer)
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.2       +2 -2      ports/archivers/py-liblzma/Makefile
   1.2       +3 -3      ports/archivers/py-liblzma/distinfo
 _______________________________________________
 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:
