ports/181609: [PATCH] net/scribe: Update to 2.2.2013.04.15

Gea-Suan Lin gslin at gslin.org
Wed Aug 28 10:20:01 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list