Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 17:58:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428581 - in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mumble audio/murmur devel/goprotobuf devel/php5-pinba devel/pinba_engine devel/protobuf dev...
Message-ID:  <201612141758.uBEHwKgD037830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 14 17:58:20 2016
New Revision: 428581
URL: https://svnweb.freebsd.org/changeset/ports/428581

Log:
  - Update devel/protobuf to 3.1.0
  - Bump PORTREVISION for shlib change
  
  Changes:	https://github.com/google/protobuf/releases

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/goprotobuf/Makefile
  head/devel/php5-pinba/Makefile
  head/devel/pinba_engine/Makefile
  head/devel/protobuf-c/Makefile
  head/devel/protobuf/Makefile
  head/devel/protobuf/distinfo
  head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h
  head/devel/protobuf/pkg-plist
  head/devel/tesla/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/dogecoin/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

Modified: head/astro/libosmpbf/Makefile
==============================================================================
--- head/astro/libosmpbf/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/astro/libosmpbf/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,6 +4,7 @@
 PORTNAME=	libosmpbf
 PORTVERSION=	1.3.3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	astro geography devel
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/astro/merkaartor/Makefile
==============================================================================
--- head/astro/merkaartor/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/astro/merkaartor/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	merkaartor
 PORTVERSION=	0.18.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/audio/clementine-player/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clementine
 PORTVERSION=	1.3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-player
 

Modified: head/audio/mixxx/Makefile
==============================================================================
--- head/audio/mixxx/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/audio/mixxx/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	mixxx
 PORTVERSION=	1.11.0
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
 

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/audio/mumble/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mumble
 PORTVERSION=	1.2.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/Mumble/${PORTVERSION}
 

Modified: head/audio/murmur/Makefile
==============================================================================
--- head/audio/murmur/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/audio/murmur/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	murmur
 PORTVERSION=	1.2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio net
 
 MAINTAINER=	feld@FreeBSD.org

Modified: head/devel/goprotobuf/Makefile
==============================================================================
--- head/devel/goprotobuf/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/goprotobuf/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,6 +3,7 @@
 
 PORTNAME=	goprotobuf
 PORTVERSION=	20151207
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.c-s.li/ports/
 

Modified: head/devel/php5-pinba/Makefile
==============================================================================
--- head/devel/php5-pinba/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/php5-pinba/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pinba
 PORTVERSION=	2012.03.20
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 PKGNAMEPREFIX=	php5-
 

Modified: head/devel/pinba_engine/Makefile
==============================================================================
--- head/devel/pinba_engine/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/pinba_engine/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pinba_engine
 PORTVERSION=	2011.08.18
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	raven428@gmail.com

Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/protobuf-c/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,6 +4,7 @@
 PORTNAME=		protobuf-c
 PORTVERSION=		1.2.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=		devel
 
 MAINTAINER=	truckman@FreeBSD.org

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/protobuf/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	protobuf
-PORTVERSION=	2.6.1
+PORTVERSION=	3.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -12,6 +12,8 @@ COMMENT=	Data interchange format library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_sparc64=	fails to compile: no atomic ops available
+
 CFLAGS+=	-DGOOGLE_PROTOBUF_NO_RTTI
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
@@ -23,6 +25,4 @@ USES=		autoreconf gmake libtool pathfix 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes
 
-BROKEN_sparc64=	fails to compile: no atomic ops available
-
 .include <bsd.port.mk>

Modified: head/devel/protobuf/distinfo
==============================================================================
--- head/devel/protobuf/distinfo	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/protobuf/distinfo	Wed Dec 14 17:58:20 2016	(r428581)
@@ -1,2 +1,3 @@
-SHA256 (google-protobuf-v2.6.1_GH0.tar.gz) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1
-SIZE (google-protobuf-v2.6.1_GH0.tar.gz) = 1349051
+TIMESTAMP = 1481285848
+SHA256 (google-protobuf-v3.1.0_GH0.tar.gz) = 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7
+SIZE (google-protobuf-v3.1.0_GH0.tar.gz) = 4051503

Modified: head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h
==============================================================================
--- head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h	Wed Dec 14 17:58:20 2016	(r428581)
@@ -1,6 +1,6 @@
 --- src/google/protobuf/stubs/atomicops.h.orig	2015-05-06 14:28:24 UTC
 +++ src/google/protobuf/stubs/atomicops.h
