Date: Sun, 1 Mar 2009 17:00:36 GMT From: David Naylor <naylor.b.david@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132224: [MAINTAINER] Update py-liblzma from 0.5.1 to 0.5.2 Message-ID: <200903011700.n21H0at1089004@www.freebsd.org> Resent-Message-ID: <200903011710.n21HA1EZ087075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 01 17:10:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903011700.n21H0at1089004>