Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 16:28:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344126 - head/www/spdylay
Message-ID:  <201402131628.s1DGSZDR047484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 13 16:28:35 2014
New Revision: 344126
URL: http://svnweb.freebsd.org/changeset/ports/344126
QAT: https://qat.redports.org/buildarchive/r344126/

Log:
  - Update to 1.2.3
  - Fix libspdylay.pc
  - Simplify PORTDOCS
  - Update WWW
  
  Changes:	https://github.com/tatsuhiro-t/spdylay/releases

Modified:
  head/www/spdylay/Makefile
  head/www/spdylay/distinfo
  head/www/spdylay/pkg-descr

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Thu Feb 13 14:56:04 2014	(r344125)
+++ head/www/spdylay/Makefile	Thu Feb 13 16:28:35 2014	(r344126)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spdylay
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -13,7 +13,8 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2
 
-CONFIGURE_ARGS=	--enable-examples
+CONFIGURE_ARGS=	--enable-examples \
+		--enable-src
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
 		ZLIB_CFLAGS="-I${INCLUDEDIR}" \
@@ -26,7 +27,7 @@ USE_OPENSSL=	yes
 USE_XZ=		yes
 USES=		compiler:c++11-lang pathfix pkgconfig
 
-PORTDOCS=	README.rst
+PORTDOCS=	*
 
 .include <bsd.port.pre.mk>
 
@@ -34,6 +35,9 @@ PORTDOCS=	README.rst
 IGNORE=		spdylay requires OpenSSL 1.0.1+
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in
+
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.7
 

Modified: head/www/spdylay/distinfo
==============================================================================
--- head/www/spdylay/distinfo	Thu Feb 13 14:56:04 2014	(r344125)
+++ head/www/spdylay/distinfo	Thu Feb 13 16:28:35 2014	(r344126)
@@ -1,2 +1,2 @@
-SHA256 (spdylay-1.2.2.tar.xz) = 010e32f657deda922859293b5117db8a2c4f4b5d8213b1a96f36de55c32ec582
-SIZE (spdylay-1.2.2.tar.xz) = 414456
+SHA256 (spdylay-1.2.3.tar.xz) = 4a8d3e740d315dd91fb918ff5daf756a5bd8681a971462c254ae74b52dc1b65e
+SIZE (spdylay-1.2.3.tar.xz) = 418312

Modified: head/www/spdylay/pkg-descr
==============================================================================
--- head/www/spdylay/pkg-descr	Thu Feb 13 14:56:04 2014	(r344125)
+++ head/www/spdylay/pkg-descr	Thu Feb 13 16:28:35 2014	(r344126)
@@ -11,4 +11,4 @@ handling events. This library code does 
 This project also develops SPDY client, server and proxy on top of Spdylay
 library.
 
-WWW: http://spdylay.sourceforge.net/
+WWW: http://tatsuhiro-t.github.io/spdylay/



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