mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Upgrade to 2.3.0.
This commit is contained in:
parent
9f0cb7ee9f
commit
2ad198f22e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247917
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= protobuf
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (protobuf-2.2.0.tar.bz2) = 5c8abb579721fc3af7c94fb2019c4d2e
|
||||
SHA256 (protobuf-2.2.0.tar.bz2) = 731dfb6b19e0bbc4e20fcc4d2cc317d8acb4203bc611e4247684bae8403c724b
|
||||
SIZE (protobuf-2.2.0.tar.bz2) = 1350084
|
||||
MD5 (protobuf-2.3.0.tar.bz2) = f2964f636b3c67d1e9d8b90819fa8ddb
|
||||
SHA256 (protobuf-2.3.0.tar.bz2) = 760c7707c3fe9ce801916bbd3067d711a33aa550c01b32d1e1761119cf6280ac
|
||||
SIZE (protobuf-2.3.0.tar.bz2) = 1424966
|
||||
|
@ -5,6 +5,9 @@ include/google/protobuf/compiler/cpp/cpp_generator.h
|
||||
include/google/protobuf/compiler/importer.h
|
||||
include/google/protobuf/compiler/java/java_generator.h
|
||||
include/google/protobuf/compiler/parser.h
|
||||
include/google/protobuf/compiler/plugin.h
|
||||
include/google/protobuf/compiler/plugin.pb.h
|
||||
include/google/protobuf/compiler/plugin.proto
|
||||
include/google/protobuf/compiler/python/python_generator.h
|
||||
include/google/protobuf/descriptor.h
|
||||
include/google/protobuf/descriptor.pb.h
|
||||
@ -36,15 +39,15 @@ include/google/protobuf/wire_format_lite_inl.h
|
||||
lib/libprotobuf-lite.a
|
||||
lib/libprotobuf-lite.la
|
||||
lib/libprotobuf-lite.so
|
||||
lib/libprotobuf-lite.so.4
|
||||
lib/libprotobuf-lite.so.6
|
||||
lib/libprotobuf.a
|
||||
lib/libprotobuf.la
|
||||
lib/libprotobuf.so
|
||||
lib/libprotobuf.so.4
|
||||
lib/libprotobuf.so.6
|
||||
lib/libprotoc.a
|
||||
lib/libprotoc.la
|
||||
lib/libprotoc.so
|
||||
lib/libprotoc.so.4
|
||||
lib/libprotoc.so.6
|
||||
libdata/pkgconfig/protobuf-lite.pc
|
||||
libdata/pkgconfig/protobuf.pc
|
||||
@dirrm include/google/protobuf/stubs
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= protobuf
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (protobuf-2.2.0.tar.bz2) = 5c8abb579721fc3af7c94fb2019c4d2e
|
||||
SHA256 (protobuf-2.2.0.tar.bz2) = 731dfb6b19e0bbc4e20fcc4d2cc317d8acb4203bc611e4247684bae8403c724b
|
||||
SIZE (protobuf-2.2.0.tar.bz2) = 1350084
|
||||
MD5 (protobuf-2.3.0.tar.bz2) = f2964f636b3c67d1e9d8b90819fa8ddb
|
||||
SHA256 (protobuf-2.3.0.tar.bz2) = 760c7707c3fe9ce801916bbd3067d711a33aa550c01b32d1e1761119cf6280ac
|
||||
SIZE (protobuf-2.3.0.tar.bz2) = 1424966
|
||||
|
Loading…
Reference in New Issue
Block a user