From nobody@FreeBSD.org  Fri Jan 10 09:12:43 2014
Return-Path: <nobody@FreeBSD.org>
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 B8D69362
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jan 2014 09:12:43 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id A4FF01702
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jan 2014 09:12:43 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0A9ChJF055888
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jan 2014 09:12:43 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0A9ChXm055877;
	Fri, 10 Jan 2014 09:12:43 GMT
	(envelope-from nobody)
Message-Id: <201401100912.s0A9ChXm055877@oldred.freebsd.org>
Date: Fri, 10 Jan 2014 09:12:43 GMT
From: Sergey Kandaurov <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] www/spdylay: update to 1.2.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185634
>Category:       ports
>Synopsis:       [patch] www/spdylay: update to 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 09:20:00 UTC 2014
>Closed-Date:    Sun Jan 19 09:49:55 UTC 2014
>Last-Modified:  Sun Jan 19 09:49:55 UTC 2014
>Originator:     Sergey Kandaurov
>Release:        10.0-ALPHA5
>Organization:
>Environment:
FreeBSD  10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0 r256092: Sun Oct  6 22:30:23 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: www/spdylay/Makefile
===================================================================
--- www/spdylay/Makefile	(revision 339260)
+++ www/spdylay/Makefile	(working copy)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	spdylay
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.2.2
 CATEGORIES=	www net
-MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	SPDY protocol version 2 and 3 implementation in C
+COMMENT=	SPDY protocol version 2, 3 and 3.1 implementation in C
 
 LICENSE=	MIT
 
@@ -36,7 +35,7 @@
 .endif
 
 post-build:
-	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.6
+	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.7
 
 post-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
Index: www/spdylay/distinfo
===================================================================
--- www/spdylay/distinfo	(revision 339260)
+++ www/spdylay/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (spdylay-1.1.0.tar.xz) = f6382926fc42031bc01b9402be606356430ec122db0ff9bbeac895cc84085ec7
-SIZE (spdylay-1.1.0.tar.xz) = 411900
+SHA256 (spdylay-1.2.2.tar.xz) = 010e32f657deda922859293b5117db8a2c4f4b5d8213b1a96f36de55c32ec582
+SIZE (spdylay-1.2.2.tar.xz) = 414456
Index: www/spdylay/pkg-descr
===================================================================
--- www/spdylay/pkg-descr	(revision 339260)
+++ www/spdylay/pkg-descr	(working copy)
@@ -1,12 +1,12 @@
 Spdylay - SPDY C Library
 
 This is an experimental implementation of Google's SPDY protocol in C. This
-library provides SPDY version 2 and 3 framing layer implementation. It does not
-perform any I/O operations. When the library needs them, it calls the callback
-functions provided by the application. It also does not include any event
-polling mechanism, so the application can freely choose the way of handling
-events. This library code does not depend on any particular SSL library (except
-for example programs which depend on OpenSSL 1.0.1 or later).
+library provides SPDY version 2, 3 and 3.1 framing layer implementation. It
+does not perform any I/O operations. When the library needs them, it calls the
+callback functions provided by the application. It also does not include any
+event polling mechanism, so the application can freely choose the way of
+handling events. This library code does not depend on any particular SSL
+library (except for example programs which depend on OpenSSL 1.0.1 or later).
 
 This project also develops SPDY client, server and proxy on top of Spdylay
 library.
Index: www/spdylay/pkg-plist
===================================================================
--- www/spdylay/pkg-plist	(revision 339260)
+++ www/spdylay/pkg-plist	(working copy)
@@ -8,6 +8,6 @@
 lib/libspdylay.a
 lib/libspdylay.la
 lib/libspdylay.so
