From owner-svn-ports-all@freebsd.org Wed May 31 13:10:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08C06B79BE6; Wed, 31 May 2017 13:10:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9D9D784C7; Wed, 31 May 2017 13:10:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VDAX11034564; Wed, 31 May 2017 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAXEE034560; Wed, 31 May 2017 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAXEE034560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 31 May 2017 13:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442173 - in head/net/scribe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:35 -0000 Author: sunpoet Date: Wed May 31 13:10:33 2017 New Revision: 442173 URL: https://svnweb.freebsd.org/changeset/ports/442173 Log: Pet portlint - Move BROKEN_powerpc64 downward - Regenerate patch files with makepatch: - Update WWW Modified: head/net/scribe/Makefile head/net/scribe/files/patch-if__bucketupdater.thrift head/net/scribe/files/patch-src__Makefile.am head/net/scribe/pkg-descr Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/Makefile Wed May 31 13:10:33 2017 (r442173) @@ -11,8 +11,6 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ @@ -21,6 +19,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Thrift>0:devel/p5-Thrift \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift + +BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= facebookarchive Modified: head/net/scribe/files/patch-if__bucketupdater.thrift ============================================================================== --- head/net/scribe/files/patch-if__bucketupdater.thrift Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/files/patch-if__bucketupdater.thrift Wed May 31 13:10:33 2017 (r442173) @@ -1,5 +1,5 @@ ---- ./if/bucketupdater.thrift.orig 2011-06-27 09:59:22.000000000 +0400 -+++ ./if/bucketupdater.thrift 2011-10-19 18:33:32.000000000 +0400 +--- if/bucketupdater.thrift.orig 2013-04-16 02:56:56 UTC ++++ if/bucketupdater.thrift @@ -19,6 +19,7 @@ namespace cpp scribe.thrift Modified: head/net/scribe/files/patch-src__Makefile.am ============================================================================== --- head/net/scribe/files/patch-src__Makefile.am Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/files/patch-src__Makefile.am Wed May 31 13:10:33 2017 (r442173) @@ -1,6 +1,6 @@ ---- ./src/Makefile.am.orig 2011-06-27 09:59:22.000000000 +0400 -+++ ./src/Makefile.am 2011-10-19 18:00:32.000000000 +0400 -@@ -34,7 +34,7 @@ +--- src/Makefile.am.orig 2013-04-16 02:56:56 UTC ++++ src/Makefile.am +@@ -34,7 +34,7 @@ all: # THRIFT = $(thrift_home)/bin/thrift THRIFT_INCLUDES = -I $(fb303_home)/share/ Modified: head/net/scribe/pkg-descr ============================================================================== --- head/net/scribe/pkg-descr Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/pkg-descr Wed May 31 13:10:33 2017 (r442173) @@ -7,4 +7,4 @@ This is an archived project and is no longer supported 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/ +WWW: https://github.com/facebookarchive/scribe