Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 09:46:16 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
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
Message-ID:  <201609300946.u8U9kGsR075416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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