-lib/libspdylay.so.6
+lib/libspdylay.so.7
 libdata/pkgconfig/libspdylay.pc
 @dirrm include/spdylay


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 10 09:20:09 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185634: commit references a PR
Date: Sun, 19 Jan 2014 09:26:31 +0000 (UTC)

 Author: sunpoet
 Date: Sun Jan 19 09:26:22 2014
 New Revision: 340241
 URL: http://svnweb.freebsd.org/changeset/ports/340241
 QAT: https://qat.redports.org/buildarchive/r340241/
 
 Log:
   - Update to 1.2.2
   - Update MASTER_SITES
   - Update COMMENT and pkg-descr
   
   Changes:	https://github.com/tatsuhiro-t/spdylay/blob/master/NEWS
   PR:		ports/185634
   Submitted by:	pluknet
 
 Modified:
   head/www/spdylay/Makefile
   head/www/spdylay/distinfo
   head/www/spdylay/pkg-descr
   head/www/spdylay/pkg-plist
 
 Modified: head/www/spdylay/Makefile
 ==============================================================================
 --- head/www/spdylay/Makefile	Sun Jan 19 09:24:34 2014	(r340240)
 +++ head/www/spdylay/Makefile	Sun Jan 19 09:26:22 2014	(r340241)
 @@ -2,13 +2,12 @@
  # $FreeBSD$
  
  PORTNAME=	spdylay
 -PORTVERSION=	1.1.0
 -PORTREVISION=	1
 +PORTVERSION=	1.2.2
  CATEGORIES=	www net
 -MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
 +MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/
  
  MAINTAINER=	sunpoet@FreeBSD.org
 -COMMENT=	SPDY protocol version 2 and 3 implementation in C
 +COMMENT=	SPDY protocol version 2, 3 and 3.1 implementation in C
  
  LICENSE=	MIT
  
 @@ -16,7 +15,7 @@ LIB_DEPENDS=	libevent_openssl.so:${PORTS
  
  CONFIGURE_ARGS=	--enable-examples
  CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 -		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \
 +		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
  		ZLIB_CFLAGS="-I${INCLUDEDIR}" \
  		ZLIB_LIBS="-L${LIBDIR} -lz"
  GNU_CONFIGURE=	yes
 @@ -36,7 +35,7 @@ IGNORE=		spdylay requires OpenSSL 1.0.1+
  .endif
  
  post-build:
 -	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.6
 +	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.7
  
  post-install:
  	@${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
 
 Modified: head/www/spdylay/distinfo
 ==============================================================================
 --- head/www/spdylay/distinfo	Sun Jan 19 09:24:34 2014	(r340240)
 +++ head/www/spdylay/distinfo	Sun Jan 19 09:26:22 2014	(r340241)
 @@ -1,2 +1,2 @@
 -SHA256 (spdylay-1.1.0.tar.xz) = f6382926fc42031bc01b9402be606356430ec122db0ff9bbeac895cc84085ec7
 -SIZE (spdylay-1.1.0.tar.xz) = 411900
 +SHA256 (spdylay-1.2.2.tar.xz) = 010e32f657deda922859293b5117db8a2c4f4b5d8213b1a96f36de55c32ec582
 +SIZE (spdylay-1.2.2.tar.xz) = 414456
 
 Modified: head/www/spdylay/pkg-descr
 ==============================================================================
 --- head/www/spdylay/pkg-descr	Sun Jan 19 09:24:34 2014	(r340240)
 +++ head/www/spdylay/pkg-descr	Sun Jan 19 09:26:22 2014	(r340241)
 @@ -1,12 +1,12 @@
  Spdylay - SPDY C Library
  
  This is an experimental implementation of Google's SPDY protocol in C. This
 -library provides SPDY version 2 and 3 framing layer implementation. It does not
 -perform any I/O operations. When the library needs them, it calls the callback
 -functions provided by the application. It also does not include any event
 -polling mechanism, so the application can freely choose the way of handling
 -events. This library code does not depend on any particular SSL library (except
 -for example programs which depend on OpenSSL 1.0.1 or later).
 +library provides SPDY version 2, 3 and 3.1 framing layer implementation. It does
 +not perform any I/O operations. When the library needs them, it calls the
 +callback functions provided by the application. It also does not include any
 +event polling mechanism, so the application can freely choose the way of
 +handling events. This library code does not depend on any particular SSL library
 +(except for example programs which depend on OpenSSL 1.0.1 or later).
  
  This project also develops SPDY client, server and proxy on top of Spdylay
  library.
 
 Modified: head/www/spdylay/pkg-plist
 ==============================================================================
 --- head/www/spdylay/pkg-plist	Sun Jan 19 09:24:34 2014	(r340240)
 +++ head/www/spdylay/pkg-plist	Sun Jan 19 09:26:22 2014	(r340241)
 @@ -8,6 +8,6 @@ include/spdylay/spdylayver.h
  lib/libspdylay.a
  lib/libspdylay.la
  lib/libspdylay.so
 -lib/libspdylay.so.6
 +lib/libspdylay.so.7
  libdata/pkgconfig/libspdylay.pc
  @dirrm include/spdylay
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Jan 19 09:49:54 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185634 
>Unformatted:
