[Midnightbsd-cvs] mports [23208] trunk/www/spdylay/Makefile: bump for libevent
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Apr 25 19:25:38 EDT 2018
Revision: 23208
http://svnweb.midnightbsd.org/mports/?rev=23208
Author: laffer1
Date: 2018-04-25 19:25:38 -0400 (Wed, 25 Apr 2018)
Log Message:
-----------
bump for libevent
Modified Paths:
--------------
trunk/www/spdylay/Makefile
Modified: trunk/www/spdylay/Makefile
===================================================================
--- trunk/www/spdylay/Makefile 2018-04-25 23:24:49 UTC (rev 23207)
+++ trunk/www/spdylay/Makefile 2018-04-25 23:25:38 UTC (rev 23208)
@@ -4,6 +4,7 @@
PORTNAME= spdylay
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= www net
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
FREEBSD_LOCAL/sunpoet
@@ -13,9 +14,9 @@
LICENSE= mit
-BUILD_DEPENDS= libevent2>=2.0.8:${PORTSDIR}/devel/libevent2
-LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2
-RUN_DEPENDS= libevent2>=2.0.8:${PORTSDIR}/devel/libevent2
+BUILD_DEPENDS= libevent>=2.0.8:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent
+RUN_DEPENDS= libevent>=2.0.8:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS= --enable-examples \
--enable-src
More information about the Midnightbsd-cvs
mailing list