svn commit: r449951 - head/www/py-planet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 16 08:59:45 UTC 2017


Author: sunpoet
Date: Sat Sep 16 08:59:44 2017
New Revision: 449951
URL: https://svnweb.freebsd.org/changeset/ports/449951

Log:
  Update to 1.1.0
  
  - Add NO_ARCH
  
  Changes:	https://github.com/planetlabs/planet-client-python/releases

Modified:
  head/www/py-planet/Makefile
  head/www/py-planet/distinfo

Modified: head/www/py-planet/Makefile
==============================================================================
--- head/www/py-planet/Makefile	Sat Sep 16 08:59:18 2017	(r449950)
+++ head/www/py-planet/Makefile	Sat Sep 16 08:59:44 2017	(r449951)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	planet
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}requests-futures>=0:www/py-requests-futures
 
+NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 

Modified: head/www/py-planet/distinfo
==============================================================================
--- head/www/py-planet/distinfo	Sat Sep 16 08:59:18 2017	(r449950)
+++ head/www/py-planet/distinfo	Sat Sep 16 08:59:44 2017	(r449951)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505229319
-SHA256 (planet-1.0.1.tar.gz) = a6a10b1b8de1493d82a27d8fe27a8611fffce193bce57ff7ec59941a925be534
-SIZE (planet-1.0.1.tar.gz) = 27185
+TIMESTAMP = 1505549783
+SHA256 (planet-1.1.0.tar.gz) = 5f6b06818e37e2aae514114a59eef21ee4ed915a1791e3e2db7bc6eec298298a
+SIZE (planet-1.1.0.tar.gz) = 28021


More information about the svn-ports-all mailing list