diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2009-08-24 09:43:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2009-08-24 09:43:17 +0000 |
commit | ba7f7e413cbc41c3efa75f7aed473d20aba0677b (patch) | |
tree | 4f78909d391355a00b7e26366dd88d23cb35ed06 /devel/protobuf | |
parent | d97eea7b12488e0dcce06b5461a0bf3953e8648c (diff) |
Upgrade to 2.2.0.
Notes
Notes:
svn path=/head/; revision=240251
Diffstat (limited to 'devel/protobuf')
-rw-r--r-- | devel/protobuf/Makefile | 3 | ||||
-rw-r--r-- | devel/protobuf/distinfo | 6 | ||||
-rw-r--r-- | devel/protobuf/pkg-plist | 12 |
3 files changed, 16 insertions, 5 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 22fb8d5f149c..46a7bf6eb918 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -7,7 +7,7 @@ # PORTNAME= protobuf -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,6 +18,7 @@ USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GNOME= gnomehack pkgconfig tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo index 78e3ae2886cc..048e4880362a 100644 --- a/devel/protobuf/distinfo +++ b/devel/protobuf/distinfo @@ -1,3 +1,3 @@ -MD5 (protobuf-2.1.0.tar.bz2) = 7aedd257d8723c128cc1529c4675f858 -SHA256 (protobuf-2.1.0.tar.bz2) = 55ead035337b248bb63243d2c6deeb42e5e88789109d14b5ae0beda6548928e1 -SIZE (protobuf-2.1.0.tar.bz2) = 1286218 +MD5 (protobuf-2.2.0.tar.bz2) = 5c8abb579721fc3af7c94fb2019c4d2e +SHA256 (protobuf-2.2.0.tar.bz2) = 731dfb6b19e0bbc4e20fcc4d2cc317d8acb4203bc611e4247684bae8403c724b +SIZE (protobuf-2.2.0.tar.bz2) = 1350084 diff --git a/devel/protobuf/pkg-plist b/devel/protobuf/pkg-plist index 081809f58578..3d999d4e89c7 100644 --- a/devel/protobuf/pkg-plist +++ b/devel/protobuf/pkg-plist @@ -13,13 +13,16 @@ include/google/protobuf/descriptor_database.h include/google/protobuf/dynamic_message.h include/google/protobuf/extension_set.h include/google/protobuf/generated_message_reflection.h +include/google/protobuf/generated_message_util.h include/google/protobuf/io/coded_stream.h include/google/protobuf/io/gzip_stream.h include/google/protobuf/io/printer.h include/google/protobuf/io/tokenizer.h include/google/protobuf/io/zero_copy_stream.h include/google/protobuf/io/zero_copy_stream_impl.h +include/google/protobuf/io/zero_copy_stream_impl_lite.h include/google/protobuf/message.h +include/google/protobuf/message_lite.h include/google/protobuf/reflection_ops.h include/google/protobuf/repeated_field.h include/google/protobuf/service.h @@ -28,7 +31,12 @@ include/google/protobuf/stubs/once.h include/google/protobuf/text_format.h include/google/protobuf/unknown_field_set.h include/google/protobuf/wire_format.h -include/google/protobuf/wire_format_inl.h +include/google/protobuf/wire_format_lite.h +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.a lib/libprotobuf.la lib/libprotobuf.so @@ -37,6 +45,8 @@ lib/libprotoc.a lib/libprotoc.la lib/libprotoc.so lib/libprotoc.so.4 +libdata/pkgconfig/protobuf-lite.pc +libdata/pkgconfig/protobuf.pc @dirrm include/google/protobuf/stubs @dirrm include/google/protobuf/io @dirrm include/google/protobuf/compiler/python |