Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 09:12:43 GMT
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185634: [patch] www/spdylay: update to 1.2.2
Message-ID:  <201401100912.s0A9ChXm055877@oldred.freebsd.org>
Resent-Message-ID: <201401100920.s0A9K0ij022758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185634
>Category:       ports
>Synopsis:       [patch] www/spdylay: update to 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 09:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401100912.s0A9ChXm055877>