Date: Sun, 11 Nov 2018 18:18:25 +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: r484710 - head/www/spdylay Message-ID: <201811111818.wABIIPoX030071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 11 18:18:25 2018 New Revision: 484710 URL: https://svnweb.freebsd.org/changeset/ports/484710 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2018-12-31 PR: 232952 Notified by: brnrd Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sun Nov 11 18:18:16 2018 (r484709) +++ head/www/spdylay/Makefile Sun Nov 11 18:18:25 2018 (r484710) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= does not link: undefined reference to 'std::ctype<char>::_M_widen_init()' BROKEN_sparc64= does not build: fails to link +DEPRECATED= SPDY is deprecated, use HTTP/2 instead +EXPIRATION_DATE=2018-12-31 BUILD_DEPENDS= libevent>=2.0.8:devel/libevent LIB_DEPENDS= libevent_openssl.so:devel/libevent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811111818.wABIIPoX030071>