Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 23:37:56 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443916 - head/mail/py-authres
Message-ID:  <201706192337.v5JNbuJV004200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706192337.v5JNbuJV004200>