diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-10 12:57:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-10 12:57:11 +0000 |
commit | 97782c3822bd75b6d5a38f179ed6480399bb8093 (patch) | |
tree | f366a21212f8fc7c432e52234891868838396cde /security/tor-devel | |
parent | d79a0fc24130965a8e5ec9e523f3a11b2b75cc24 (diff) | |
download | ports-97782c3822bd75b6d5a38f179ed6480399bb8093.tar.gz ports-97782c3822bd75b6d5a38f179ed6480399bb8093.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 7 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 5 |
3 files changed, 8 insertions, 10 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 83854413cfab..809c00cfa821 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.8-alpha +DISTVERSION= 0.2.2.10-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -24,7 +24,7 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes -CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}" +CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" MAKE_JOBS_UNSAFE= yes @@ -41,9 +41,6 @@ SUB_FILES= pkg-message CONFLICTS= tor-[0-9]* -MANCOMPRESSED= no -MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 - .include <bsd.port.pre.mk> .if defined(WITH_BUFFREELISTS) diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index a7133507634a..105b7515b609 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.2.2.8-alpha.tar.gz) = f91adf1ea08ad17ff61d63d001c4b7a4 -SHA256 (tor-0.2.2.8-alpha.tar.gz) = e041761d37a7f8eefc173e1c735d314b0f3deb51ba173e1907b753920ec19bfc -SIZE (tor-0.2.2.8-alpha.tar.gz) = 2484568 +MD5 (tor-0.2.2.10-alpha.tar.gz) = e2576c3c355b1c6830c91fb0643f06be +SHA256 (tor-0.2.2.10-alpha.tar.gz) = 839c1bfabde240985a60261173adc34c49f69e48816088cfa44d8dde200213e6 +SIZE (tor-0.2.2.10-alpha.tar.gz) = 2301340 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index 9459fabaccee..68b4becf33bd 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -4,6 +4,7 @@ bin/tor-resolve bin/torify etc/tor/tor-tsocks.conf.sample etc/tor/torrc.sample -share/tor/geoip -@dirrm share/tor +%%DATADIR%%/geoip +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%% @dirrm etc/tor |