From owner-svn-ports-head@FreeBSD.ORG Thu Feb 20 20:55:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 ESMTPS id 3517DA89; Thu, 20 Feb 2014 20:55:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 043371E40; Thu, 20 Feb 2014 20:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1KKtjqf049625; Thu, 20 Feb 2014 20:55:45 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1KKtjgK049621; Thu, 20 Feb 2014 20:55:45 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402202055.s1KKtjgK049621@svn.freebsd.org> From: Antoine Brodin Date: Thu, 20 Feb 2014 20:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345264 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 20 Feb 2014 20:55:46 -0000 Author: antoine Date: Thu Feb 20 20:55:45 2014 New Revision: 345264 URL: http://svnweb.freebsd.org/changeset/ports/345264 QAT: https://qat.redports.org/buildarchive/r345264/ Log: - Update to 2.2.2013.04.15 - Possibly unbreak PR: ports/181609 Submitted by: Gea-Suan Lin Approved by: maintainer timeout (6 months) Deleted: head/net/scribe/files/patch-src-file.cpp Modified: head/net/scribe/Makefile head/net/scribe/distinfo head/net/scribe/pkg-descr Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Thu Feb 20 20:29:12 2014 (r345263) +++ head/net/scribe/Makefile Thu Feb 20 20:55:45 2014 (r345264) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scribe -DISTVERSION= 2.2.2012.01.07 -PORTREVISION= 5 +DISTVERSION= 2.2.2013.04.15 CATEGORIES= net MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/ DISTNAME= facebook-scribe-${GITVERSION} @@ -20,7 +19,7 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTS p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \ ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift -GITVERSION= 63e4824 +GITVERSION= 7359a09 WRKSRC= ${WRKDIR}/${DISTNAME} ACLOCAL_ARGS= -I ./aclocal @@ -33,6 +32,9 @@ USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} USES= gmake perl5 +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 Modified: head/net/scribe/distinfo ============================================================================== --- head/net/scribe/distinfo Thu Feb 20 20:29:12 2014 (r345263) +++ head/net/scribe/distinfo Thu Feb 20 20:55:45 2014 (r345264) @@ -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 Modified: head/net/scribe/pkg-descr ============================================================================== --- head/net/scribe/pkg-descr Thu Feb 20 20:29:12 2014 (r345263) +++ head/net/scribe/pkg-descr Thu Feb 20 20:55:45 2014 (r345264) @@ -3,4 +3,4 @@ from a large number of servers. It is de 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