From owner-svn-ports-head@freebsd.org Sun Jun 24 20:20:01 2018 Return-Path: Delivered-To: svn-ports-head@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 78BD4100D895; Sun, 24 Jun 2018 20:20:01 +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 9902477A8F; Sun, 24 Jun 2018 20:19:59 +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 2DF0723686; Sun, 24 Jun 2018 20:19:59 +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 w5OKJw4C055959; Sun, 24 Jun 2018 20:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5OKJwpq055957; Sun, 24 Jun 2018 20:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806242019.w5OKJwpq055957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Jun 2018 20:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473260 - 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: 473260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 20:20:01 -0000 Author: sunpoet Date: Sun Jun 24 20:19:58 2018 New Revision: 473260 URL: https://svnweb.freebsd.org/changeset/ports/473260 Log: Update to 3.6.0 - Change MASTER_SITES from GitHub to CHEESESHOP - Remove outdated post-patch: 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 Sun Jun 24 20:19:45 2018 (r473259) +++ head/devel/py-protobuf/Makefile Sun Jun 24 20:19:58 2018 (r473260) @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.5.2 -DISTVERSIONPREFIX= v +PORTVERSION= 3.6.0 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} DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} @@ -22,12 +20,5 @@ 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 Sun Jun 24 20:19:45 2018 (r473259) +++ head/devel/py-protobuf/distinfo Sun Jun 24 20:19:58 2018 (r473260) @@ -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 = 1529740635 +SHA256 (protobuf-3.6.0.tar.gz) = a37836aa47d1b81c2db1a6b7a5e79926062b5d76bd962115a0e615551be2b48d +SIZE (protobuf-3.6.0.tar.gz) = 230937