From owner-svn-ports-head@FreeBSD.ORG Thu Feb 13 16:28:36 2014 Return-Path: Delivered-To: svn-ports-head@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 B0816975; Thu, 13 Feb 2014 16:28:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 817851695; Thu, 13 Feb 2014 16:28:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DGSaBx047488; Thu, 13 Feb 2014 16:28:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DGSZDR047484; Thu, 13 Feb 2014 16:28:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402131628.s1DGSZDR047484@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Feb 2014 16:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344126 - head/www/spdylay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 16:28:36 -0000 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 @@ -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/