svn commit: r443916 - head/mail/py-authres

Danilo G. Baio dbaio at FreeBSD.org
Mon Jun 19 23:37:58 UTC 2017


Author: dbaio
Date: Mon Jun 19 23:37:56 2017
New Revision: 443916
URL: https://svnweb.freebsd.org/changeset/ports/443916

Log:
  mail/py-authres: Update to 0.900
  
  While I'm here:
    Add LICENSE_FILE
    Set architecture neutral
  
  PR:		220093
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11261

Modified:
  head/mail/py-authres/Makefile
  head/mail/py-authres/distinfo

Modified: head/mail/py-authres/Makefile
==============================================================================
--- head/mail/py-authres/Makefile	Mon Jun 19 23:24:55 2017	(r443915)
+++ head/mail/py-authres/Makefile	Mon Jun 19 23:37:56 2017	(r443916)
@@ -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 at 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
 

Modified: head/mail/py-authres/distinfo
==============================================================================
--- head/mail/py-authres/distinfo	Mon Jun 19 23:24:55 2017	(r443915)
+++ head/mail/py-authres/distinfo	Mon Jun 19 23:37:56 2017	(r443916)
@@ -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


More information about the svn-ports-all mailing list