Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 23:47:42 +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: r494099 - head/devel/py-aws-xray-sdk
Message-ID:  <201902272347.x1RNlgvV012075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 27 23:47:41 2019
New Revision: 494099
URL: https://svnweb.freebsd.org/changeset/ports/494099

Log:
  Update to 2.4.0
  
  - Add NO_ARCH
  
  Changes:	https://github.com/aws/aws-xray-sdk-python/releases

Modified:
  head/devel/py-aws-xray-sdk/Makefile
  head/devel/py-aws-xray-sdk/distinfo

Modified: head/devel/py-aws-xray-sdk/Makefile
==============================================================================
--- head/devel/py-aws-xray-sdk/Makefile	Wed Feb 27 23:47:36 2019	(r494098)
+++ head/devel/py-aws-xray-sdk/Makefile	Wed Feb 27 23:47:41 2019	(r494099)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-xray-sdk
-PORTVERSION=	2.3.0
+PORTVERSION=	2.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,5 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.11.3:d
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-aws-xray-sdk/distinfo
==============================================================================
--- head/devel/py-aws-xray-sdk/distinfo	Wed Feb 27 23:47:36 2019	(r494098)
+++ head/devel/py-aws-xray-sdk/distinfo	Wed Feb 27 23:47:41 2019	(r494099)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549131872
-SHA256 (aws-xray-sdk-2.3.0.tar.gz) = bb74e1cc2388bd29c45e2e3eb31d0416d0f53d83baafca7b72ca9c945a2e249a
-SIZE (aws-xray-sdk-2.3.0.tar.gz) = 62431
+TIMESTAMP = 1551308829
+SHA256 (aws-xray-sdk-2.4.0.tar.gz) = a50db1c456783ccd4fa39b99e26c129538a1892353be3d6d4ce67baf946dec8e
+SIZE (aws-xray-sdk-2.4.0.tar.gz) = 65326



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