svn commit: r370793 - head/devel/gearmand

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 13 17:02:48 UTC 2014


Author: bdrewery
Date: Mon Oct 13 17:02:47 2014
New Revision: 370793
URL: https://svnweb.freebsd.org/changeset/ports/370793
QAT: https://qat.redports.org/buildarchive/r370793/

Log:
  - Fix dependency on boost. It should be a LIB_DEPENDS.
  
  PR:		191440
  Submitted by:	matt at conundrum.com (based on)

Modified:
  head/devel/gearmand/Makefile

Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile	Mon Oct 13 17:01:27 2014	(r370792)
+++ head/devel/gearmand/Makefile	Mon Oct 13 17:02:47 2014	(r370793)
@@ -3,16 +3,16 @@
 
 PORTNAME=	gearmand
 PORTVERSION=	1.0.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/
 
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	Gearman C Server and Library
 
-BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx
-LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2 \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx
+LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
+		libevent.so:${PORTSDIR}/devel/libevent2 \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 CONFLICTS=	p5-Gearman-Server-1.* gearmand-1.1.*


More information about the svn-ports-head mailing list