summaryrefslogtreecommitdiffstats
path: root/security/tor
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-06-11 14:55:01 +0000
committerkrion <krion@FreeBSD.org>2004-06-11 14:55:01 +0000
commit3e88a3da75662b795fbb59e0e7d03e2fb0e3393b (patch)
treefa4c177ab9d530e62039f086ba175d1d2aef61ed /security/tor
parent396ea6394069b58b335d5428506beefa5f2027f0 (diff)
downloadFreeBSD-ports-3e88a3da75662b795fbb59e0e7d03e2fb0e3393b.zip
FreeBSD-ports-3e88a3da75662b795fbb59e0e7d03e2fb0e3393b.tar.gz
- Update to version 0.0.7
PR: ports/67831 Submitted by: maintainer
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile2
-rw-r--r--security/tor/distinfo4
-rw-r--r--security/tor/files/patch-configure11
-rw-r--r--security/tor/files/patch-src::common::or.c13
-rw-r--r--security/tor/files/patch-src::common::util.c20
5 files changed, 3 insertions, 47 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index ff21c9f..725e5e1 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tor
-PORTVERSION= 0.0.6.2
+PORTVERSION= 0.0.7
CATEGORIES= security
MASTER_SITES= http://freehaven.net/tor/dist/
diff --git a/security/tor/distinfo b/security/tor/distinfo
index 76880e9..6a7c7a5 100644
--- a/security/tor/distinfo
+++ b/security/tor/distinfo
@@ -1,2 +1,2 @@
-MD5 (tor-0.0.6.2.tar.gz) = e09fbe0756521024ef8e0011f8e02545
-SIZE (tor-0.0.6.2.tar.gz) = 322317
+MD5 (tor-0.0.7.tar.gz) = 27a2e3ea4409b8c32a1b483a7e141e4e
+SIZE (tor-0.0.7.tar.gz) = 378970
diff --git a/security/tor/files/patch-configure b/security/tor/files/patch-configure
deleted file mode 100644
index d23194a..0000000
--- a/security/tor/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Fri May 28 18:55:36 2004
-+++ configure Fri May 28 18:57:37 2004
-@@ -1559,7 +1559,7 @@
- ac_config_commands="$ac_config_commands default-1"
-
-
--CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"
-+CFLAGS="$CFLAGS -Wall -g -O2"
-
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
diff --git a/security/tor/files/patch-src::common::or.c b/security/tor/files/patch-src::common::or.c
deleted file mode 100644
index e4d39a4..0000000
--- a/security/tor/files/patch-src::common::or.c
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur /tmp/tor-0.0.6.2/src/or/or.h ./src/or/or.h
---- /tmp/tor-0.0.6.2/src/or/or.h Sun May 2 04:15:55 2004
-+++ ./src/or/or.h Fri May 28 14:49:34 2004
-@@ -38,7 +38,9 @@
- #include <sys/limits.h>
- #endif
- #ifdef HAVE_MACHINE_LIMITS_H
-+#ifndef __FreeBSD__
- #include <machine/limits.h>
-+#endif
- #endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
diff --git a/security/tor/files/patch-src::common::util.c b/security/tor/files/patch-src::common::util.c
deleted file mode 100644
index f33fad3..0000000
--- a/security/tor/files/patch-src::common::util.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/common/util.c.orig Sun May 2 01:29:20 2004
-+++ src/common/util.c Sat May 29 15:19:02 2004
-@@ -25,6 +25,7 @@
- #include <windows.h>
- #endif
-
-+#include <sys/param.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-@@ -56,7 +57,9 @@
- #include <sys/limits.h>
- #endif
- #ifdef HAVE_MACHINE_LIMITS_H
-+#ifndef __FreeBSD__
- #include <machine/limits.h>
-+#endif
- #endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
OpenPOWER on IntegriCloud