Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 15:43:55 +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: r439754 - head/devel/py-protobuf
Message-ID:  <201704291543.v3TFhtxm022244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 29 15:43:54 2017
New Revision: 439754
URL: https://svnweb.freebsd.org/changeset/ports/439754

Log:
  Update to 3.3.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/google/protobuf/releases

Modified:
  head/devel/py-protobuf/Makefile
  head/devel/py-protobuf/distinfo

Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile	Sat Apr 29 15:43:46 2017	(r439753)
+++ head/devel/py-protobuf/Makefile	Sat Apr 29 15:43:54 2017	(r439754)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	protobuf
-PORTVERSION=	3.2.0
+PORTVERSION=	3.3.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Google protobuf Python Client Library
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six \
 		protoc:devel/protobuf

Modified: head/devel/py-protobuf/distinfo
==============================================================================
--- head/devel/py-protobuf/distinfo	Sat Apr 29 15:43:46 2017	(r439753)
+++ head/devel/py-protobuf/distinfo	Sat Apr 29 15:43:54 2017	(r439754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485609105
-SHA256 (google-protobuf-v3.2.0_GH0.tar.gz) = 2a25c2b71c707c5552ec9afdfb22532a93a339e1ca5d38f163fe4107af08c54c
-SIZE (google-protobuf-v3.2.0_GH0.tar.gz) = 4121618
+TIMESTAMP = 1493444725
+SHA256 (google-protobuf-v3.3.0_GH0.tar.gz) = 94c414775f275d876e5e0e4a276527d155ab2d0da45eed6b7734301c330be36e
+SIZE (google-protobuf-v3.3.0_GH0.tar.gz) = 4336596



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