diff options
author | rm <rm@FreeBSD.org> | 2017-02-08 02:21:33 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-02-08 02:21:33 +0800 |
commit | c9fb8d78e48a1bb47ee384ecb394255fe3fee99e (patch) | |
tree | 5f51a5455471a2d3b846ee8cbba62c0dd56d3317 /security | |
parent | 20cabd317953f2e20fd643a7be0e2252ffcd67b2 (diff) | |
download | freebsd-ports-gnome-c9fb8d78e48a1bb47ee384ecb394255fe3fee99e.tar.gz freebsd-ports-gnome-c9fb8d78e48a1bb47ee384ecb394255fe3fee99e.tar.zst freebsd-ports-gnome-c9fb8d78e48a1bb47ee384ecb394255fe3fee99e.zip |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-python-gnupg/Makefile | 6 | ||||
-rw-r--r-- | security/py-python-gnupg/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
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 |