[Midnightbsd-cvs] mports [23244] trunk/www/nghttp2/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 17:17:01 EDT 2018
Revision: 23244
http://svnweb.midnightbsd.org/mports/?rev=23244
Author: laffer1
Date: 2018-04-29 17:17:01 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/www/nghttp2/Makefile
Modified: trunk/www/nghttp2/Makefile
===================================================================
--- trunk/www/nghttp2/Makefile 2018-04-29 21:15:56 UTC (rev 23243)
+++ trunk/www/nghttp2/Makefile 2018-04-29 21:17:01 UTC (rev 23244)
@@ -4,6 +4,7 @@
PORTNAME= nghttp2
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= www net
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
FREEBSD_LOCAL/sunpoet
@@ -14,10 +15,10 @@
LICENSE= mit
BUILD_DEPENDS= libev>=4.15:${PORTSDIR}/devel/libev \
- libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \
+ libevent>=2.0.8:${PORTSDIR}/devel/libevent \
spdylay>=1.3.0:${PORTSDIR}/www/spdylay
LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \
- libevent_openssl.so:${PORTSDIR}/devel/libevent2 \
+ libevent_openssl.so:${PORTSDIR}/devel/libevent \
libspdylay.so:${PORTSDIR}/www/spdylay
RUN_DEPENDS:= ${BUILD_DEPENDS}
More information about the Midnightbsd-cvs
mailing list