Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 18:51:27 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343798 - head/devel/zookeeper
Message-ID:  <201402111851.s1BIpRlZ033399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue Feb 11 18:51:26 2014
New Revision: 343798
URL: http://svnweb.freebsd.org/changeset/ports/343798
QAT: https://qat.redports.org/buildarchive/r343798/

Log:
  Take over maintainership
  Convert LIB_DEPENDS to new format
  
  Approved by:	gnn (maintainer)

Modified:
  head/devel/zookeeper/Makefile

Modified: head/devel/zookeeper/Makefile
==============================================================================
--- head/devel/zookeeper/Makefile	Tue Feb 11 18:48:54 2014	(r343797)
+++ head/devel/zookeeper/Makefile	Tue Feb 11 18:51:26 2014	(r343798)
@@ -7,12 +7,12 @@ CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	zookeeper/zookeeper-${PORTVERSION}
 
-MAINTAINER=	gnn@FreeBSD.org
+MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	A Coordination Service for Distributed Applications
 
 LICENSE=	APACHE20
 
-LIB_DEPENDS=	cppunit:${PORTSDIR}/devel/cppunit
+LIB_DEPENDS=	libcppunit.so:${PORTSDIR}/devel/cppunit
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	C PYTHON



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