diff options
author | Carlo Strub <cs@FreeBSD.org> | 2018-10-11 19:17:04 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2018-10-11 19:17:04 +0000 |
commit | 9478266a0f0c713391d642df3effec1b7b49f75d (patch) | |
tree | 61829543f4ec3f0ebbcb176a79cd41d578277e69 | |
parent | b4cb464bd8c0c0342fdf5375d21c72b02cfcdd68 (diff) | |
download | ports-9478266a0f0c713391d642df3effec1b7b49f75d.tar.gz ports-9478266a0f0c713391d642df3effec1b7b49f75d.zip |
Notes
-rw-r--r-- | security/py-gnupg/Makefile | 7 | ||||
-rw-r--r-- | security/py-gnupg/distinfo | 6 | ||||
-rw-r--r-- | security/py-gnupg/pkg-message | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index c71dd0221a5d..92b7bd7d42e0 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -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> diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo index 35a35bedb71d..8057c04298fa 100644 --- a/security/py-gnupg/distinfo +++ b/security/py-gnupg/distinfo @@ -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 diff --git a/security/py-gnupg/pkg-message b/security/py-gnupg/pkg-message new file mode 100644 index 000000000000..7749e9d57b95 --- /dev/null +++ b/security/py-gnupg/pkg-message @@ -0,0 +1,6 @@ +***************************************************************************** +To import this module, use + +>>> import pretty_bad_protocol + +***************************************************************************** |