diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-04 23:12:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-04 23:12:44 +0800 |
commit | 5b8ce88717d7be6493037c9874fd13ae3f1e7416 (patch) | |
tree | b7493b74f7532f3fda6de55f79bf5070d36b0ea2 /devel | |
parent | fbfbaa1eb9f43f40b0e05b75777044516036208e (diff) | |
download | freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.tar.gz freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.tar.zst freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.zip |
- Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php5-pinba/Makefile | 2 | ||||
-rw-r--r-- | devel/pinba_engine/Makefile | 2 | ||||
-rw-r--r-- | devel/protobuf-c/Makefile | 1 | ||||
-rw-r--r-- | devel/protobuf/Makefile | 24 | ||||
-rw-r--r-- | devel/protobuf/distinfo | 4 | ||||
-rw-r--r-- | devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc | 10 | ||||
-rw-r--r-- | devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc | 10 | ||||
-rw-r--r-- | devel/protobuf/pkg-descr | 6 | ||||
-rw-r--r-- | devel/protobuf/pkg-plist | 17 | ||||
-rw-r--r-- | devel/tesla/Makefile | 1 |
10 files changed, 32 insertions, 45 deletions
diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile index 7c807778125e..d0f3c83d597d 100644 --- a/devel/php5-pinba/Makefile +++ b/devel/php5-pinba/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinba PORTVERSION= 2012.03.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/tony2001/pinba_extension/tarball/${GITVERSION}/ PKGNAMEPREFIX= php5- diff --git a/devel/pinba_engine/Makefile b/devel/pinba_engine/Makefile index a8e422503dc3..ef3161c2037c 100644 --- a/devel/pinba_engine/Makefile +++ b/devel/pinba_engine/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinba_engine PORTVERSION= 2011.08.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://github.com/tony2001/pinba_engine/tarball/${GITVERSION}/ DISTNAME= tony2001-pinba_engine-${GITVERSION} diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile index b24d113c1009..71b008940da0 100644 --- a/devel/protobuf-c/Makefile +++ b/devel/protobuf-c/Makefile @@ -3,6 +3,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ \ http://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index d298f37597cf..51b389511e8e 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -2,28 +2,28 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 2.5.0 -PORTREVISION= 4 +PORTVERSION= 2.6.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= https://protobuf.googlecode.com/svn/rc/ \ + LOCAL/sunpoet -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING.txt +CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:bzip2 libtool -ONLY_FOR_ARCHS= i386 amd64 INSTALL_TARGET= install-strip +ONLY_FOR_ARCHS= amd64 i386 +USE_LDCONFIG= yes +USES= gmake libtool pathfix pkgconfig tar:bzip2 -# clang will generate code that just doesn't work with clementine-player +# Clang will generate code that just doesn't work with clementine-player # if this isn't compiled as though it were C99. -CFLAGS+= -std=c99 -DGOOGLE_PROTOBUF_NO_RTTI +USE_CSTD= c99 -tests: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check .include <bsd.port.mk> diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo index d50dcb6f8e63..8bacb28a56ff 100644 --- a/devel/protobuf/distinfo +++ b/devel/protobuf/distinfo @@ -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 diff --git a/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc b/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc deleted file mode 100644 index 02f9f051fbde..000000000000 --- a/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/google/protobuf/testing/zcgunzip.cc.orig 2014-09-30 23:01:39.718744075 +0800 -+++ src/google/protobuf/testing/zcgunzip.cc 2014-09-30 23:02:05.753740335 +0800 -@@ -44,6 +44,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <fcntl.h> -+#include <unistd.h> // for STDOUT_FILENO - - #include <google/protobuf/io/gzip_stream.h> - #include <google/protobuf/io/zero_copy_stream_impl.h> diff --git a/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc b/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc deleted file mode 100644 index 648ea705b0f5..000000000000 --- a/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/google/protobuf/testing/zcgzip.cc.orig 2014-09-30 22:46:34.571804492 +0800 -+++ src/google/protobuf/testing/zcgzip.cc 2014-09-30 22:46:50.657816315 +0800 -@@ -43,6 +43,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <fcntl.h> -+#include <unistd.h> // for STDOUT_FILENO - - #include <google/protobuf/io/gzip_stream.h> - #include <google/protobuf/io/zero_copy_stream_impl.h> diff --git a/devel/protobuf/pkg-descr b/devel/protobuf/pkg-descr index c9b826497682..5165baf2810d 100644 --- a/devel/protobuf/pkg-descr +++ b/devel/protobuf/pkg-descr @@ -1,5 +1,5 @@ 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. +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/ diff --git a/devel/protobuf/pkg-plist b/devel/protobuf/pkg-plist index 4ac7840d623b..be0a6c57abe6 100644 --- a/devel/protobuf/pkg-plist +++ b/devel/protobuf/pkg-plist @@ -21,6 +21,7 @@ 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/strtod.h include/google/protobuf/io/tokenizer.h include/google/protobuf/io/zero_copy_stream.h include/google/protobuf/io/zero_copy_stream_impl.h @@ -31,17 +32,21 @@ include/google/protobuf/reflection_ops.h include/google/protobuf/repeated_field.h include/google/protobuf/service.h include/google/protobuf/stubs/atomicops.h +include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h include/google/protobuf/stubs/atomicops_internals_arm_gcc.h include/google/protobuf/stubs/atomicops_internals_arm_qnx.h include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +include/google/protobuf/stubs/atomicops_internals_generic_gcc.h include/google/protobuf/stubs/atomicops_internals_macosx.h include/google/protobuf/stubs/atomicops_internals_mips_gcc.h include/google/protobuf/stubs/atomicops_internals_pnacl.h +include/google/protobuf/stubs/atomicops_internals_tsan.h include/google/protobuf/stubs/atomicops_internals_x86_gcc.h include/google/protobuf/stubs/atomicops_internals_x86_msvc.h include/google/protobuf/stubs/common.h include/google/protobuf/stubs/once.h include/google/protobuf/stubs/platform_macros.h +include/google/protobuf/stubs/stl_util.h include/google/protobuf/stubs/template_util.h include/google/protobuf/stubs/type_traits.h include/google/protobuf/text_format.h @@ -51,15 +56,15 @@ include/google/protobuf/wire_format_lite.h include/google/protobuf/wire_format_lite_inl.h lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.8 -lib/libprotobuf-lite.so.8.0.0 +lib/libprotobuf-lite.so.9 +lib/libprotobuf-lite.so.9.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.8 -lib/libprotobuf.so.8.0.0 +lib/libprotobuf.so.9 +lib/libprotobuf.so.9.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.8 -lib/libprotoc.so.8.0.0 +lib/libprotoc.so.9 +lib/libprotoc.so.9.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc diff --git a/devel/tesla/Makefile b/devel/tesla/Makefile index 1ae58f7b7af2..5e910f90513e 100644 --- a/devel/tesla/Makefile +++ b/devel/tesla/Makefile @@ -2,6 +2,7 @@ PORTNAME= tesla DISTVERSION= 0.0.20140425 +PORTREVISION= 1 CATEGORIES= devel lang MAINTAINER= brooks@FreeBSD.org |