diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-12-31 19:26:00 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-12-31 19:26:00 +0000 |
commit | d47ebb79a835978439992604319f4f0ebc285d92 (patch) | |
tree | ae4a5a6d6dd314b394649783e945192270b0407e /security | |
parent | 18a640f0e8114d4cd54a654a6acda38aa7f65f2a (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 27 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 5 |
2 files changed, 23 insertions, 9 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 45f354f6763c..f3158aac52cc 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,14 +6,27 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.17-alpha -PORTREVISION= 1 +DISTVERSION= 0.2.2.20-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ - http://tor.cypherpunks.at/dist/ \ - http://tor.depthstrike.com/dist/ \ + ftp://tor.tomyn.com/pub/mirrors/tor/ \ + ftp://ftp.bit.nl/mirror/tor/ \ + http://irani-tor.ath.cx/dist/ \ + http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \ + http://tor-www.5coluna.com/dist/ \ + http://tor.amorphis.eu/dist/ \ + http://tor.askapache.com/dist/ \ + http://tor.beme-it.de/dist/ \ http://tor.boinc.ch/dist/ \ - http://tor.anonymity.cn/dist/ + http://tor.ccc.de/dist/ \ + http://tor.idnr.ws/dist/ \ + http://tor.kamagurka.org/dist/ \ + http://torproj.xpdm.us/dist/ \ + http://www.oignon.net/dist/ \ + http://www.theonionrouter.com/dist/ \ + http://www.torproject.org.in/dist/ \ + http://www.torproject.org.nyud.net/dist/ \ + http://www.torproject.us/dist/ PKGNAMESUFFIX= -devel MAINTAINER= bf@FreeBSD.org @@ -43,7 +56,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE .include <bsd.port.pre.mk> -.if ( ${OSVERSION} < 801000 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900011) ) +.if ( ${OSVERSION} < 704000 || \ +(${OSVERSION} >= 800000 && ${OSVERSION} < 802000) || \ +(${OSVERSION} >= 900000 && ${OSVERSION} < 900027) ) WITH_OPENSSL_PORT= yes .endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 72d96fe22caf..7a36d343c2e2 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,2 @@ -MD5 (tor-0.2.2.17-alpha.tar.gz) = dded82ddc19636184c55adcbc81876a6 -SHA256 (tor-0.2.2.17-alpha.tar.gz) = 78aad74e789ba8e3122582da559365551b0496edf63ccc892efb3c9e88d6cf7e -SIZE (tor-0.2.2.17-alpha.tar.gz) = 2608531 +SHA256 (tor-0.2.2.20-alpha.tar.gz) = e78c045c8d6e7bac68a0e6c2ff9831a461e6fe71b3b2cd5a41362d9555468eec +SIZE (tor-0.2.2.20-alpha.tar.gz) = 2589173 |