diff options
author | krion <krion@FreeBSD.org> | 2004-06-11 22:55:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-11 22:55:01 +0800 |
commit | 3e88a3da75662b795fbb59e0e7d03e2fb0e3393b (patch) | |
tree | fa4c177ab9d530e62039f086ba175d1d2aef61ed /security | |
parent | 396ea6394069b58b335d5428506beefa5f2027f0 (diff) | |
download | freebsd-ports-gnome-3e88a3da75662b795fbb59e0e7d03e2fb0e3393b.tar.gz freebsd-ports-gnome-3e88a3da75662b795fbb59e0e7d03e2fb0e3393b.tar.zst freebsd-ports-gnome-3e88a3da75662b795fbb59e0e7d03e2fb0e3393b.zip |
- Update to version 0.0.7
PR: ports/67831
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 | ||||
-rw-r--r-- | security/tor-devel/files/patch-configure | 11 | ||||
-rw-r--r-- | security/tor-devel/files/patch-src::common::or.c | 13 | ||||
-rw-r--r-- | security/tor-devel/files/patch-src::common::util.c | 20 | ||||
-rw-r--r-- | security/tor/Makefile | 2 | ||||
-rw-r--r-- | security/tor/distinfo | 4 | ||||
-rw-r--r-- | security/tor/files/patch-configure | 11 | ||||
-rw-r--r-- | security/tor/files/patch-src::common::or.c | 13 | ||||
-rw-r--r-- | security/tor/files/patch-src::common::util.c | 20 |
10 files changed, 6 insertions, 94 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 */ diff --git a/security/tor/Makefile b/security/tor/Makefile index ff21c9f181f6..725e5e108d8a 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 76880e9ecc72..6a7c7a538bb9 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 d23194a9c07a..000000000000 --- 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 e4d39a4a17be..000000000000 --- 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 f33fad3a3465..000000000000 --- 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 */ |