Date: Mon, 18 Mar 2013 15:14:28 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314580 - in head: . audio/clementine-player audio/mumble audio/murmur audio/umurmur biology/plinkseq converters/osm2pgsql devel/gjstest devel/php5-pinba devel/pinba_engine devel/protob... Message-ID: <201303181514.r2IFESDK088296@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Mar 18 15:14:27 2013 New Revision: 314580 URL: http://svnweb.freebsd.org/changeset/ports/314580 Log: 1: Upgrade protobuf to 2.5.0. 2: bump revision. 3: document UPDATING. Deleted: head/devel/protobuf/files/ Modified: head/UPDATING head/audio/clementine-player/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/audio/umurmur/Makefile head/biology/plinkseq/Makefile head/converters/osm2pgsql/Makefile head/devel/gjstest/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/pkg-plist head/devel/py-protobuf/Makefile head/devel/py-protobuf/distinfo head/games/pink-pony/Makefile head/games/pokerth/Makefile head/japanese/mozc-server/Makefile head/net/mosh/Makefile head/net/ostinato/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Mar 18 15:10:43 2013 (r314579) +++ head/UPDATING Mon Mar 18 15:14:27 2013 (r314580) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130317: + AFFECTS: users of devel/protobuf + AUTHOR: vanilla@FreeBSD.org + + The devel/protobuf has been updated to 2.5.0. The shared library version + has changed from 6 to 7. Please rebuild all ports that depends on it: + + # portmaster -r protobuf + or + # portupgrade -fr devel/protobuf + or + # pkg install -fR devel/protobuf + 20130316: AFFECTS: users of converters/libiconv and devel/gettext AUTHOR: bapt@FreeBSD.org Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/audio/clementine-player/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/audio/mumble/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/audio/murmur/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} @@ -12,7 +12,7 @@ MAINTAINER= ayu@commun.jp COMMENT= Murmur is the server component of Mumble BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf USERS= ${PORTNAME} GROUPS= ${USERS} Modified: head/audio/umurmur/Makefile ============================================================================== --- head/audio/umurmur/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/audio/umurmur/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -7,6 +7,7 @@ PORTNAME= umurmur PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/biology/plinkseq/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,6 +3,7 @@ PORTNAME= plinkseq PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= biology science MASTER_SITES= http://atgu.mgh.harvard.edu/${PORTNAME}/dist/version-${PORTVERSION}/ Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/converters/osm2pgsql/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,6 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= r29250 +PORTREVISION= 1 CATEGORIES= converters geography MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ Modified: head/devel/gjstest/Makefile ============================================================================== --- head/devel/gjstest/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/gjstest/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= gjstest PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/php5-pinba/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -7,6 +7,7 @@ PORTNAME= pinba PORTVERSION= 2012.03.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tony2001/pinba_extension/tarball/${GITVERSION}/ PKGNAMEPREFIX= php5- @@ -15,7 +16,7 @@ DISTNAME= tony2001-pinba_extension-${GIT MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP -LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf GITVERSION= f76b673 FETCH_ARGS= -pRr Modified: head/devel/pinba_engine/Makefile ============================================================================== --- head/devel/pinba_engine/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/pinba_engine/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/goog ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ bison:${PORTSDIR}/devel/bison \ cmake:${PORTSDIR}/devel/cmake +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf GITVERSION= 3a0cb51 FETCH_ARGS= -pRr Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/protobuf-c/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -7,13 +7,14 @@ PORTNAME= protobuf-c PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= ahurt@anbcs.com COMMENT= This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++) -LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/protobuf/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: protobuf -# Date created: Aug 9, 2008 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= protobuf -PORTVERSION= 2.4.1 +PORTVERSION= 2.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,7 +13,8 @@ USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes +USES+= pathfix tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) Modified: head/devel/protobuf/distinfo ============================================================================== --- head/devel/protobuf/distinfo Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/protobuf/distinfo Mon Mar 18 15:14:27 2013 (r314580) @@ -1,2 +1,2 @@ -SHA256 (protobuf-2.4.1.tar.bz2) = cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf -SIZE (protobuf-2.4.1.tar.bz2) = 1440188 +SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 +SIZE (protobuf-2.5.0.tar.bz2) = 1866763 Modified: head/devel/protobuf/pkg-plist ============================================================================== --- head/devel/protobuf/pkg-plist Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/protobuf/pkg-plist Mon Mar 18 15:14:27 2013 (r314580) @@ -15,6 +15,7 @@ include/google/protobuf/descriptor.proto include/google/protobuf/descriptor_database.h include/google/protobuf/dynamic_message.h include/google/protobuf/extension_set.h +include/google/protobuf/generated_enum_reflection.h include/google/protobuf/generated_message_reflection.h include/google/protobuf/generated_message_util.h include/google/protobuf/io/coded_stream.h @@ -31,6 +32,18 @@ include/google/protobuf/repeated_field.h include/google/protobuf/service.h include/google/protobuf/stubs/common.h include/google/protobuf/stubs/once.h +include/google/protobuf/stubs/atomicops.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_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_x86_gcc.h +include/google/protobuf/stubs/atomicops_internals_x86_msvc.h +include/google/protobuf/stubs/platform_macros.h +include/google/protobuf/stubs/template_util.h +include/google/protobuf/stubs/type_traits.h include/google/protobuf/text_format.h include/google/protobuf/unknown_field_set.h include/google/protobuf/wire_format.h @@ -39,15 +52,15 @@ include/google/protobuf/wire_format_lite lib/libprotobuf-lite.a lib/libprotobuf-lite.la lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.7 +lib/libprotobuf-lite.so.8 lib/libprotobuf.a lib/libprotobuf.la lib/libprotobuf.so -lib/libprotobuf.so.7 +lib/libprotobuf.so.8 lib/libprotoc.a lib/libprotoc.la lib/libprotoc.so -lib/libprotoc.so.7 +lib/libprotoc.so.8 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc @dirrm include/google/protobuf/stubs Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/py-protobuf/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-protobuf -# Date created: May 27 2009 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= protobuf -PORTVERSION= 2.4.1 +PORTVERSION= 2.5.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +18,7 @@ USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +pre-build: + @${MKDIR} ${WRKSRC}/google/protobuf/compiler + .include <bsd.port.mk> Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Mon Mar 18 15:10:43 2013 (r314579) +++ head/devel/py-protobuf/distinfo Mon Mar 18 15:14:27 2013 (r314580) @@ -1,2 +1,2 @@ -SHA256 (protobuf-2.4.1.tar.bz2) = cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf -SIZE (protobuf-2.4.1.tar.bz2) = 1440188 +SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 +SIZE (protobuf-2.5.0.tar.bz2) = 1866763 Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/games/pink-pony/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -7,7 +7,7 @@ PORTNAME= pink-pony PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -16,7 +16,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tron-like multiplayer racing game LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - protobuf.7:${PORTSDIR}/devel/protobuf \ + protobuf:${PORTSDIR}/devel/protobuf \ glfw.0:${PORTSDIR}/graphics/glfw \ Half:${PORTSDIR}/graphics/ilmbase \ ftgl.2:${PORTSDIR}/graphics/ftgl \ Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/games/pokerth/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= PokerTH-${PORTVERSION}-src Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/japanese/mozc-server/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -7,7 +7,7 @@ PORTNAME= mozc PORTVERSION= 1.6.1187.102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX?= ja- @@ -18,7 +18,7 @@ COMMENT?= Mozc server for IBus and other LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ gtest.0:${PORTSDIR}/devel/googletest \ - protobuf.7:${PORTSDIR}/devel/protobuf \ + protobuf:${PORTSDIR}/devel/protobuf \ zinnia.0:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/net/mosh/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ Modified: head/net/ostinato/Makefile ============================================================================== --- head/net/ostinato/Makefile Mon Mar 18 15:10:43 2013 (r314579) +++ head/net/ostinato/Makefile Mon Mar 18 15:14:27 2013 (r314580) @@ -3,6 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} @@ -10,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= Packet crafter/generator and analyzer with friendly GUI -BUILD_DEPENDS= protobuf>=2.3.0:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf USE_QT4= gui moc_build qmake_build rcc_build uic_build network script \ xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181514.r2IFESDK088296>