svn commit: r484710 - head/www/spdylay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 11 18:18:26 UTC 2018


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


More information about the svn-ports-all mailing list