From owner-svn-ports-head@freebsd.org Thu Oct 11 19:17:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4FE410C4E17; Thu, 11 Oct 2018 19:17:05 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 976997E03F; Thu, 11 Oct 2018 19:17:05 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 904F414A54; Thu, 11 Oct 2018 19:17:05 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BJH5ow067349; Thu, 11 Oct 2018 19:17:05 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BJH4Y0067347; Thu, 11 Oct 2018 19:17:04 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201810111917.w9BJH4Y0067347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 11 Oct 2018 19:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481846 - head/security/py-gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/py-gnupg X-SVN-Commit-Revision: 481846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 19:17:06 -0000 Author: cs Date: Thu Oct 11 19:17:04 2018 New Revision: 481846 URL: https://svnweb.freebsd.org/changeset/ports/481846 Log: Update to version 3.1.1 Added: head/security/py-gnupg/pkg-message (contents, props changed) Modified: head/security/py-gnupg/Makefile head/security/py-gnupg/distinfo Modified: head/security/py-gnupg/Makefile ============================================================================== --- head/security/py-gnupg/Makefile Thu Oct 11 19:10:03 2018 (r481845) +++ head/security/py-gnupg/Makefile Thu Oct 11 19:17:04 2018 (r481846) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.3.1 +PORTVERSION= 3.1.1 CATEGORIES= security python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org @@ -15,6 +14,10 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${PY_FLAVOR} USES= python +USE_GITHUB= yes USE_PYTHON= distutils autoplist + +GH_ACCOUNT= isislovecruft +GH_PROJECT= python-gnupg .include Modified: head/security/py-gnupg/distinfo ============================================================================== --- head/security/py-gnupg/distinfo Thu Oct 11 19:10:03 2018 (r481845) +++ head/security/py-gnupg/distinfo Thu Oct 11 19:17:04 2018 (r481846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507059294 -SHA256 (gnupg-2.3.1.tar.gz) = 8db5a05c369dbc231dab4c98515ce828f2dffdc14f1534441a6c59b71c6d2031 -SIZE (gnupg-2.3.1.tar.gz) = 100437 +TIMESTAMP = 1539283843 +SHA256 (isislovecruft-python-gnupg-3.1.1_GH0.tar.gz) = 69b74379f235a370379d0c3f890102f5fdf0b0db580a728702abdfa4be5780ba +SIZE (isislovecruft-python-gnupg-3.1.1_GH0.tar.gz) = 221111 Added: head/security/py-gnupg/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-gnupg/pkg-message Thu Oct 11 19:17:04 2018 (r481846) @@ -0,0 +1,6 @@ +***************************************************************************** +To import this module, use + +>>> import pretty_bad_protocol + +*****************************************************************************