mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.1.2.1
PR: ports/102635 Submitted by: Peter Thoenen <peter.thoenen(at)yahoo.com> (maintainer)
This commit is contained in:
parent
fc19b16320
commit
f6c82fc401
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171634
3 changed files with 20 additions and 5 deletions
|
@ -6,11 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= tor
|
||||
PORTVERSION= 0.1.1.23
|
||||
PORTVERSION= 0.1.2.1
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://tor.eff.org/dist/ \
|
||||
http://mirror.onionland.org/dist/
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
|
||||
|
||||
MAINTAINER= peter.thoenen@yahoo.com
|
||||
COMMENT= An anonymizing overlay network for TCP
|
||||
|
@ -24,9 +25,17 @@ USE_OPENSSL= yes
|
|||
USE_RC_SUBR= tor
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
CONFLICTS= tor-1.1.[0-9]*
|
||||
|
||||
MANCOMPRESSED= no
|
||||
MAN1= tor.1 tor-resolve.1 torify.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/contrib/tor-tsocks.conf \
|
||||
${WRKSRC}/contrib/tor-tsocks.conf.sample
|
||||
|
@ -49,4 +58,4 @@ post-install:
|
|||
@${CHOWN} _tor:_tor /var/db/tor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (tor-0.1.1.23.tar.gz) = 33ce7155f545c4d30cb846d7017cc6c2
|
||||
SHA256 (tor-0.1.1.23.tar.gz) = a2ac0b10089902c2de8649e07823dc46b8876cd3e0236505e5e7f1f49ee11025
|
||||
SIZE (tor-0.1.1.23.tar.gz) = 847906
|
||||
MD5 (tor-0.1.2.1-alpha.tar.gz) = aeee6e4235d4ebf34cb55555084d391c
|
||||
SHA256 (tor-0.1.2.1-alpha.tar.gz) = ace8f8ae264fad52348012ed170d60f3bdcf116882ae5f48ff18e9a9a14fbf88
|
||||
SIZE (tor-0.1.2.1-alpha.tar.gz) = 915833
|
||||
|
|
|
@ -4,3 +4,9 @@ bin/torify
|
|||
etc/tor/tor-tsocks.conf.sample
|
||||
etc/tor/torrc.sample
|
||||
@dirrm etc/tor
|
||||
bin/tor
|
||||
bin/tor-resolve
|
||||
bin/torify
|
||||
etc/tor/tor-tsocks.conf.sample
|
||||
etc/tor/torrc.sample
|
||||
@dirrm etc/tor
|
||||
|
|
Loading…
Add table
Reference in a new issue