From lichray@gmail.com  Fri May  6 17:42:12 2011
Return-Path: <lichray@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 90751106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 May 2011 17:42:12 +0000 (UTC)
	(envelope-from lichray@gmail.com)
Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 213F08FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 May 2011 17:42:11 +0000 (UTC)
Received: by iwn33 with SMTP id 33so3998413iwn.13
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 06 May 2011 10:42:11 -0700 (PDT)
Received: by 10.42.161.129 with SMTP id t1mr3078390icx.123.1304703730623;
        Fri, 06 May 2011 10:42:10 -0700 (PDT)
Received: from compaq.yuetime (c-98-228-191-105.hsd1.il.comcast.net [98.228.191.105])
        by mx.google.com with ESMTPS id 14sm1419605ibc.25.2011.05.06.10.42.07
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 06 May 2011 10:42:09 -0700 (PDT)
Received: by compaq.yuetime (sSMTP sendmail emulation); Fri, 06 May 2011 12:42:06 -0500
Message-Id: <4dc432f1.ce00e70a.1770.63e7@mx.google.com>
Date: Fri, 06 May 2011 12:42:06 -0500
From: Zhihao Yuan <lichray@gmail.com>
Reply-To: Zhihao Yuan <lichray@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/serf: updates to 0.7.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         156849
>Category:       ports
>Synopsis:       www/serf: updates to 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 06 17:50:03 UTC 2011
>Closed-Date:    Sat May 14 17:24:57 UTC 2011
>Last-Modified:  Sat May 14 17:30:07 UTC 2011
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64


	
>Description:
	
	The old version in ports tree is 0.3.1, which is far behind the latest version.

	I have tested the new version. The ports depend on it, for example, subversion, needs to bump version.
>How-To-Repeat:
	
>Fix:

	

--- serf-0.7.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/serf.orig/Makefile /usr/ports/www/serf/Makefile
--- /usr/ports/www/serf.orig/Makefile	2010-05-17 23:07:54.000000000 -0500
+++ /usr/ports/www/serf/Makefile	2011-05-06 05:22:28.241951886 -0500
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	serf
-PORTVERSION=	0.3.1
-PORTREVISION=	2
+PORTVERSION=	0.7.2
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL}
diff -ruN --exclude=CVS /usr/ports/www/serf.orig/distinfo /usr/ports/www/serf/distinfo
--- /usr/ports/www/serf.orig/distinfo	2011-03-19 07:36:48.000000000 -0500
+++ /usr/ports/www/serf/distinfo	2011-05-06 05:22:48.775844743 -0500
@@ -1,2 +1,2 @@
-SHA256 (serf-0.3.1.tar.bz2) = 8bcdb09952152376e6c2ada9e8b4b6cdf300e099711e1224a4f501bac22fb72a
-SIZE (serf-0.3.1.tar.bz2) = 142578
+SHA256 (serf-0.7.2.tar.bz2) = 929cb8cfc27f3ebcdc71525781bc6ff6514399a717e0532b03b653a90683fc2f
+SIZE (serf-0.7.2.tar.bz2) = 161904
diff -ruN --exclude=CVS /usr/ports/www/serf.orig/pkg-plist /usr/ports/www/serf/pkg-plist
--- /usr/ports/www/serf.orig/pkg-plist	2008-05-28 16:59:02.000000000 -0500
+++ /usr/ports/www/serf/pkg-plist	2011-05-06 05:31:19.644386157 -0500
@@ -1,7 +1,7 @@
 include/serf-0/serf.h
 include/serf-0/serf_bucket_types.h
 include/serf-0/serf_bucket_util.h
-include/serf-0/serf_declare.h
+include/serf-0/serf_private.h
 lib/libserf-0.so.0
 lib/libserf-0.so
 lib/libserf-0.la
--- serf-0.7.2.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 6 17:50:15 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156849 
Responsible-Changed-From-To: apache->ohauer 
Responsible-Changed-By: ohauer 
Responsible-Changed-When: Sat May 14 15:30:33 UTC 2011 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156849 
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Sat May 14 17:24:38 UTC 2011 
State-Changed-Why:  
Committed, 
Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156849: commit references a PR
Date: Sat, 14 May 2011 17:24:23 +0000 (UTC)

 ohauer      2011-05-14 17:24:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/serf             Makefile distinfo pkg-descr pkg-plist 
   Log:
   - update to version 0.7.2
   - additional bump subversion PORTREVISION
   
   Changes: http://code.google.com/p/serf/source/browse/trunk/CHANGES
   
   Serf 0.7.2 [2011-03-12, branch 0.7.x r1451]
     Actually disable Nagle when creating a connection (r1441).
     Return error when app asks for HTTPS over proxy connection (r1433).
   
   Serf 0.7.1 [2011-01-25, branch 0.7.x r1431]
     Fix memory leak when using SSL (r1408, r1416).
     Fix build for blank apr-util directory (r1421).
   
   Serf 0.7.0 [2010-08-25, r1407]
     Fix double free abort when destroying request buckets.
     Fix test server in unit test framework to avoid random test failures.
     Allow older Serf programs which don't use the new authn framework to still
       handle authn without forcing them to switch to the new framework. (r1401)
     Remove the SERF_DECLARE macros, preferring a .DEF file for Windows
     Barrier buckets now pass read_iovec to their wrapped bucket.
     Fix HTTP header parsing to allow for empty header values.
   
   Serf 0.6.1 [2010-05-14, r1370]
     Generally: this release fixes problems with the 0.4.0 packaging.
     Small compilation fix in outgoing.c for Windows builds.
   
   Serf 0.6.0 [2010-05-14, r1363]
     Not released.
   
   Serf 0.5.0
     Not released.
   
   Serf 0.4.0 [2010-05-13, r1353]
     [NOTE: this release misstated itself as 0.5.0; use a later release instead]
   
     Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS),
       along with proxy authn using Basic or Digest
     Added experimental listener framework, along with test_server.c
     Improvements and fixes to SSL support, including connection setup changes
     Experimental support for unrequested, arriving ("async") responses
     Experimental BWTP support using the async arrival feature
     Headers are combined on read (not write), to ease certian classes of parsing
     Experimental feature on aggregate buckets for a callback-on-empty
     Fix the bucket allocator for when APR is using its pool debugging features
     Proxy support in the serf_get testing utility
     Fix to include the port number in the Host header
     serf_get propagates errors from the response, instead of aborting (Issue 52)
     Added serf_lib_version() for runtime version tests
   
   PR:             ports/156849
   Submitted by:   Zhihao Yuan <lichray _at_ gmail.com>
   
   Revision  Changes    Path
   1.11      +1 -2      ports/www/serf/Makefile
   1.6       +2 -2      ports/www/serf/distinfo
   1.2       +1 -1      ports/www/serf/pkg-descr
   1.3       +4 -4      ports/www/serf/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
