diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-01 19:15:12 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-01 19:15:12 +0000 |
commit | 5c468d0bddf9b8dfcc6e64fbd0c675eeb7ad5217 (patch) | |
tree | ef3801ec238bae1d740d5a50170948cf6bb89a96 /security/tor | |
parent | d2bd854287c39de1c6e4bbfb79cdb5786e720a83 (diff) | |
download | ports-5c468d0bddf9b8dfcc6e64fbd0c675eeb7ad5217.tar.gz ports-5c468d0bddf9b8dfcc6e64fbd0c675eeb7ad5217.zip |
Notes
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 19 | ||||
-rw-r--r-- | security/tor/distinfo | 4 |
2 files changed, 11 insertions, 12 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index c84882c92326..86ac848bdb04 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,21 +6,24 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.29 -PORTREVISION= 1 +DISTVERSION= 0.2.1.30 CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ - ftp://tor.tomyn.com/pub/mirrors/tor/ \ ftp://ftp.bit.nl/mirror/tor/ \ + http://cyberside.net.ee/tor/ \ + 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.ccc.de/dist/ \ + http://tor.homosu.net/dist/ \ http://tor.idnr.ws/dist/ \ - http://tor.kamagurka.org/dist/ \ + http://tor.searchprivate.com/dist/ \ + http://tor.taiga-san.net/dist/ \ http://torproj.xpdm.us/dist/ \ + http://torproject.nwlinux.us/dist/ \ http://www.oignon.net/dist/ \ http://www.torproject.org.nyud.net/dist/ \ http://www.torproject.us/dist/ @@ -101,12 +104,8 @@ post-patch: ${WRKSRC}/contrib/tor-tsocks.conf.sample @${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \ ${WRKSRC}/contrib/Makefile.in - @${FIND} -X ${WRKSRC} -type f | ${XARGS} \ - -n 10 ${REINPLACE_CMD} -E \ - -e 's|-g -O2||g' \ - -e 's|-O2||g' \ - -e 's|-g -O||g' \ - -e 's|netinet/in6|netinet6/in6|g' + @${REINPLACE_CMD} -e '\|CFLAGS=|{s|-g||;s|-O[0-9]\{0,1\}||;}' \ + -e 's|netinet/in6||g' ${WRKSRC}/configure post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/security/tor/distinfo b/security/tor/distinfo index 369b5dba4593..58de8842503b 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.1.29.tar.gz) = 070d314effd6c08f8b5a8a1ebb4f5c3af644d48a9e38e9cba34fd3f2e981ec64 -SIZE (tor-0.2.1.29.tar.gz) = 2521399 +SHA256 (tor-0.2.1.30.tar.gz) = f352a1a8ffa469ae251324f89386074074bcffef1a7c6a72caa7e4c2d12ce109 +SIZE (tor-0.2.1.30.tar.gz) = 2447447 |