Date: Mon, 13 Oct 2014 17:02:47 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370793 - head/devel/gearmand Message-ID: <201410131702.s9DH2l9b051810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131702.s9DH2l9b051810>