-@@ -187,6 +187,8 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
+@@ -202,6 +202,8 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
  #elif defined(__GNUC__)
  #if defined(GOOGLE_PROTOBUF_ARCH_IA32) || defined(GOOGLE_PROTOBUF_ARCH_X64)
  #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>

Modified: head/devel/protobuf/pkg-plist
==============================================================================
--- head/devel/protobuf/pkg-plist	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/protobuf/pkg-plist	Wed Dec 14 17:58:20 2016	(r428581)
@@ -1,23 +1,47 @@
 bin/protoc
+include/google/protobuf/any.h
+include/google/protobuf/any.pb.h
+include/google/protobuf/any.proto
+include/google/protobuf/api.pb.h
+include/google/protobuf/api.proto
+include/google/protobuf/arena.h
+include/google/protobuf/arenastring.h
 include/google/protobuf/compiler/code_generator.h
 include/google/protobuf/compiler/command_line_interface.h
 include/google/protobuf/compiler/cpp/cpp_generator.h
+include/google/protobuf/compiler/csharp/csharp_generator.h
+include/google/protobuf/compiler/csharp/csharp_names.h
 include/google/protobuf/compiler/importer.h
 include/google/protobuf/compiler/java/java_generator.h
+include/google/protobuf/compiler/java/java_names.h
+include/google/protobuf/compiler/javanano/javanano_generator.h
+include/google/protobuf/compiler/js/js_generator.h
+include/google/protobuf/compiler/objectivec/objectivec_generator.h
+include/google/protobuf/compiler/objectivec/objectivec_helpers.h
 include/google/protobuf/compiler/parser.h
+include/google/protobuf/compiler/php/php_generator.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/compiler/ruby/ruby_generator.h
 include/google/protobuf/descriptor.h
 include/google/protobuf/descriptor.pb.h
 include/google/protobuf/descriptor.proto
 include/google/protobuf/descriptor_database.h
+include/google/protobuf/duration.pb.h
+include/google/protobuf/duration.proto
 include/google/protobuf/dynamic_message.h
+include/google/protobuf/empty.pb.h
+include/google/protobuf/empty.proto
 include/google/protobuf/extension_set.h
+include/google/protobuf/field_mask.pb.h
+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_util.h
+include/google/protobuf/has_bits.h
 include/google/protobuf/io/coded_stream.h
 include/google/protobuf/io/gzip_stream.h
 include/google/protobuf/io/printer.h
@@ -26,11 +50,25 @@ 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/map.h
+include/google/protobuf/map_entry.h
+include/google/protobuf/map_entry_lite.h
+include/google/protobuf/map_field.h
+include/google/protobuf/map_field_inl.h
+include/google/protobuf/map_field_lite.h
+include/google/protobuf/map_type_handler.h
 include/google/protobuf/message.h
 include/google/protobuf/message_lite.h
+include/google/protobuf/metadata.h
+include/google/protobuf/reflection.h
 include/google/protobuf/reflection_ops.h
 include/google/protobuf/repeated_field.h
 include/google/protobuf/service.h
+include/google/protobuf/source_context.pb.h
+include/google/protobuf/source_context.proto
+include/google/protobuf/struct.pb.h
+include/google/protobuf/struct.proto
+include/google/protobuf/stubs/atomic_sequence_num.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
@@ -40,31 +78,61 @@ include/google/protobuf/stubs/atomicops_
 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_power.h
+include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
+include/google/protobuf/stubs/atomicops_internals_solaris.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/bytestream.h
+include/google/protobuf/stubs/callback.h
+include/google/protobuf/stubs/casts.h
 include/google/protobuf/stubs/common.h
+include/google/protobuf/stubs/fastmem.h
+include/google/protobuf/stubs/hash.h
+include/google/protobuf/stubs/logging.h
+include/google/protobuf/stubs/macros.h
+include/google/protobuf/stubs/mutex.h
 include/google/protobuf/stubs/once.h
 include/google/protobuf/stubs/platform_macros.h
+include/google/protobuf/stubs/port.h
+include/google/protobuf/stubs/scoped_ptr.h
+include/google/protobuf/stubs/shared_ptr.h
+include/google/protobuf/stubs/singleton.h
+include/google/protobuf/stubs/status.h
 include/google/protobuf/stubs/stl_util.h
+include/google/protobuf/stubs/stringpiece.h
 include/google/protobuf/stubs/template_util.h
 include/google/protobuf/stubs/type_traits.h
 include/google/protobuf/text_format.h
