svn commit: r453590 - head/devel/py-grpcio

Vanilla I. Shu vanilla at FreeBSD.org
Mon Nov 6 05:19:47 UTC 2017


Author: vanilla
Date: Mon Nov  6 05:19:45 2017
New Revision: 453590
URL: https://svnweb.freebsd.org/changeset/ports/453590

Log:
  Change license.

Modified:
  head/devel/py-grpcio/Makefile

Modified: head/devel/py-grpcio/Makefile
==============================================================================
--- head/devel/py-grpcio/Makefile	Mon Nov  6 05:17:16 2017	(r453589)
+++ head/devel/py-grpcio/Makefile	Mon Nov  6 05:19:45 2017	(r453590)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grpcio
 PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	HTTP/2-based RPC framework
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf


More information about the svn-ports-head mailing list