svn commit: r343798 - head/devel/zookeeper

Steven Kreuzer skreuzer at FreeBSD.org
Tue Feb 11 18:51:27 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	skreuzer at 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


More information about the svn-ports-all mailing list