From lichray@gmail.com  Mon Aug  1 01:30:55 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 9A36B1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Aug 2011 01:30:55 +0000 (UTC)
	(envelope-from lichray@gmail.com)
Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 6408E8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Aug 2011 01:30:55 +0000 (UTC)
Received: by iyb11 with SMTP id 11so8366020iyb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 31 Jul 2011 18:30:54 -0700 (PDT)
Received: by 10.231.30.72 with SMTP id t8mr631353ibc.181.1312162254707;
        Sun, 31 Jul 2011 18:30:54 -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 fx7sm416677ibb.36.2011.07.31.18.30.52
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 31 Jul 2011 18:30:54 -0700 (PDT)
Received: by compaq.yuetime (sSMTP sendmail emulation); Sun, 31 Jul 2011 20:30:51 -0500
Message-Id: <4e3601ce.47cfe70a.63b2.09ce@mx.google.com>
Date: Sun, 31 Jul 2011 20:30:51 -0500
From: Zhihao Yuan <lichray@gmail.com>
Reply-To: Zhihao Yuan <lichray@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: UPDATE: www/httpsqs-1.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         159342
>Category:       ports
>Synopsis:       UPDATE: www/httpsqs-1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 01 01:40:07 UTC 2011
>Closed-Date:    Mon Aug 01 17:20:17 UTC 2011
>Last-Modified:  Mon Aug  1 17:30:12 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 #4 r224501: Fri Jul 29 22:28:38 CDT 2011 lichray@compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64


	
>Description:
	
	HTTPSQS is updated to 1.7. The only code change is a bugfix:
	https://code.google.com/p/httpsqs/source/detail?r=86
	Others are Makefile changes, while I already wrote a FreeBSD-specific one.
>How-To-Repeat:
	
>Fix:

	

--- httpsqs-1.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/httpsqs.orig/Makefile /usr/ports/www/httpsqs/Makefile
--- /usr/ports/www/httpsqs.orig/Makefile	2011-05-05 08:48:05.000000000 -0500
+++ /usr/ports/www/httpsqs/Makefile	2011-07-31 20:24:10.523279343 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	httpsqs
-PORTVERSION=	1.6
-PORTREVISION=	1
+PORTVERSION=	1.7
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -ruN --exclude=CVS /usr/ports/www/httpsqs.orig/distinfo /usr/ports/www/httpsqs/distinfo
--- /usr/ports/www/httpsqs.orig/distinfo	2011-04-27 06:23:33.000000000 -0500
+++ /usr/ports/www/httpsqs/distinfo	2011-07-31 20:24:22.396513787 -0500
@@ -1,2 +1,2 @@
-SHA256 (httpsqs-1.6.tar.gz) = 784043357e52556830e9efa20dfb1d66161cbca781dcd6c367b017fe5d3dbb68
-SIZE (httpsqs-1.6.tar.gz) = 8871
+SHA256 (httpsqs-1.7.tar.gz) = 2b05fc0161ade4f1bf4946e2b2b2b631b6afbe3ef18eba55b22c4da2754c1f3a
+SIZE (httpsqs-1.7.tar.gz) = 8884
--- httpsqs-1.7.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Aug 1 12:43:58 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159342 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Mon Aug 1 17:20:15 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159342: commit references a PR
Date: Mon,  1 Aug 2011 17:20:17 +0000 (UTC)

 culot       2011-08-01 17:19:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/httpsqs          Makefile distinfo 
   Log:
   - Update to 1.7 [1]
   - Pet portlint(1) by moving LICENSE section earlier
   
   PR:             ports/159342 [1]
   Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -4      ports/www/httpsqs/Makefile
   1.2       +2 -2      ports/www/httpsqs/distinfo
 _______________________________________________
 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:
