From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 9 20:30:11 2012 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 806D3106566C for ; Mon, 9 Jan 2012 20:30:11 +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 5C3DC8FC1B for ; Mon, 9 Jan 2012 20:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q09KUB22063657 for ; Mon, 9 Jan 2012 20:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q09KUBI9063656; Mon, 9 Jan 2012 20:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jan 2012 20:30:11 GMT Resent-Message-Id: <201201092030.q09KUBI9063656@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, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98408106564A for ; Mon, 9 Jan 2012 20:21:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2738FC0A for ; Mon, 9 Jan 2012 20:21:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q09KLRkK071387 for ; Mon, 9 Jan 2012 20:21:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q09KLRkV071386; Mon, 9 Jan 2012 20:21:27 GMT (envelope-from nobody) Message-Id: <201201092021.q09KLRkV071386@red.freebsd.org> Date: Mon, 9 Jan 2012 20:21:27 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163970: [NEW PORT] security/py-certifi, Mozilla's SSL certificates 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: Mon, 09 Jan 2012 20:30:11 -0000 >Number: 163970 >Category: ports >Synopsis: [NEW PORT] security/py-certifi, Mozilla's SSL certificates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 09 20:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-certify/ # py-certify/pkg-plist # py-certify/pkg-descr # py-certify/distinfo # py-certify/Makefile # echo c - py-certify/ mkdir -p py-certify/ > /dev/null 2>&1 echo x - py-certify/pkg-plist sed 's/^X//' >py-certify/pkg-plist << '2c140c9b2d8f4479187046f7a3656823' X%%PYTHON_SITELIBDIR%%/certifi/__init__.py X%%PYTHON_SITELIBDIR%%/certifi/__init__.pyc X%%PYTHON_SITELIBDIR%%/certifi/__init__.pyo X%%PYTHON_SITELIBDIR%%/certifi/cacert.pem X%%PYTHON_SITELIBDIR%%/certifi/core.py X%%PYTHON_SITELIBDIR%%/certifi/core.pyc X%%PYTHON_SITELIBDIR%%/certifi/core.pyo X@dirrm %%PYTHON_SITELIBDIR%%/certifi 2c140c9b2d8f4479187046f7a3656823 echo x - py-certify/pkg-descr sed 's/^X//' >py-certify/pkg-descr << '5be7f61ded1c44f1d8e5186b27a580a0' XCertifi: Python Mozilla's SSL Certificates. X XWWW: http://pypi.python.org/pypi/certifi/ 5be7f61ded1c44f1d8e5186b27a580a0 echo x - py-certify/distinfo sed 's/^X//' >py-certify/distinfo << 'a71d1cda7b445a274923c3f3b916018e' XSHA256 (certifi-0.0.6.tar.gz) = e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585 XSIZE (certifi-0.0.6.tar.gz) = 118451 a71d1cda7b445a274923c3f3b916018e echo x - py-certify/Makefile sed 's/^X//' >py-certify/Makefile << '2c9f30bc55c6f4c7bcb985f00ce58a1d' X# New ports collection makefile for: py-certifi X# Date created: 2012-01-02 X# Whom: Olivier Duchateau X# X# $FreeBSD$ X# X XPORTNAME= certifi XPORTVERSION= 0.0.6 XCATEGORIES= security python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= duchateau.olivier@gmail.com XCOMMENT= Mozilla's SSL certificates X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes X Xpost-install: X @${REINPLACE_CMD} -e 's| include_| #include_|' ${WRKSRC}/setup.py X X.include 2c9f30bc55c6f4c7bcb985f00ce58a1d exit >Release-Note: >Audit-Trail: >Unformatted: