diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-03-05 05:00:08 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-03-05 05:00:08 +0000 |
commit | 33f7dee439b53889b6529db76792b5943a6c43ed (patch) | |
tree | 12cd7db92b90ecea94f6fc01b78db6c64bc9d2b7 /security | |
parent | ab4868300352985518b41459746fb561cc1b2b3c (diff) | |
download | ports-33f7dee439b53889b6529db76792b5943a6c43ed.tar.gz ports-33f7dee439b53889b6529db76792b5943a6c43ed.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 5 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 41dfda1af658..98a7a5b474c5 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -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} diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 012bf60c7078..6aa559463f82 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -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 |