svn commit: r494625 - head/devel/py-googleapis-common-protos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 4 17:58:34 UTC 2019


Author: sunpoet
Date: Mon Mar  4 17:58:31 2019
New Revision: 494625
URL: https://svnweb.freebsd.org/changeset/ports/494625

Log:
  Update to 1.5.8
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  PR:		236162
  Submitted by:	sunpoet (myself)
  Approved by:	wg (maintainer)

Modified:
  head/devel/py-googleapis-common-protos/Makefile
  head/devel/py-googleapis-common-protos/distinfo

Modified: head/devel/py-googleapis-common-protos/Makefile
==============================================================================
--- head/devel/py-googleapis-common-protos/Makefile	Mon Mar  4 17:58:25 2019	(r494624)
+++ head/devel/py-googleapis-common-protos/Makefile	Mon Mar  4 17:58:31 2019	(r494625)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	googleapis-common-protos
-PORTVERSION=	1.5.3
+PORTVERSION=	1.5.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,13 @@ MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Common protobufs used in Google APIs
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-googleapis-common-protos/distinfo
==============================================================================
--- head/devel/py-googleapis-common-protos/distinfo	Mon Mar  4 17:58:25 2019	(r494624)
+++ head/devel/py-googleapis-common-protos/distinfo	Mon Mar  4 17:58:31 2019	(r494625)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506510294
-SHA256 (googleapis-common-protos-1.5.3.tar.gz) = c075eddaa2628ab519e01b7d75b76e66c40eaa50fc52758d8225f84708950ef2
-SIZE (googleapis-common-protos-1.5.3.tar.gz) = 28479
+TIMESTAMP = 1550367467
+SHA256 (googleapis-common-protos-1.5.8.tar.gz) = d56ca712f67fff216d3be9eeeb8360ca59066d0365ba70b137b9e1801813747e
+SIZE (googleapis-common-protos-1.5.8.tar.gz) = 33427


More information about the svn-ports-all mailing list