Date: Sat, 9 Nov 2013 15:28:21 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333302 - head/net/scribe Message-ID: <201311091528.rA9FSL3s024065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Nov 9 15:28:21 2013 New Revision: 333302 URL: http://svnweb.freebsd.org/changeset/ports/333302 Log: net/scribe: catch up with thirft update PR: ports/183059 Submitted by: Valery Komarov <komarov valerka.net> Approved by: maintainer (timeout) Modified: head/net/scribe/Makefile Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Sat Nov 9 15:27:25 2013 (r333301) +++ head/net/scribe/Makefile Sat Nov 9 15:28:21 2013 (r333302) @@ -3,7 +3,7 @@ PORTNAME= scribe DISTVERSION= 2.2.2012.01.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/ DISTNAME= facebook-scribe-${GITVERSION} @@ -11,10 +11,11 @@ DISTNAME= facebook-scribe-${GITVERSION} MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= Aggregating log data streamed in real time -BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 +BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 \ + thrift:${PORTSDIR}/devel/thrift LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libevent.so:${PORTSDIR}/devel/libevent \ - libthrift.so:${PORTSDIR}/devel/thrift + libthrift.so:${PORTSDIR}/devel/thrift-cpp RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \ ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091528.rA9FSL3s024065>