From gaod@cse.tw  Mon Dec  2 10:01:05 2013
Return-Path: <gaod@cse.tw>
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 80DB1912
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Dec 2013 10:01:05 +0000 (UTC)
Received: from cse.tw (cse.tw [140.138.145.234])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CE95148D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Dec 2013 10:01:05 +0000 (UTC)
Received: from cse.tw (localhost [127.0.0.1])
	by cse.tw (Postfix) with ESMTP id 66923187B419;
	Mon,  2 Dec 2013 18:01:00 +0800 (CST)
Received: (from gaod@localhost)
	by cse.tw (8.14.5/8.14.5/Submit) id rB2A10eJ032321;
	Mon, 2 Dec 2013 18:01:00 +0800 (CST)
	(envelope-from gaod)
Message-Id: <201312021001.rB2A10eJ032321@cse.tw>
Date: Mon, 2 Dec 2013 18:01:00 +0800 (CST)
From: Hung-Yi Chen <gaod@hychen.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jnlin@csie.nctu.edu.tw
Subject: [PATCH] net/scribe: Fix applying patch failed
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jnlin@csie.nctu.edu.tw

>Number:         184429
>Category:       ports
>Synopsis:       [PATCH] net/scribe: Fix applying patch failed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 02 10:10:00 UTC 2013
>Closed-Date:    Mon Dec 09 19:53:45 UTC 2013
>Last-Modified:  Mon Dec  9 20:00:00 UTC 2013
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013
>Description:
- Fix applying patch failed

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.2012.01.07_5.patch begins here ---
diff -ruN /usr/ports/net/scribe/Makefile ./Makefile
--- /usr/ports/net/scribe/Makefile	2013-11-09 23:28:21.000000000 +0800
+++ ./Makefile	2013-12-02 17:56:32.234118178 +0800
@@ -1,9 +1,9 @@
 # Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-# $FreeBSD: net/scribe/Makefile 333302 2013-11-09 15:28:21Z wg $
+# $FreeBSD: head/net/scribe/Makefile 333302 2013-11-09 15:28:21Z wg $
 
 PORTNAME=	scribe
 DISTVERSION=	2.2.2012.01.07
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/facebook/scribe/tarball/${GITVERSION}/
 DISTNAME=	facebook-scribe-${GITVERSION}
diff -ruN /usr/ports/net/scribe/files/patch-configure.ac ./files/patch-configure.ac
--- /usr/ports/net/scribe/files/patch-configure.ac	2013-11-03 06:37:52.000000000 +0800
+++ ./files/patch-configure.ac	1970-01-01 08:00:00.000000000 +0800
@@ -1,10 +0,0 @@
---- configure.ac.orig   2013-10-03 17:44:40.410915000 +0800
-+++ configure.ac        2013-10-03 17:44:49.128744000 +0800
-@@ -10,7 +10,6 @@
- AC_PREREQ(2.52)
- AC_INIT([scribe], [1.5.0])
- AC_CONFIG_MACRO_DIR([aclocal])
--AM_INIT_AUTOMAKE([foreign -Wall])
- # To install locally
- FB_INITIALIZE([localinstall])
- AC_PREFIX_DEFAULT([/usr/local])
diff -ruN /usr/ports/net/scribe/files/scribe.in ./files/scribe.in
--- scribe-2.2.2012.01.07_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 2 10:10:09 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184429 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 2 10:10:11 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184429 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jnlin@csie.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184429: [PATCH] net/scribe: Fix applying patch failed
Date: Mon, 2 Dec 2013 10:10:10 UT

 Maintainer of net/scribe,
 
 Please note that PR ports/184429 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/184429
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/184429: [PATCH] net/scribe: Fix applying patch failed
Date: Thu, 5 Dec 2013 14:04:16 +0800

 Hi,
 
 Please commit it, thanks!
 
 On Mon, Dec 2, 2013 at 6:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of net/scribe,
 >
 > Please note that PR ports/184429 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/184429
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Dec 9 19:53:41 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184429 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184429: commit references a PR
Date: Mon,  9 Dec 2013 19:53:27 +0000 (UTC)

 Author: sunpoet
 Date: Mon Dec  9 19:53:20 2013
 New Revision: 336027
 URL: http://svnweb.freebsd.org/changeset/ports/336027
 
 Log:
   - Remove patch file
   
   PR:		ports/184429
   Submitted by:	Hung-Yi Chen <gaod@hychen.org>
   Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
 
 Deleted:
   head/net/scribe/files/patch-configure.ac
 _______________________________________________
 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"
 
>Unformatted:
