From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 23 04:00:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36BD9106566C for ; Sun, 23 Jan 2011 04:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 034C48FC0A for ; Sun, 23 Jan 2011 04:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0N40J8L008426 for ; Sun, 23 Jan 2011 04:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0N40Jib008425; Sun, 23 Jan 2011 04:00:19 GMT (envelope-from gnats) Resent-Date: Sun, 23 Jan 2011 04:00:19 GMT Resent-Message-Id: <201101230400.p0N40Jib008425@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D95106566B; Sun, 23 Jan 2011 03:58:32 +0000 (UTC) (envelope-from lwhsu@lwbsd.csie.net) Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id 326C58FC0C; Sun, 23 Jan 2011 03:58:30 +0000 (UTC) Received: from lucky7.csie.net (localhost [127.0.0.1]) by lucky7.csie.net (Postfix) with ESMTP id 152E6147C5F; Sun, 23 Jan 2011 11:58:29 +0800 (CST) Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197]) by lucky7.csie.net (Postfix) with ESMTP id 127E3147C35; Sun, 23 Jan 2011 11:58:29 +0800 (CST) Received: by lwbsd.csie.net (Postfix, from userid 1001) id 063FC456C4; Sun, 23 Jan 2011 11:58:28 +0800 (CST) Message-Id: <20110123035829.063FC456C4@lwbsd.csie.net> Date: Sun, 23 Jan 2011 11:58:28 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mnag@FreeBSD.org Subject: ports/154232: [PATCH] security/py-m2crypto: update to 0.21.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 04:00:20 -0000 >Number: 154232 >Category: ports >Synopsis: [PATCH] security/py-m2crypto: update to 0.21.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 23 04:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 8.1-STABLE amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 20:44:28 CST 2010 >Description: - Update to 0.21.1 Port maintainer (mnag@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-m2crypto-0.21.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/py-m2crypto/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 13 Dec 2009 17:00:13 -0000 1.23 +++ Makefile 23 Jan 2011 03:58:19 -0000 @@ -6,10 +6,9 @@ # PORTNAME= m2crypto -PORTVERSION= 0.20 +PORTVERSION= 0.21.1 CATEGORIES= security python -MASTER_SITES= CHEESESHOP \ - http://chandlerproject.org/pub/Projects/MeTooCrypto/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= M2Crypto-${PORTVERSION} DIST_SUBDIR= python @@ -19,7 +18,7 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -USE_PYTHON= 2.4+ +USE_PYTHON= yes USE_OPENSSL= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/py-m2crypto/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 17 Aug 2009 14:29:32 -0000 1.13 +++ distinfo 23 Jan 2011 03:58:19 -0000 @@ -1,3 +1,2 @@ -MD5 (python/M2Crypto-0.20.tar.gz) = 43a4d958a6c892a37ca02ffcc650b66b -SHA256 (python/M2Crypto-0.20.tar.gz) = bec1a55cd5e4d88bb87f066c83a0ad42391e0e436b2d6b1edb7259c918e4b55f -SIZE (python/M2Crypto-0.20.tar.gz) = 412877 +SHA256 (python/M2Crypto-0.21.1.tar.gz) = 25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a +SIZE (python/M2Crypto-0.21.1.tar.gz) = 413563 --- py27-m2crypto-0.21.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: