diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-11-28 09:30:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-11-28 09:30:08 +0000 |
commit | 0cb7e9bf26f937e0c9d2e7f04dc3868b88b155df (patch) | |
tree | 9fda4fd7c1e6ce64ced8ae610e45871c6925dffb | |
parent | - update to 0.89 (diff) |
- Update to version 0.1.1.9 (devel branch)
- Add SHA265
PR: ports/89612
Submitted by: Peter Thoenen (maintainer)
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 5 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 575a4b9407b7..efa0be2d8dd4 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -PORTVERSION= 0.1.1.8 +PORTVERSION= 0.1.1.9 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ PKGNAMESUFFIX= -devel diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index fffaf18f2f57..f9165e4bb0d3 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,2 +1,3 @@ -MD5 (tor-0.1.1.8-alpha.tar.gz) = 10c40e2518f63747f1e3a349bf480139 -SIZE (tor-0.1.1.8-alpha.tar.gz) = 703116 +MD5 (tor-0.1.1.9-alpha.tar.gz) = 76626791eabb76cd7eeb545ecc1b238c +SHA256 (tor-0.1.1.9-alpha.tar.gz) = 191742fd92607d133a4f6d997c71ecd883bd2269027102a957ed52eec863c081 +SIZE (tor-0.1.1.9-alpha.tar.gz) = 717490 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index 3835e929d3d7..c6e016f41c54 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -2,6 +2,6 @@ bin/tor bin/tor-resolve bin/torify etc/rc.d/tor.sh.sample -etc/tor/torrc.sample etc/tor/tor-tsocks.conf.sample +etc/tor/torrc.sample @unexec rmdir %D/etc/tor 2>/dev/null || true |