diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-14 00:28:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-14 00:28:35 +0800 |
commit | 35b34524e104fc785e480846271df8e64c3bbd03 (patch) | |
tree | 8ea5b6c958e0458eeb583340e41438d939ca3560 /www/spdylay | |
parent | 1fccf764475b7940da0c012d362f5983f03816c6 (diff) | |
download | freebsd-ports-gnome-35b34524e104fc785e480846271df8e64c3bbd03.tar.gz freebsd-ports-gnome-35b34524e104fc785e480846271df8e64c3bbd03.tar.zst freebsd-ports-gnome-35b34524e104fc785e480846271df8e64c3bbd03.zip |
- Update to 1.2.3
- Fix libspdylay.pc
- Simplify PORTDOCS
- Update WWW
Changes: https://github.com/tatsuhiro-t/spdylay/releases
Diffstat (limited to 'www/spdylay')
-rw-r--r-- | www/spdylay/Makefile | 10 | ||||
-rw-r--r-- | www/spdylay/distinfo | 4 | ||||
-rw-r--r-- | www/spdylay/pkg-descr | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index 630c5b971a98..ddc8e03977e4 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -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 diff --git a/www/spdylay/distinfo b/www/spdylay/distinfo index 7ce0ffb2e9c2..67def24a75dc 100644 --- a/www/spdylay/distinfo +++ b/www/spdylay/distinfo @@ -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 diff --git a/www/spdylay/pkg-descr b/www/spdylay/pkg-descr index 301cd980166a..28c0b55bbd5f 100644 --- a/www/spdylay/pkg-descr +++ b/www/spdylay/pkg-descr @@ -11,4 +11,4 @@ handling events. This library code does not depend on any particular SSL library 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/ |