svn commit: r430240 - head/www/spdylay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 04:41:08 UTC 2017


Author: sunpoet
Date: Sun Jan  1 04:41:07 2017
New Revision: 430240
URL: https://svnweb.freebsd.org/changeset/ports/430240

Log:
  Remove outdated OSVERSION check
  
  - Remove RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Sun Jan  1 04:28:25 2017	(r430239)
+++ head/www/spdylay/Makefile	Sun Jan  1 04:41:07 2017	(r430240)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libevent2>=2.0.8:devel/libevent2
 LIB_DEPENDS=	libevent_openssl.so:devel/libevent2
-RUN_DEPENDS=	libevent2>=2.0.8:devel/libevent2
 
 BROKEN_powerpc64=	does not build
 BROKEN_sparc64=		does not build: fails to link
@@ -35,12 +34,6 @@ USES=		compiler:c++11-lang libtool pathf
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base
-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
 
@@ -48,4 +41,4 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list