Date: Sun, 3 Aug 2014 16:57:23 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363923 - head/net/scribe Message-ID: <53de69f3.5b97.5547c559@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Aug 3 16:57:22 2014 New Revision: 363923 URL: http://svnweb.freebsd.org/changeset/ports/363923 QAT: https://qat.redports.org/buildarchive/r363923/ Log: - distfile was re-rolled, no changes against the old distfile - fix ${WRKSRC} - add LICENSE - bump PORTREVISION - adjust MASTER_SITE, WWW Upstream Note: Archived Repo ============= This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests. If you wish to continue to develop this code yourself, we recommend you fork it. PR: 191732 Submitted by: gaod@hychen.org Modified: head/net/scribe/Makefile head/net/scribe/distinfo head/net/scribe/pkg-descr Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Sun Aug 3 16:19:17 2014 (r363922) +++ head/net/scribe/Makefile Sun Aug 3 16:57:22 2014 (r363923) @@ -3,14 +3,16 @@ PORTNAME= scribe DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/ +MASTER_SITES= https://github.com/facebookarchive/scribe/tarball/${GITVERSION}/ DISTNAME= facebook-scribe-${GITVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Aggregating log data streamed in real time +LICENSE= APACHE20 + BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 \ thrift:${PORTSDIR}/devel/thrift LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ @@ -21,7 +23,7 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTS ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift GITVERSION= 7359a09 -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/facebookarchive-${PORTNAME}-${GITVERSION} ACLOCAL_ARGS= -I ./aclocal AUTOMAKE_ARGS= -a @@ -41,8 +43,8 @@ post-build: post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift - cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} + (cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> Modified: head/net/scribe/distinfo ============================================================================== --- head/net/scribe/distinfo Sun Aug 3 16:19:17 2014 (r363922) +++ head/net/scribe/distinfo Sun Aug 3 16:57:22 2014 (r363923) @@ -1,2 +1,2 @@ -SHA256 (facebook-scribe-7359a09.tar.gz) = c40168c9a77f0d95242a1142f050d6d84a5a202ce2883e0dbb93af8a7a3a9204 -SIZE (facebook-scribe-7359a09.tar.gz) = 97261 +SHA256 (facebook-scribe-7359a09.tar.gz) = 388a42077cac71bfd272c114365aa3397074b3a58b78d53d060ce78a0762ae3d +SIZE (facebook-scribe-7359a09.tar.gz) = 97250 Modified: head/net/scribe/pkg-descr ============================================================================== --- head/net/scribe/pkg-descr Sun Aug 3 16:19:17 2014 (r363922) +++ head/net/scribe/pkg-descr Sun Aug 3 16:57:22 2014 (r363923) @@ -1,6 +1,10 @@ -Scribe is a server for aggregating log data streamed in real time -from a large number of servers. It is designed to be scalable, -extensible without client-side modification, and robust to failure of -the network or any specific machine. +Scribe is a server for aggregating log data streamed in real time from a large +number of servers. It is designed to be scalable, extensible without +client-side modification, and robust to failure of the network or any specific +machine. -WWW: http://github.com/facebook/scribe +This is an archived project and is no longer supported or updated by Facebook. +Please do not file issues or pull-requests. If you wish to continue to develop +this code yourself, we recommend you fork it. + +WWW: https://github.com/facebookarchive/scribe/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de69f3.5b97.5547c559>