From owner-svn-ports-all@freebsd.org Mon Dec 3 19:55:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B381330E21; Mon, 3 Dec 2018 19:55:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA8056B554; Mon, 3 Dec 2018 19:55:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A79B51A99E; Mon, 3 Dec 2018 19:55:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JtUw3077615; Mon, 3 Dec 2018 19:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JtUnB077612; Mon, 3 Dec 2018 19:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031955.wB3JtUnB077612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486532 - head/devel/py-protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-protobuf X-SVN-Commit-Revision: 486532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA8056B554 X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:55:31 -0000 Author: sunpoet Date: Mon Dec 3 19:55:29 2018 New Revision: 486532 URL: https://svnweb.freebsd.org/changeset/ports/486532 Log: Update to 3.6.1 - Change MASTER_SITES from GitHub to CHEESESHOP - Remove outdated post-patch: - Update WWW Changes: https://github.com/protocolbuffers/protobuf/releases Modified: head/devel/py-protobuf/Makefile head/devel/py-protobuf/distinfo head/devel/py-protobuf/pkg-descr Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/Makefile Mon Dec 3 19:55:29 2018 (r486532) @@ -2,33 +2,25 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.5.2 -DISTVERSIONPREFIX= v +PORTVERSION= 3.6.1 PORTEPOCH= 1 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google protobuf Python Client Library LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/../LICENSE -BUILD_DEPENDS= protoc:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= protoc:devel/protobuf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} +USES= python +USE_PYTHON= autoplist concurrent distutils + DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} NO_ARCH= yes TEST_TARGET= test -USE_PYTHON= autoplist concurrent distutils -USES= python -WRKSRC_SUBDIR= python - -GH_ACCOUNT= google -USE_GITHUB= yes - -post-patch: - @${MKDIR} ${WRKSRC}/google/protobuf/compiler/ .include Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/distinfo Mon Dec 3 19:55:29 2018 (r486532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523095625 -SHA256 (google-protobuf-v3.5.2_GH0.tar.gz) = 4ffd420f39f226e96aebc3554f9c66a912f6cad6261f39f194f16af8a1f6dab2 -SIZE (google-protobuf-v3.5.2_GH0.tar.gz) = 4584659 +TIMESTAMP = 1535569981 +SHA256 (protobuf-3.6.1.tar.gz) = 1489b376b0f364bcc6f89519718c057eb191d7ad6f1b395ffd93d1aa45587811 +SIZE (protobuf-3.6.1.tar.gz) = 240927 Modified: head/devel/py-protobuf/pkg-descr ============================================================================== --- head/devel/py-protobuf/pkg-descr Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/pkg-descr Mon Dec 3 19:55:29 2018 (r486532) @@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. -WWW: https://github.com/google/protobuf +WWW: https://github.com/protocolbuffers/protobuf