Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2014 05:00:09 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347095 - head/security/tor-devel
Message-ID:  <201403050500.s255099W007289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403050500.s255099W007289>