diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 1c38791bf00e..a57650502f86 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -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:${PORTSDIR}/devel/p5-Class-Accessor \ ${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 diff --git a/net/scribe/distinfo b/net/scribe/distinfo index 13224e39eb87..966e376aef51 100644 --- a/net/scribe/distinfo +++ b/net/scribe/distinfo @@ -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 diff --git a/net/scribe/pkg-descr b/net/scribe/pkg-descr index 2b80cc2387f6..2452218febaf 100644 --- a/net/scribe/pkg-descr +++ b/net/scribe/pkg-descr @@ -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/