Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 11:14:37 +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: r433395 - in head: audio/rhythmbox databases/galera databases/leofs devel devel/check devel/libcheck devel/libr3 dns/getdns games/freedink-engine korean/libhangul mail/libmapi multimedi...
Message-ID:  <201702051114.v15BEbeu031879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  5 11:14:37 2017
New Revision: 433395
URL: https://svnweb.freebsd.org/changeset/ports/433395

Log:
  Move devel/libcheck to devel/check
  
  - Bump PORTREVISION for dependent ports

Added:
  head/devel/check/
     - copied from r433394, head/devel/libcheck/
Deleted:
  head/devel/libcheck/
Modified:
  head/audio/rhythmbox/Makefile
  head/databases/galera/Makefile
  head/databases/leofs/Makefile
  head/devel/Makefile
  head/devel/check/Makefile
  head/devel/libr3/Makefile
  head/dns/getdns/Makefile
  head/games/freedink-engine/Makefile
  head/korean/libhangul/Makefile
  head/mail/libmapi/Makefile
  head/multimedia/gstreamer/Makefile
  head/multimedia/gstreamer1/Makefile
  head/net-im/tox/Makefile
  head/net-mgmt/riemann-c-client/Makefile
  head/net/axa/Makefile
  head/security/clamav/Makefile
  head/security/openvpn-auth-ldap/Makefile
  head/textproc/scew/Makefile
  head/www/libhpack/Makefile
  head/www/libjwt/Makefile
  head/x11/libxcb/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/audio/rhythmbox/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rhythmbox
 PORTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linu
 LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5 \
 		libtotem-plparser.so:multimedia/totem-pl-parser \
 		libdbus-glib-1.so:devel/dbus-glib \
