aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-11 14:55:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-11 14:55:01 +0000
commit0f3063f3fcc82b0e826b28104d32bf99970626b4 (patch)
tree9880bf56ac9134a69b267aa4cce37d2389096df8 /security/tor-devel
parent8844544c3c425b931b01b6c31551861520b11558 (diff)
downloadports-0f3063f3fcc82b0e826b28104d32bf99970626b4.tar.gz
ports-0f3063f3fcc82b0e826b28104d32bf99970626b4.zip
- Update to version 0.0.7
PR: ports/67831 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=111282
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor-devel/distinfo4
-rw-r--r--security/tor-devel/files/patch-configure11
-rw-r--r--security/tor-devel/files/patch-src::common::or.c13
-rw-r--r--security/tor-devel/files/patch-src::common::util.c20
5 files changed, 3 insertions, 47 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index ff21c9f181f6..725e5e108d8a 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/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-devel/distinfo b/security/tor-devel/distinfo
index 76880e9ecc72..6a7c7a538bb9 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/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-devel/files/patch-configure b/security/tor-devel/files/patch-configure
deleted file mode 100644
index d23194a9c07a..000000000000
--- a/security/tor-devel/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-devel/files/patch-src::common::or.c b/security/tor-devel/files/patch-src::common::or.c
deleted file mode 100644
index e4d39a4a17be..000000000000
--- a/security/tor-devel/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-devel/files/patch-src::common::util.c b/security/tor-devel/files/patch-src::common::util.c
deleted file mode 100644
index f33fad3a3465..000000000000
--- a/security/tor-devel/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 */