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

Antoine Brodin antoine at FreeBSD.org
Thu Feb 20 20:55:46 UTC 2014


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


More information about the svn-ports-all mailing list