-		libcheck.so:devel/libcheck \
+		libcheck.so:devel/check \
 		libpeas-1.0.so:devel/libpeas \
 		libjson-glib-1.0.so:devel/json-glib \
 		libsoup-gnome-2.4.so:devel/libsoup-gnome \

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/databases/galera/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -13,7 +13,7 @@ COMMENT=	Synchronous multi-master replic
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	checkmk:devel/libcheck \
+BUILD_DEPENDS=	checkmk:devel/check \
 		doxygen:devel/doxygen \
 		${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:textproc/py-cloud_sptheme
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/databases/leofs/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -13,7 +13,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/erlang18/bin/erlc:lang/erlang-runtime18 \
 		${LOCALBASE}/bin/cmake:devel/cmake \
-		${LOCALBASE}/lib/libcheck.a:devel/libcheck
+		${LOCALBASE}/lib/libcheck.a:devel/check
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	leo-project

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/devel/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -250,6 +250,7 @@
     SUBDIR += cgit
     SUBDIR += cgprof
     SUBDIR += charva
+    SUBDIR += check
     SUBDIR += checkbashisms
     SUBDIR += checkheaders
     SUBDIR += cheritrace-devel
@@ -1227,7 +1228,6 @@
     SUBDIR += libccid
     SUBDIR += libcfg
     SUBDIR += libcfu
-    SUBDIR += libcheck
     SUBDIR += libchipcard
     SUBDIR += libcidr
     SUBDIR += libcii

Modified: head/devel/check/Makefile
==============================================================================
--- head/devel/libcheck/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/devel/check/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -1,11 +1,10 @@
 # Created by: mikeh@FreeBSD.org
 # $FreeBSD$
 
-PORTNAME=	libcheck
+PORTNAME=	check
 PORTVERSION=	0.10.0
 CATEGORIES=	devel
 MASTER_SITES=	SF/check/check/${PORTVERSION}
-DISTNAME=	check-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Unit test framework for C

Modified: head/devel/libr3/Makefile
==============================================================================
--- head/devel/libr3/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/devel/libr3/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libr3
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	gasol.wu@gmail.com
@@ -11,7 +11,7 @@ COMMENT=	URL router library with high pe
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	libcheck.so:devel/libcheck \
+LIB_DEPENDS=	libcheck.so:devel/check \
 		libgvc.so:graphics/graphviz \
 		libpcre.so:devel/pcre
 

Modified: head/dns/getdns/Makefile
==============================================================================
--- head/dns/getdns/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/dns/getdns/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	getdns
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://getdnsapi.net/dist/ \
 		https://mirrors.rit.edu/zi/ \
@@ -47,7 +47,7 @@ LIBUV_CONFIGURE_WITH=	libuv
 LIBEVENT_LIB_DEPENDS=	libevent.so:devel/libevent2
 LIBEVENT_CONFIGURE_WITH=libevent
 DIAGS_VARS=		PLIST_FILES+=bin/${PORTNAME}_query
-DIAGS_LIB_DEPENDS=	libcheck.so:devel/libcheck
+DIAGS_LIB_DEPENDS=	libcheck.so:devel/check
 
 do-build-DIAGS-on:
 	(cd ${WRKSRC}/src/test && ${MAKE})

Modified: head/games/freedink-engine/Makefile
==============================================================================
--- head/games/freedink-engine/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/games/freedink-engine/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freedink
 PORTVERSION=	108.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	-engine
@@ -12,7 +12,7 @@ MAINTAINER=	shurd@FreeBSD.org
 COMMENT=	Dink Smallwood RPG and RPG Construction Set
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-		libcheck.so:devel/libcheck
+		libcheck.so:devel/check
 
 USES=		gettext gmake pkgconfig
 USE_SDL=	sdl gfx ttf image mixer

Modified: head/korean/libhangul/Makefile
==============================================================================
--- head/korean/libhangul/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/korean/libhangul/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -12,7 +12,7 @@ COMMENT=	Library for Hangul processing
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-TEST_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/check.pc:devel/libcheck
+TEST_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check
 
 GH_ACCOUNT=	choehwanjin
 GH_TAGNAME=	9fe2d4e

Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/mail/libmapi/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libmapi
 PORTVERSION=	2.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	https://github.com/openchange/openchange/archive/
 DISTNAME=	openchange-${PORTVERSION}-${CODENAME}
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${SAMBA_DEP} \
 LIB_DEPENDS=	libical.so:devel/libical \
 		libnanomsg.so:net/nanomsg \
 		libmemcached.so:databases/libmemcached \
-		libcheck.so:devel/libcheck \
+		libcheck.so:devel/check \
 		libtdb.so:databases/tdb \
 		libtevent.so:devel/tevent \
 		libtalloc.so:devel/talloc

Modified: head/multimedia/gstreamer/Makefile
==============================================================================
--- head/multimedia/gstreamer/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/multimedia/gstreamer/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gstreamer
 PORTVERSION=	0.10.36
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/
 
@@ -36,7 +36,7 @@ OPTIONS_DEFINE=	LIBCHECK NLS
 OPTIONS_SUB=	yes
 LIBCHECK_DESC=	Unit tests support
 
-LIBCHECK_LIB_DEPENDS=	libcheck.so:devel/libcheck
+LIBCHECK_LIB_DEPENDS=	libcheck.so:devel/check
 LIBCHECK_CONFIGURE_OFF=	--disable-check
 
 NLS_USES=	gettext

Modified: head/multimedia/gstreamer1/Makefile
==============================================================================
--- head/multimedia/gstreamer1/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/multimedia/gstreamer1/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gstreamer
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/
 PKGNAMESUFFIX=	1
@@ -35,7 +36,7 @@ OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	LIBCHECK
 LIBCHECK_DESC=	Unit tests support
 LIBCHECK_CONFIGURE_ENABLE=	check
-LIBCHECK_LIB_DEPENDS=	libcheck.so:devel/libcheck
+LIBCHECK_LIB_DEPENDS=	libcheck.so:devel/check
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/net-im/tox/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -11,7 +11,7 @@ COMMENT=	ProjectTox-Core library, a dece
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	checkmk:devel/libcheck
+BUILD_DEPENDS=	checkmk:devel/check
 LIB_DEPENDS=	libvpx.so:multimedia/libvpx		\
 		libsndfile.so:audio/libsndfile		\
 		libsodium.so:security/libsodium		\

Modified: head/net-mgmt/riemann-c-client/Makefile
==============================================================================
--- head/net-mgmt/riemann-c-client/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/net-mgmt/riemann-c-client/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -11,7 +11,7 @@ COMMENT=	C library and command-line tool
 
 LICENSE=	LGPL3+
 
-BUILD_DEPENDS=	libcheck>0:devel/libcheck
+BUILD_DEPENDS=	check>0:devel/check
 LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c \
 		libgnutls.so:security/gnutls \
 		libjson-c.so:devel/json-c

Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/net/axa/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -2,6 +2,7 @@
 
 PORTNAME=	axa
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	net dns
 MASTER_SITES=	FARSIGHT/${PORTNAME} LOCAL/truckman/farsight
 
@@ -15,7 +16,7 @@ LICENSE_FILE_PD=	${WRKSRC}/license_pd
 
 BUILD_DEPENDS=	bash:shells/bash \
 		sie-nmsg>0:net/sie-nmsg
-LIB_DEPENDS=	libcheck.so:devel/libcheck \
+LIB_DEPENDS=	libcheck.so:devel/check \
 		libprotobuf-c.so:devel/protobuf-c \
 		libnmsg.so:net/nmsg \
 		libwdns.so:dns/wdns \

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/security/clamav/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -44,7 +44,7 @@ MILTER_CONFIGURE_ENABLE=milter
 TESTS_CONFIGURE_ENABLE=	check
 JSON_CONFIGURE_WITH=	libjson
 PCRE_CONFIGURE_WITH=	pcre
-TESTS_BUILD_DEPENDS=	${LOCALBASE}/include/check.h:devel/libcheck
+TESTS_BUILD_DEPENDS=	${LOCALBASE}/include/check.h:devel/check
 ICONV_CONFIGURE_ON=	--with-iconv
 ICONV_CONFIGURE_OFF=	--without-iconv
 ICONV_USES=		iconv

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/security/openvpn-auth-ldap/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -16,7 +16,7 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	re2c:devel/re2c \
 		${NONEXISTENT}:security/openvpn:extract \
-		libcheck>=0:devel/libcheck
+		check>=0:devel/check
 
 USES=		objc tar:xz
 

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/textproc/scew/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scew
 PORTVERSION=	1.1.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SAVANNAH/${PORTNAME}/
 
@@ -32,7 +32,7 @@ post-install:
 .endfor
 
 .ifdef MAINTAINER_MODE
-LIB_DEPENDS+=	libcheck.so:devel/libcheck
+LIB_DEPENDS+=	libcheck.so:devel/check
 regression-test: build
 	${MAKE_CMD} -C ${WRKSRC}/tests check
 .endif

Modified: head/www/libhpack/Makefile
==============================================================================
--- head/www/libhpack/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/www/libhpack/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libhpack
 PORTVERSION=	0.0.20140710
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://raw.github.com/http2/http2-spec/master/:ec_xml
 DISTFILES=	draft-ietf-httpbis-header-compression.xml:ec_xml
@@ -14,7 +15,7 @@ COMMENT=	Implementation of HPACK (Header
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libcheck.so:devel/libcheck
+LIB_DEPENDS=	libcheck.so:devel/check
 
 CMAKE_ARGS=	-DBUILD_DOCS=OFF \
 		-DBUILD_TESTS=OFF \

Modified: head/www/libjwt/Makefile
==============================================================================
--- head/www/libjwt/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/www/libjwt/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libjwt
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -12,7 +13,7 @@ COMMENT=	JSON Web Token implementation i
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-LIB_DEPENDS=	libcheck.so:devel/libcheck \
+LIB_DEPENDS=	libcheck.so:devel/check \
 		libjansson.so:devel/jansson
 
 USE_GITHUB=	yes

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Sun Feb  5 10:42:31 2017	(r433394)
+++ head/x11/libxcb/Makefile	Sun Feb  5 11:14:37 2017	(r433395)
@@ -12,7 +12,7 @@ COMMENT=	The X protocol C-language Bindi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libcheck.a:devel/libcheck \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libcheck.a:devel/check \
 		xcb-proto>=1.9:x11/xcb-proto \
 		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs



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