[Midnightbsd-cvs] mports [23207] trunk/security/tor/Makefile: bump after libevent

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Apr 25 19:24:50 EDT 2018


Revision: 23207
          http://svnweb.midnightbsd.org/mports/?rev=23207
Author:   laffer1
Date:     2018-04-25 19:24:49 -0400 (Wed, 25 Apr 2018)
Log Message:
-----------
bump after libevent

Modified Paths:
--------------
    trunk/security/tor/Makefile

Modified: trunk/security/tor/Makefile
===================================================================
--- trunk/security/tor/Makefile	2018-04-25 23:23:56 UTC (rev 23206)
+++ trunk/security/tor/Makefile	2018-04-25 23:24:49 UTC (rev 23207)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tor
 DISTVERSION=	0.2.8.9
+PORTREVISION=	1
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 
@@ -64,7 +65,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MSTATIC_TOR}
-BUILD_DEPENDS +=	${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent2
+BUILD_DEPENDS +=	${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
 CONFIGURE_ARGS+=	--enable-static-tor \
 			--with-zlib-dir=/usr/lib --disable-linker-hardening
 TOR_LIBEVENT_LIBS=	${LOCALBASE}/lib/libevent.a
@@ -73,7 +74,7 @@
 .endif
 .else
 CONFIGURE_ARGS+=	--enable-linker-hardening
-LIB_DEPENDS+=		libevent.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS+=		libevent.so:${PORTSDIR}/devel/libevent
 TOR_LIBEVENT_LIBS=	-levent
 .if ${PORT_OPTIONS:MBUFFEREVENTS}
 TOR_LIBEVENT_LIBS:=	-levent_openssl ${TOR_LIBEVENT_LIBS}



More information about the Midnightbsd-cvs mailing list