Bug 181609 - [PATCH] net/scribe: Update to 2.2.2013.04.15
Summary: [PATCH] net/scribe: Update to 2.2.2013.04.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 11:20 UTC by gslin
Modified: 2014-02-20 21:00 UTC (History)
1 user (show)

See Also:


Attachments
scribe-2.2.2013.04.15.patch (2.50 KB, patch)
2013-08-28 11:20 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-08-28 11:20:00 UTC
* 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 11:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 11:20:12 UTC
Maintainer of net/scribe,

Please note that PR ports/181609 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181609

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 11:20:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:13:32 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-20 20:55:53 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Antoine Brodin freebsd_committer freebsd_triage 2014-02-20 20:56:10 UTC
State Changed
From-To: feedback->closed

Patch committed, thanks!