aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-10-04 23:12:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-10-04 23:12:44 +0800
commit5b8ce88717d7be6493037c9874fd13ae3f1e7416 (patch)
treeb7493b74f7532f3fda6de55f79bf5070d36b0ea2
parentfbfbaa1eb9f43f40b0e05b75777044516036208e (diff)
downloadfreebsd-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
-rw-r--r--astro/libosmpbf/Makefile1
-rw-r--r--astro/osmium/Makefile2
-rw-r--r--audio/clementine-player/Makefile2
-rw-r--r--audio/mixxx/Makefile2
-rw-r--r--audio/mumble/Makefile1
-rw-r--r--audio/murmur/Makefile1
-rw-r--r--biology/plinkseq/Makefile2
-rw-r--r--devel/php5-pinba/Makefile2
-rw-r--r--devel/pinba_engine/Makefile2
-rw-r--r--devel/protobuf-c/Makefile1
-rw-r--r--devel/protobuf/Makefile24
-rw-r--r--devel/protobuf/distinfo4
-rw-r--r--devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc10
-rw-r--r--devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc10
-rw-r--r--devel/protobuf/pkg-descr6
-rw-r--r--devel/protobuf/pkg-plist17
-rw-r--r--devel/tesla/Makefile1
-rw-r--r--games/pink-pony/Makefile2
-rw-r--r--games/pokerth/Makefile2
-rw-r--r--japanese/mozc-server/Makefile1
-rw-r--r--net-p2p/namecoin/Makefile2
-rw-r--r--net/mosh/Makefile1
-rw-r--r--net/ostinato/Makefile2
-rw-r--r--www/chromium/Makefile1
24 files changed, 46 insertions, 53 deletions
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile
index 71103abd1769..c2a10c25cb83 100644
--- a/astro/libosmpbf/Makefile
+++ b/astro/libosmpbf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libosmpbf
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile
index 0b5329caf32b..7404de4768e7 100644
--- a/astro/osmium/Makefile
+++ b/astro/osmium/Makefile
@@ -3,7 +3,7 @@
PORTNAME= osmium
PORTVERSION= git20130522
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index bc08303d583c..03b762a6c1c1 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
PKGNAMESUFFIX= -player
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index b9c7bc852dda..3a6f0b0ad8c5 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mixxx
PORTVERSION= 1.11.0
DISTVERSIONSUFFIX= -src
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 47143063e151..0e1527e97144 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index e2b15f6a0467..a55ccdaad813 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -3,6 +3,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.8
+PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
DISTNAME= mumble-${PORTVERSION}
diff --git a/biology/plinkseq/Makefile b/biology/plinkseq/Makefile
index 005feb02a229..c4ba0bc2ea1d 100644
--- a/biology/plinkseq/Makefile
+++ b/biology/plinkseq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= plinkseq
PORTVERSION= 0.08
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= biology science
MASTER_SITES= http://atgu.mgh.harvard.edu/${PORTNAME}/dist/version-${PORTVERSION}/
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
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile
index 9498aa816215..aa6aedd8e250 100644
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pink-pony
PORTVERSION= 1.3.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE \
http://mirror.amdmi3.ru/distfiles/
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index c1ab53f45cbe..f0cfcff89312 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pokerth
PORTVERSION= 1.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1
DISTNAME= PokerTH-${PORTVERSION}-src
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index 65425e18fa14..d8544cc1bdcd 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mozc
PORTVERSION= 1.15.1868.102
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= LOCAL/hrs
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index aff3434b4498..2b5d44d725b2 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= namecoin
PORTVERSION= Q.3.72
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p dns
MASTER_SITES= GH
diff --git a/net/mosh/Makefile b/net/mosh/Makefile
index 5d940e918440..0cb89b84a4b8 100644
--- a/net/mosh/Makefile
+++ b/net/mosh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mosh
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://mosh.mit.edu/ \
http://mirrors.rit.edu/zi/
diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile
index 63270c02a1e6..d9847073425c 100644
--- a/net/ostinato/Makefile
+++ b/net/ostinato/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ostinato
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX}
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index e44dc17702f4..41605ee33034 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -3,6 +3,7 @@
PORTNAME= chromium
PORTVERSION= 37.0.2062.124
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}