+include/google/protobuf/timestamp.pb.h
+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/field_comparator.h
+include/google/protobuf/util/field_mask_util.h
+include/google/protobuf/util/json_util.h
+include/google/protobuf/util/message_differencer.h
+include/google/protobuf/util/time_util.h
+include/google/protobuf/util/type_resolver.h
+include/google/protobuf/util/type_resolver_util.h
 include/google/protobuf/wire_format.h
 include/google/protobuf/wire_format_lite.h
 include/google/protobuf/wire_format_lite_inl.h
+include/google/protobuf/wrappers.pb.h
+include/google/protobuf/wrappers.proto
 lib/libprotobuf-lite.a
 lib/libprotobuf-lite.so
-lib/libprotobuf-lite.so.9
-lib/libprotobuf-lite.so.9.0.1
+lib/libprotobuf-lite.so.11
+lib/libprotobuf-lite.so.11.0.0
 lib/libprotobuf.a
 lib/libprotobuf.so
-lib/libprotobuf.so.9
-lib/libprotobuf.so.9.0.1
+lib/libprotobuf.so.11
+lib/libprotobuf.so.11.0.0
 lib/libprotoc.a
 lib/libprotoc.so
-lib/libprotoc.so.9
-lib/libprotoc.so.9.0.1
+lib/libprotoc.so.11
+lib/libprotoc.so.11.0.0
 libdata/pkgconfig/protobuf-lite.pc
 libdata/pkgconfig/protobuf.pc

Modified: head/devel/tesla/Makefile
==============================================================================
--- head/devel/tesla/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/devel/tesla/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tesla
 DISTVERSION=	0.0.20140425
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 
 MAINTAINER=	brooks@FreeBSD.org

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/dns/powerdns/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -2,7 +2,7 @@
 
 PORTNAME=	powerdns
 PORTVERSION=	4.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${PORTVERSION}

Modified: head/games/cockatrice/Makefile
==============================================================================
--- head/games/cockatrice/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/games/cockatrice/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Cockatrice
 PORTVERSION=	0.0.g2016.10.30
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	sbruno@FreeBSD.org

Modified: head/games/pink-pony/Makefile
==============================================================================
--- head/games/pink-pony/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/games/pink-pony/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pink-pony
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/games/pokerth/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pokerth
 PORTVERSION=	1.1.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.1
 DISTNAME=	PokerTH-${PORTVERSION}-src

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/japanese/mozc-server/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mozc
 PORTVERSION=	2.17.2322.102
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/net-im/ricochet/Makefile
==============================================================================
--- head/net-im/ricochet/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-im/ricochet/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,6 +4,7 @@
 PORTNAME=	ricochet
 PORTVERSION=	1.1.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@rawbw.com

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-p2p/bitcoin/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	bitcoin
 PORTVERSION=	0.12.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	robbak@robbak.com

Modified: head/net-p2p/dogecoin/Makefile
==============================================================================
--- head/net-p2p/dogecoin/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-p2p/dogecoin/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	dogecoin
 PORTVERSION=	1.8.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	swills@FreeBSD.org

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-p2p/litecoin/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	litecoin
 PORTVERSION=	0.10.4.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	LOCAL/swills
 

Modified: head/net-p2p/namecoin/Makefile
==============================================================================
--- head/net-p2p/namecoin/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-p2p/namecoin/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	namecoin
 PORTVERSION=	0.3.80
 DISTVERSIONPREFIX=	nc
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net-p2p dns
 

Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net-p2p/zetacoin/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -4,7 +4,7 @@
 PORTNAME=	zetacoin
 PORTVERSION=	0.11.2.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	daniel@morante.net

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net/mosh/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mosh
 PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://mosh.mit.edu/ \
 		http://mirrors.rit.edu/zi/

Modified: head/net/ostinato/Makefile
==============================================================================
--- head/net/ostinato/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net/ostinato/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ostinato
 PORTVERSION=	0.8
+PORTREVISION=	1
 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	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/net/spoofer/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spoofer
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.caida.org/projects/spoofer/downloads/
 

Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile	Wed Dec 14 17:58:11 2016	(r428580)
+++ head/security/certificate-transparency/Makefile	Wed Dec 14 17:58:20 2016	(r428581)
@@ -3,7 +3,7 @@
 
 PORTNAME=	certificate-transparency
 PORTVERSION=	20161015
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 
 MAINTAINER=	ports@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612141758.uBEHwKgD037830>