Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2019 22:55:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508567 - head/mail/py-authres
Message-ID:  <201908102255.x7AMt0Mr084842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 10 22:54:59 2019
New Revision: 508567
URL: https://svnweb.freebsd.org/changeset/ports/508567

Log:
  Update to 1.2.0
  
  - While I'm here, use = instead of += for PLIST_SUB
  
  Changes:	https://git.launchpad.net/authentication-results-python/tree/CHANGES
  PR:		239751
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)

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

Modified: head/mail/py-authres/Makefile
==============================================================================
--- head/mail/py-authres/Makefile	Sat Aug 10 22:54:55 2019	(r508566)
+++ head/mail/py-authres/Makefile	Sat Aug 10 22:54:59 2019	(r508567)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	authres
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,12 @@ COMMENT=	Python module for RFC 5451 Authentication-Res
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
-PLIST_SUB+=	PORTNAME=${PORTNAME}
+NO_ARCH=	yes
+
+PLIST_SUB=	PORTNAME=${PORTNAME}
 
 PORTDOCS=	CHANGES README
 

Modified: head/mail/py-authres/distinfo
==============================================================================
--- head/mail/py-authres/distinfo	Sat Aug 10 22:54:55 2019	(r508566)
+++ head/mail/py-authres/distinfo	Sat Aug 10 22:54:59 2019	(r508567)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540881243
-SHA256 (authres-1.1.1.tar.gz) = eb8c7e65ebb371ec70e7fb8226b13fc159b882a1ae70753384c4fe2040a7ac2f
-SIZE (authres-1.1.1.tar.gz) = 23180
+TIMESTAMP = 1565379142
+SHA256 (authres-1.2.0.tar.gz) = 93d1b995ad7ce21e62db649f361048125dd6022563a0ae8a23909465f1fd25b7
+SIZE (authres-1.2.0.tar.gz) = 23226



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