From c9fb8d78e48a1bb47ee384ecb394255fe3fee99e Mon Sep 17 00:00:00 2001 From: rm Date: Tue, 7 Feb 2017 18:21:33 +0000 Subject: security/py-python-gnupg: update to 0.4.0 - update to 0.4.0 - correct LICENSE (BSD3C instead of GPLv3) - add NO_ARCH, because package doesn't install platform-dependend files PR: 216721 Approved by: christer.edwards@gmail.com (maintainer) --- security/py-python-gnupg/Makefile | 6 ++++-- security/py-python-gnupg/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/py-python-gnupg/Makefile b/security/py-python-gnupg/Makefile index 46e7a3eff4a3..f50b517d1d53 100644 --- a/security/py-python-gnupg/Makefile +++ b/security/py-python-gnupg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-gnupg -PORTVERSION= 0.3.8 +PORTVERSION= 0.4.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Python wrapper for the GNU Privacy Guard (GPG or GnuPG) -LICENSE= GPLv3 +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils diff --git a/security/py-python-gnupg/distinfo b/security/py-python-gnupg/distinfo index 12f558afed7c..a3ff4a59ff30 100644 --- a/security/py-python-gnupg/distinfo +++ b/security/py-python-gnupg/distinfo @@ -1,2 +1,3 @@ -SHA256 (python-gnupg-0.3.8.tar.gz) = 3872ced77d69203f31817107b324b0dd33d4437a330dc58eca140c8758d26b5a -SIZE (python-gnupg-0.3.8.tar.gz) = 38993 +TIMESTAMP = 1486023596 +SHA256 (python-gnupg-0.4.0.tar.gz) = e6aaf344852fa11824e4151ab63326a07dd0ef977dddffcce43669a79842a8f9 +SIZE (python-gnupg-0.4.0.tar.gz) = 43987 -- cgit