From owner-svn-ports-all@freebsd.org Fri Sep 30 09:46:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82B73C01182; Fri, 30 Sep 2016 09:46:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E3DB14A7; Fri, 30 Sep 2016 09:46:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8U9kGGW075420; Fri, 30 Sep 2016 09:46:16 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8U9kGsR075416; Fri, 30 Sep 2016 09:46:16 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201609300946.u8U9kGsR075416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 30 Sep 2016 09:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422976 - in head: astro/osmium audio/clementine-player audio/tomahawk textproc/randlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 09:46:17 -0000 Author: matthew Date: Fri Sep 30 09:46:16 2016 New Revision: 422976 URL: https://svnweb.freebsd.org/changeset/ports/422976 Log: Chase dependencies affected by the name change devel/google-sparsehash -> devel/sparsehash Which sould fix the INDEX Submitted by: cperciva Modified: head/astro/osmium/Makefile head/audio/clementine-player/Makefile head/audio/tomahawk/Makefile head/textproc/randlm/Makefile Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Fri Sep 30 09:40:28 2016 (r422975) +++ head/astro/osmium/Makefile Fri Sep 30 09:46:16 2016 (r422976) @@ -18,8 +18,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libexpat.so:textproc/expat2 \ libgeos.so:graphics/geos \ libprotobuf.so:devel/protobuf -BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash -RUN_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash +BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash +RUN_DEPENDS= sparsehash>=2.0.2:devel/sparsehash USE_GITHUB= yes GH_ACCOUNT= joto Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Fri Sep 30 09:40:28 2016 (r422975) +++ head/audio/clementine-player/Makefile Fri Sep 30 09:46:16 2016 (r422976) @@ -145,7 +145,7 @@ AUDIOCD_LIB_DEPENDS= libcdio.so:sysutils AUDIOCD_CMAKE_ON= -DENABLE_AUDIOCD=ON AUDIOCD_CMAKE_OFF= -DENABLE_AUDIOCD=OFF -BOX_BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash +BOX_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash BOX_CMAKE_ON= -DENABLE_BOX=ON BOX_CMAKE_OFF= -DENABLE_BOX=OFF @@ -155,7 +155,7 @@ BREAKPAD_CMAKE_OFF= -DENABLE_BREAKPAD=OF DEVICEKIT_CMAKE_ON= -DENABLE_DEVICEKIT=ON DEVICEKIT_CMAKE_OFF= -DENABLE_DEVICEKIT=OFF -DROPBOX_BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash +DROPBOX_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash DROPBOX_CMAKE_ON= -DENABLE_DROPBOX=ON DROPBOX_CMAKE_OFF= -DENABLE_DROPBOX=OFF @@ -163,7 +163,7 @@ GIO_USE= GNOME=glib20 GIO_CMAKE_ON= -DENABLE_GIO=ON GIO_CMAKE_OFF= -DENABLE_GIO=OFF -GOOGLE_DRIVE_BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash +GOOGLE_DRIVE_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash GOOGLE_DRIVE_CMAKE_ON= -DENABLE_GOOGLE_DRIVE=ON GOOGLE_DRIVE_CMAKE_OFF= -DENABLE_GOOGLE_DRIVE=OFF @@ -188,7 +188,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audi PULSEAUDIO_CMAKE_ON= -DENABLE_LIBPULSE=ON PULSEAUDIO_CMAKE_OFF= -DENABLE_LIBPULSE=OFF -SKYDRIVE_BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash +SKYDRIVE_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash SKYDRIVE_CMAKE_ON= -DENABLE_SKYDRIVE=ON SKYDRIVE_CMAKE_OFF= -DENABLE_SKYDRIVE=OFF Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Fri Sep 30 09:40:28 2016 (r422975) +++ head/audio/tomahawk/Makefile Fri Sep 30 09:46:16 2016 (r422976) @@ -11,7 +11,7 @@ COMMENT= Multi-source, social, and smart LICENSE= GPLv3 -BUILD_DEPENDS= google-sparsehash>=2.0.2:devel/google-sparsehash \ +BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash \ websocketpp>=0.4.0:devel/websocketpp RUN_DEPENDS= phonon-vlc>=0.6.1:multimedia/phonon-vlc LIB_DEPENDS= libattica.so:x11-toolkits/attica \ Modified: head/textproc/randlm/Makefile ============================================================================== --- head/textproc/randlm/Makefile Fri Sep 30 09:40:28 2016 (r422975) +++ head/textproc/randlm/Makefile Fri Sep 30 09:46:16 2016 (r422976) @@ -12,9 +12,9 @@ COMMENT= A toolkit for building randomiz BROKEN_powerpc64= Does not build -BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/google-sparsehash +BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash LIB_DEPENDS= libboost_thread.so:devel/boost-libs -RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/google-sparsehash +RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash GNU_CONFIGURE= yes USE_PERL5= run