Date: Thu, 11 Oct 2018 19:17:04 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481846 - head/security/py-gnupg Message-ID: <201810111917.w9BJH4Y0067347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 + +*****************************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111917.w9BJH4Y0067347>