svn commit: r347095 - head/security/tor-devel
Brendan Fabeny
bf at FreeBSD.org
Wed Mar 5 05:00:09 UTC 2014
Author: bf
Date: Wed Mar 5 05:00:08 2014
New Revision: 347095
URL: http://svnweb.freebsd.org/changeset/ports/347095
QAT: https://qat.redports.org/buildarchive/r347095/
Log:
Update to 0.2.5.2-alpha
PR: 187031
Submitted by: F. Keil
Modified:
head/security/tor-devel/Makefile
head/security/tor-devel/distinfo
Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile Wed Mar 5 03:21:24 2014 (r347094)
+++ head/security/tor-devel/Makefile Wed Mar 5 05:00:08 2014 (r347095)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tor
-DISTVERSION= 0.2.4.20
+DISTVERSION= 0.2.5.2-alpha
CATEGORIES= security net ipv6
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+= --disable-gcc-hardening
.if ${PORT_OPTIONS:MBUFFEREVENTS}
CONFIGURE_ARGS+= --enable-bufferevents
+BROKEN= some functions are hidden from the test binaries that use them WITH_BUFFEREVENTS
.else
CONFIGURE_ARGS+= --disable-bufferevents
.endif
@@ -122,7 +123,7 @@ post-patch:
post-configure:
@${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
"s|-lpthread|${PTHREAD_LIBS}|g"
- @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1)|' \
+ @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1) doc/torify.1|' \
${WRKSRC}/Makefile
.if ! ${PORT_OPTIONS:MTOR2WEB}
Modified: head/security/tor-devel/distinfo
==============================================================================
--- head/security/tor-devel/distinfo Wed Mar 5 03:21:24 2014 (r347094)
+++ head/security/tor-devel/distinfo Wed Mar 5 05:00:08 2014 (r347095)
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.4.20.tar.gz) = ccc51747cbcbf98f658c34d5c693ff8a868698da0349d056e98287ef2e294d9f
-SIZE (tor-0.2.4.20.tar.gz) = 2867180
+SHA256 (tor-0.2.5.2-alpha.tar.gz) = 32a1d6dbfa4527fdaebfcb093f1d35cf464877b83b717a2ee0031e4f1f85b805
+SIZE (tor-0.2.5.2-alpha.tar.gz) = 2961889
More information about the svn-ports-all
mailing list