svn commit: r442173 - in head/net/scribe: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 31 13:10:35 UTC 2017


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


More information about the svn-ports-all mailing list