- Update to 2.6.0

- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-10-04 15:13:01 +00:00
parent 5a23a2e2d8
commit 0b7dc78ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369971
3 changed files with 19 additions and 20 deletions

View file

@ -2,30 +2,29 @@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 2.5.0
PORTREVISION= 2
PORTVERSION= 2.6.0
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITES= https://protobuf.googlecode.com/svn/rc/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google protobuf Python Client Library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../COPYING.txt
BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:${PORTSDIR}/devel/py-google-apputils \
protoc:${PORTSDIR}/devel/protobuf
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:${PORTSDIR}/devel/py-google-apputils
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
PROJECTHOST= protobuf
USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
USES= python tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
pre-build:
@${MKDIR} ${WRKSRC}/google/protobuf/compiler
post-patch:
@${MKDIR} ${WRKSRC}/google/protobuf/compiler/
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
regression-test test: build
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677
SIZE (protobuf-2.5.0.tar.bz2) = 1866763
SHA256 (protobuf-2.6.0.tar.bz2) = 0a2f8533b2e0587a2b4efce0c4c8aea21bbfae1c41c466634d958dedf580f6aa
SIZE (protobuf-2.6.0.tar.bz2) = 2021255

View file

@ -1,5 +1,5 @@
Protocol Buffers are a way of encoding structured data in an efficien
yet extensible format. Google uses Protocol Buffers for almost all of
its internal RPC protocols and file formats.
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
WWW: http://code.google.com/p/protobuf/
WWW: https://code.google.com/p/protobuf/