From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 16:57:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB5C8BE1 for ; Sun, 3 Aug 2014 16:57:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C899B2569 for ; Sun, 3 Aug 2014 16:57:23 +0000 (UTC) Received: from ohauer (uid 1234) (envelope-from ohauer@FreeBSD.org) id 5b97 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 16:57:23 +0000 From: Olli Hauer Date: Sun, 3 Aug 2014 16:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363923 - head/net/scribe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de69f3.5b97.5547c559@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 16:57:24 -0000 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 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/