mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.0.7.2
- Add net/tsocks to RUN_DEPENDS PR: ports/68813 Submitted by: maintainer
This commit is contained in:
parent
3fa26961ee
commit
e6e0a58b56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113229
@ -6,13 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= tor
|
||||
PORTVERSION= 0.0.7
|
||||
PORTVERSION= 0.0.7.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://freehaven.net/tor/dist/
|
||||
|
||||
MAINTAINER= freebsd-ports@rikrose.net
|
||||
COMMENT= An anonymizing overlay network for TCP
|
||||
|
||||
RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_OPENSSL= yes
|
||||
@ -27,4 +29,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \
|
||||
${WRKSRC}/contrib/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tor-0.0.7.tar.gz) = 27a2e3ea4409b8c32a1b483a7e141e4e
|
||||
SIZE (tor-0.0.7.tar.gz) = 378970
|
||||
MD5 (tor-0.0.7.2.tar.gz) = 8b1a150bb9bd5633964f4f7ceb5cc124
|
||||
SIZE (tor-0.0.7.2.tar.gz) = 379223
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/tor
|
||||
bin/torify
|
||||
etc/rc.d/tor.sh.sample
|
||||
etc/tor/dirservers
|
||||
etc/tor/torrc.sample
|
||||
etc/tor/tor-tsocks.conf.sample
|
||||
|
@ -6,13 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= tor
|
||||
PORTVERSION= 0.0.7
|
||||
PORTVERSION= 0.0.7.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://freehaven.net/tor/dist/
|
||||
|
||||
MAINTAINER= freebsd-ports@rikrose.net
|
||||
COMMENT= An anonymizing overlay network for TCP
|
||||
|
||||
RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_OPENSSL= yes
|
||||
@ -27,4 +29,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \
|
||||
${WRKSRC}/contrib/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tor-0.0.7.tar.gz) = 27a2e3ea4409b8c32a1b483a7e141e4e
|
||||
SIZE (tor-0.0.7.tar.gz) = 378970
|
||||
MD5 (tor-0.0.7.2.tar.gz) = 8b1a150bb9bd5633964f4f7ceb5cc124
|
||||
SIZE (tor-0.0.7.2.tar.gz) = 379223
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/tor
|
||||
bin/torify
|
||||
etc/rc.d/tor.sh.sample
|
||||
etc/tor/dirservers
|
||||
etc/tor/torrc.sample
|
||||
etc/tor/tor-tsocks.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user