svn commit: r439753 - in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mumble audio/murmur devel/php5-pinba devel/pinba_engine devel/protobuf devel/protobuf/files...
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 29 15:43:51 UTC 2017
Author: sunpoet
Date: Sat Apr 29 15:43:46 2017
New Revision: 439753
URL: https://svnweb.freebsd.org/changeset/ports/439753
Log:
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
Deleted:
head/devel/protobuf/files/patch-src-google-protobuf-compiler-plugin.pb.cc
head/devel/protobuf/files/patch-src-google-protobuf-compiler-plugin.pb.h
Modified:
head/astro/libosmpbf/Makefile
head/astro/merkaartor/Makefile
head/audio/clementine-player/Makefile
head/audio/mixxx/Makefile
head/audio/mumble/Makefile
head/audio/murmur/Makefile
head/devel/php5-pinba/Makefile
head/devel/pinba_engine/Makefile
head/devel/protobuf/Makefile
head/devel/protobuf/distinfo
head/devel/protobuf/pkg-plist
head/devel/tesla/Makefile
head/dns/dnsdist/Makefile
head/dns/powerdns/Makefile
head/games/cockatrice/Makefile
head/games/pink-pony/Makefile
head/games/pokerth/Makefile
head/japanese/mozc-server/Makefile
head/net-im/ricochet/Makefile
head/net-p2p/bitcoin/Makefile
head/net-p2p/litecoin/Makefile
head/net-p2p/namecoin/Makefile
head/net-p2p/zetacoin/Makefile
head/net/mosh/Makefile
head/net/ostinato/Makefile
head/net/spoofer/Makefile
head/security/certificate-transparency/Makefile
head/sysutils/zbackup/Makefile
Modified: head/astro/libosmpbf/Makefile
==============================================================================
--- head/astro/libosmpbf/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/astro/libosmpbf/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= libosmpbf
PORTVERSION= 1.3.3
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro geography devel
MAINTAINER= amdmi3 at FreeBSD.org
Modified: head/astro/merkaartor/Makefile
==============================================================================
--- head/astro/merkaartor/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/astro/merkaartor/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= merkaartor
PORTVERSION= 0.18.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= astro
MAINTAINER= dev2 at heesakkers.info
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/audio/clementine-player/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.3.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
PKGNAMESUFFIX= -player
Modified: head/audio/mixxx/Makefile
==============================================================================
--- head/audio/mixxx/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/audio/mixxx/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= mixxx
PORTVERSION= 2.0.0
DISTVERSIONSUFFIX= -src
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/audio/mumble/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= feld at FreeBSD.org
Modified: head/audio/murmur/Makefile
==============================================================================
--- head/audio/murmur/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/audio/murmur/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MAINTAINER= feld at FreeBSD.org
Modified: head/devel/php5-pinba/Makefile
==============================================================================
--- head/devel/php5-pinba/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/php5-pinba/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= pinba
PORTVERSION= 2012.03.20
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
PKGNAMEPREFIX= php5-
Modified: head/devel/pinba_engine/Makefile
==============================================================================
--- head/devel/pinba_engine/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/pinba_engine/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= pinba_engine
PORTVERSION= 2011.08.18
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel
MAINTAINER= raven428 at gmail.com
Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/protobuf/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= protobuf
-PORTVERSION= 3.2.0
+PORTVERSION= 3.3.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= sunpoet at FreeBSD.org
@@ -23,7 +22,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS}
TEST_TARGET= check
-USE_CSTD= c99 # for audio/clementine-player support
USE_LDCONFIG= yes
USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
Modified: head/devel/protobuf/distinfo
==============================================================================
--- head/devel/protobuf/distinfo Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/protobuf/distinfo Sat Apr 29 15:43:46 2017 (r439753)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485609101
-SHA256 (google-protobuf-v3.2.0_GH0.tar.gz) = 2a25c2b71c707c5552ec9afdfb22532a93a339e1ca5d38f163fe4107af08c54c
-SIZE (google-protobuf-v3.2.0_GH0.tar.gz) = 4121618
+TIMESTAMP = 1493444711
+SHA256 (google-protobuf-v3.3.0_GH0.tar.gz) = 94c414775f275d876e5e0e4a276527d155ab2d0da45eed6b7734301c330be36e
+SIZE (google-protobuf-v3.3.0_GH0.tar.gz) = 4336596
Modified: head/devel/protobuf/pkg-plist
==============================================================================
--- head/devel/protobuf/pkg-plist Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/protobuf/pkg-plist Sat Apr 29 15:43:46 2017 (r439753)
@@ -24,6 +24,8 @@ include/google/protobuf/compiler/php/php
include/google/protobuf/compiler/plugin.h
include/google/protobuf/compiler/plugin.pb.h
include/google/protobuf/compiler/plugin.proto
+include/google/protobuf/compiler/profile.pb.h
+include/google/protobuf/compiler/profile.proto
include/google/protobuf/compiler/python/python_generator.h
include/google/protobuf/compiler/ruby/ruby_generator.h
include/google/protobuf/descriptor.h
@@ -41,6 +43,7 @@ include/google/protobuf/field_mask.proto
include/google/protobuf/generated_enum_reflection.h
include/google/protobuf/generated_enum_util.h
include/google/protobuf/generated_message_reflection.h
+include/google/protobuf/generated_message_table_driven.h
include/google/protobuf/generated_message_util.h
include/google/protobuf/has_bits.h
include/google/protobuf/io/coded_stream.h
@@ -61,6 +64,7 @@ include/google/protobuf/map_type_handler
include/google/protobuf/message.h
include/google/protobuf/message_lite.h
include/google/protobuf/metadata.h
+include/google/protobuf/metadata_lite.h
include/google/protobuf/reflection.h
include/google/protobuf/reflection_ops.h
include/google/protobuf/repeated_field.h
@@ -77,7 +81,6 @@ include/google/protobuf/stubs/atomicops_
include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.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_power.h
include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
@@ -111,6 +114,7 @@ include/google/protobuf/timestamp.proto
include/google/protobuf/type.pb.h
include/google/protobuf/type.proto
include/google/protobuf/unknown_field_set.h
+include/google/protobuf/util/delimited_message_util.h
include/google/protobuf/util/field_comparator.h
include/google/protobuf/util/field_mask_util.h
include/google/protobuf/util/json_util.h
@@ -125,15 +129,15 @@ include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
lib/libprotobuf-lite.a
lib/libprotobuf-lite.so
-lib/libprotobuf-lite.so.12
-lib/libprotobuf-lite.so.12.0.0
+lib/libprotobuf-lite.so.13
+lib/libprotobuf-lite.so.13.0.0
lib/libprotobuf.a
lib/libprotobuf.so
-lib/libprotobuf.so.12
-lib/libprotobuf.so.12.0.0
+lib/libprotobuf.so.13
+lib/libprotobuf.so.13.0.0
lib/libprotoc.a
lib/libprotoc.so
-lib/libprotoc.so.12
-lib/libprotoc.so.12.0.0
+lib/libprotoc.so.13
+lib/libprotoc.so.13.0.0
libdata/pkgconfig/protobuf-lite.pc
libdata/pkgconfig/protobuf.pc
Modified: head/devel/tesla/Makefile
==============================================================================
--- head/devel/tesla/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/devel/tesla/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -2,7 +2,7 @@
PORTNAME= tesla
DISTVERSION= 0.0.20140425
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel lang
MAINTAINER= brooks at FreeBSD.org
Modified: head/dns/dnsdist/Makefile
==============================================================================
--- head/dns/dnsdist/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/dns/dnsdist/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= dnsdist
DISTVERSION= 1.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/ \
LOCAL/cpm
Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/dns/powerdns/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -2,7 +2,7 @@
PORTNAME= powerdns
PORTVERSION= 4.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}
Modified: head/games/cockatrice/Makefile
==============================================================================
--- head/games/cockatrice/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/games/cockatrice/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= Cockatrice
PORTVERSION= 0.0.g2017.03.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MAINTAINER= sbruno at FreeBSD.org
Modified: head/games/pink-pony/Makefile
==============================================================================
--- head/games/pink-pony/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/games/pink-pony/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= pink-pony
PORTVERSION= 1.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MAINTAINER= amdmi3 at FreeBSD.org
Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/games/pokerth/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= pokerth
PORTVERSION= 1.1.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1
DISTNAME= PokerTH-${PORTVERSION}-src
Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/japanese/mozc-server/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= mozc
PORTVERSION= 2.20.2677.102.02
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese
MAINTAINER= hrs at FreeBSD.org
Modified: head/net-im/ricochet/Makefile
==============================================================================
--- head/net-im/ricochet/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net-im/ricochet/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= ricochet
PORTVERSION= 1.1.4
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im net-p2p
MAINTAINER= yuri at rawbw.com
Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net-p2p/bitcoin/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.12.1
DISTVERSIONPREFIX= v
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p finance
MAINTAINER= robbak at robbak.com
Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net-p2p/litecoin/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= litecoin
PORTVERSION= 0.10.4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-p2p finance
MASTER_SITES= LOCAL/swills
Modified: head/net-p2p/namecoin/Makefile
==============================================================================
--- head/net-p2p/namecoin/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net-p2p/namecoin/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= namecoin
PORTVERSION= 0.3.80
DISTVERSIONPREFIX= nc
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= net-p2p dns
Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net-p2p/zetacoin/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -4,7 +4,7 @@
PORTNAME= zetacoin
PORTVERSION= 0.11.2.3
DISTVERSIONPREFIX= v
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-p2p finance
MAINTAINER= daniel at morante.net
Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net/mosh/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,6 +3,7 @@
PORTNAME= mosh
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://mosh.mit.edu/ \
http://mirrors.rit.edu/zi/
Modified: head/net/ostinato/Makefile
==============================================================================
--- head/net/ostinato/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net/ostinato/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= ostinato
PORTVERSION= 0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
Modified: head/net/spoofer/Makefile
==============================================================================
--- head/net/spoofer/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/net/spoofer/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= spoofer
PORTVERSION= 1.0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/
Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/security/certificate-transparency/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -3,7 +3,7 @@
PORTNAME= certificate-transparency
PORTVERSION= 20161015
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= security
MAINTAINER= ports at FreeBSD.org
Modified: head/sysutils/zbackup/Makefile
==============================================================================
--- head/sysutils/zbackup/Makefile Sat Apr 29 14:50:53 2017 (r439752)
+++ head/sysutils/zbackup/Makefile Sat Apr 29 15:43:46 2017 (r439753)
@@ -2,7 +2,7 @@
PORTNAME= zbackup
PORTVERSION= 1.4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= https://github.com/zbackup/zbackup/archive/
DISTNAME= ${PORTVERSION}
More information about the svn-ports-all
mailing list