From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 28 10:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id BBF02FAE for ; Wed, 28 Aug 2013 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB7E2B23 for ; Wed, 28 Aug 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SAK0AS067955 for ; Wed, 28 Aug 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7SAK0BS067954; Wed, 28 Aug 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 28 Aug 2013 10:20:00 GMT Resent-Message-Id: <201308281020.r7SAK0BS067954@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DF59DCE for ; Wed, 28 Aug 2013 10:11:38 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (112-121-80-241.mwsrv.com [112.121.80.241]) by mx1.freebsd.org (Postfix) with ESMTP id 0B68A2AE2 for ; Wed, 28 Aug 2013 10:11:37 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id B5CEF7E848; Wed, 28 Aug 2013 18:05:50 +0800 (CST) Message-Id: <20130828100550.B5CEF7E848@colo-p.gslin.org> Date: Wed, 28 Aug 2013 18:05:50 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181609: [PATCH] net/scribe: Update to 2.2.2013.04.15 Cc: gslin@gslin.org, jnlin@csie.nctu.edu.tw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 10:20:01 -0000 >Number: 181609 >Category: ports >Synopsis: [PATCH] net/scribe: Update to 2.2.2013.04.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 28 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: * Update to 2.2.2013.04.15. Port maintainer (jnlin@csie.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- scribe-2.2.2013.04.15.patch begins here --- diff -ruN /usr/ports/net/scribe/Makefile ./Makefile --- /usr/ports/net/scribe/Makefile 2013-01-31 22:01:30.000000000 +0800 +++ ./Makefile 2013-08-28 17:49:05.000000000 +0800 @@ -2,8 +2,7 @@ # $FreeBSD: ports/net/scribe/Makefile,v 1.15 2013/01/31 14:01:30 svnexp Exp $ PORTNAME= scribe -DISTVERSION= 2.2.2012.01.07 -PORTREVISION= 2 +DISTVERSION= 2.2.2013.04.15 CATEGORIES= net MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/ DISTNAME= facebook-scribe-${GITVERSION} @@ -19,7 +18,7 @@ p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \ ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift -GITVERSION= 63e4824 +GITVERSION= 7359a09 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${DISTNAME} @@ -35,6 +34,9 @@ USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} +post-patch: + ${REINPLACE_CMD} -e 's/^AM_INIT_AUTOMAKE/#/' ${WRKSRC}/configure.ac + post-build: ${LOCALBASE}/bin/thrift -o ${WRKSRC} -I ${LOCALBASE}/share --gen "perl" ${WRKSRC}/if/scribe.thrift diff -ruN /usr/ports/net/scribe/distinfo ./distinfo --- /usr/ports/net/scribe/distinfo 2012-02-06 00:15:40.000000000 +0800 +++ ./distinfo 2013-08-28 17:47:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (facebook-scribe-63e4824.tar.gz) = e4fd56649e35b8ff508d8f915cd29bd15b888c301043a7d930acf83b9ee5aa2f -SIZE (facebook-scribe-63e4824.tar.gz) = 97107 +SHA256 (facebook-scribe-7359a09.tar.gz) = c40168c9a77f0d95242a1142f050d6d84a5a202ce2883e0dbb93af8a7a3a9204 +SIZE (facebook-scribe-7359a09.tar.gz) = 97261 diff -ruN /usr/ports/net/scribe/files/patch-src-file.cpp ./files/patch-src-file.cpp --- /usr/ports/net/scribe/files/patch-src-file.cpp 2012-08-05 14:02:30.000000000 +0800 +++ ./files/patch-src-file.cpp 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- src/file.cpp.orig 2012-06-28 12:42:20.000000000 +0800 -+++ src/file.cpp 2012-06-28 12:42:30.000000000 +0800 -@@ -245,7 +245,7 @@ - boost::filesystem::directory_iterator dir_iter(path), end_iter; - - for ( ; dir_iter != end_iter; ++dir_iter) { -- _return.push_back(dir_iter->filename()); -+ _return.push_back(dir_iter->path().filename().string()); - } - } - } catch (const std::exception& e) { diff -ruN /usr/ports/net/scribe/pkg-descr ./pkg-descr --- /usr/ports/net/scribe/pkg-descr 2010-08-03 04:55:31.000000000 +0800 +++ ./pkg-descr 2013-08-28 18:02:10.000000000 +0800 @@ -3,4 +3,4 @@ extensible without client-side modification, and robust to failure of the network or any specific machine. -WWW: http://github.com/facebook/scribe +WWW: http://github.com/facebook/scribe --- scribe-2.2.2013.04.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: