diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-06-20 07:37:56 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-06-20 07:37:56 +0800 |
commit | d0410259ba1a827603d6d864761f31d136521b8e (patch) | |
tree | 5cbfa4e866bcf51b7046b594924bb0022e25fef5 /mail | |
parent | 11f8083e323d686d158ae666202c35c1ab77af9c (diff) | |
download | freebsd-ports-gnome-d0410259ba1a827603d6d864761f31d136521b8e.tar.gz freebsd-ports-gnome-d0410259ba1a827603d6d864761f31d136521b8e.tar.zst freebsd-ports-gnome-d0410259ba1a827603d6d864761f31d136521b8e.zip |
mail/py-authres: Update to 0.900
While I'm here:
Add LICENSE_FILE
Set architecture neutral
PR: 220093
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11261
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-authres/Makefile | 6 | ||||
-rw-r--r-- | mail/py-authres/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile index 96f19ca4a513..a520f870f7ff 100644 --- a/mail/py-authres/Makefile +++ b/mail/py-authres/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= authres -PORTVERSION= 0.800 +PORTVERSION= 0.900 CATEGORIES= mail python -MASTER_SITES= http://launchpad.net/authentication-results-python/${PORTVERSION}/0.8/+download/ +MASTER_SITES= http://launchpad.net/authentication-results-python/${PORTVERSION}/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yasu@utahime.org COMMENT= Python module for RFC 5451 Authentication-Results headers LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING +NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/mail/py-authres/distinfo b/mail/py-authres/distinfo index 853066680e48..89391d783028 100644 --- a/mail/py-authres/distinfo +++ b/mail/py-authres/distinfo @@ -1,2 +1,3 @@ -SHA256 (authres-0.800.tar.gz) = d28e3976a7d418917cbbf384018aa0e8a0489e41bfd9847309c5f8efb19f6efd -SIZE (authres-0.800.tar.gz) = 19863 +TIMESTAMP = 1497792798 +SHA256 (authres-0.900.tar.gz) = de91d6cc6e5c6fef545bbf0a810a765fab4ca162906d14f3f2a6b9858602c186 +SIZE (authres-0.900.tar.gz) = 20189 |