From 0f3063f3fcc82b0e826b28104d32bf99970626b4 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 11 Jun 2004 14:55:01 +0000 Subject: - Update to version 0.0.7 PR: ports/67831 Submitted by: maintainer --- security/tor-devel/Makefile | 2 +- security/tor-devel/distinfo | 4 ++-- security/tor-devel/files/patch-configure | 11 ----------- security/tor-devel/files/patch-src::common::or.c | 13 ------------- security/tor-devel/files/patch-src::common::util.c | 20 -------------------- 5 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 security/tor-devel/files/patch-configure delete mode 100644 security/tor-devel/files/patch-src::common::or.c delete mode 100644 security/tor-devel/files/patch-src::common::util.c (limited to 'security/tor-devel') 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 - #endif - #ifdef HAVE_MACHINE_LIMITS_H -+#ifndef __FreeBSD__ - #include -+#endif - #endif - #ifdef HAVE_SYS_TYPES_H - #include /* 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 - #endif - -+#include - #include - #include - #include -@@ -56,7 +57,9 @@ - #include - #endif - #ifdef HAVE_MACHINE_LIMITS_H -+#ifndef __FreeBSD__ - #include -+#endif - #endif - #ifdef HAVE_SYS_TYPES_H - #include /* Must be included before sys/stat.h for Ultrix */ -- cgit v1.2.3