aboutsummaryrefslogtreecommitdiff
path: root/net/proxy-suite
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2005-10-22 21:32:48 +0000
committerThomas Quinot <thomas@FreeBSD.org>2005-10-22 21:32:48 +0000
commit4e8711aa04a6316209d982cef13012acc6f17582 (patch)
tree2d14f1f81b0dff3da0701ab12d095200e53a087d /net/proxy-suite
parentb9a29a82a318ce1e093f4600b4128768afc24b8e (diff)
downloadports-4e8711aa04a6316209d982cef13012acc6f17582.tar.gz
ports-4e8711aa04a6316209d982cef13012acc6f17582.zip
Notes
Diffstat (limited to 'net/proxy-suite')
-rw-r--r--net/proxy-suite/Makefile2
-rw-r--r--net/proxy-suite/distinfo4
-rw-r--r--net/proxy-suite/files/patch-com-socket.c10
-rw-r--r--net/proxy-suite/files/patch-configure.in8
4 files changed, 5 insertions, 19 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile
index 1fd47b5f504e..bb8c96ccd424 100644
--- a/net/proxy-suite/Makefile
+++ b/net/proxy-suite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= proxy-suite
-PORTVERSION= 1.9.2.2
+PORTVERSION= 1.9.2.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \
ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \
diff --git a/net/proxy-suite/distinfo b/net/proxy-suite/distinfo
index 8c18df02da37..ff76fdcf2e06 100644
--- a/net/proxy-suite/distinfo
+++ b/net/proxy-suite/distinfo
@@ -1,2 +1,2 @@
-MD5 (proxy-suite-1.9.2.2.tar.bz2) = 22381944a6947d6af11269884f834bd2
-SIZE (proxy-suite-1.9.2.2.tar.bz2) = 305924
+MD5 (proxy-suite-1.9.2.3.tar.bz2) = 00b431b400132c9916a70afd9b0eba8a
+SIZE (proxy-suite-1.9.2.3.tar.bz2) = 312240
diff --git a/net/proxy-suite/files/patch-com-socket.c b/net/proxy-suite/files/patch-com-socket.c
index d9b26c0eb1ee..5790dac9cd0d 100644
--- a/net/proxy-suite/files/patch-com-socket.c
+++ b/net/proxy-suite/files/patch-com-socket.c
@@ -1,15 +1,5 @@
--- common/com-socket.c.dist Tue Mar 30 10:31:32 2004
+++ common/com-socket.c Tue Jun 14 09:26:44 2005
-@@ -84,6 +84,9 @@
- #if defined(HAVE_STROPTS_H)
- # include <stropts.h>
- #endif
-+#if defined(HAVE_SYS_PARAM_H)
-+# include <sys/param.h>
-+#endif
- #if defined(HAVE_SYS_CONF_H)
- # include <sys/conf.h>
- #endif
@@ -2132,9 +2135,9 @@
/*
** BSD ipnat table lookup
diff --git a/net/proxy-suite/files/patch-configure.in b/net/proxy-suite/files/patch-configure.in
index a3d37137cd5b..0d749e5680b0 100644
--- a/net/proxy-suite/files/patch-configure.in
+++ b/net/proxy-suite/files/patch-configure.in
@@ -1,11 +1,7 @@
--- configure.in Tue Mar 30 12:31:31 2004
+++ configure.in Mon Dec 20 17:35:02 2004
-@@ -201,10 +201,10 @@
- AC_HEADER_TIME
- AC_CHECK_HEADERS(sys/time.h sys/select.h fcntl.h sys/fcntl.h)
-
--AC_CHECK_HEADERS(sys/filio.h sys/conf.h paths.h stropts.h)
-+AC_CHECK_HEADERS(sys/filio.h sys/param.h sys/conf.h paths.h stropts.h)
+@@ -204,7 +204,7 @@
+ AC_CHECK_HEADERS(sys/filio.h sys/param.h sys/conf.h paths.h stropts.h)
AC_CHECK_HEADERS(sys/sockio.h)
-AC_CHECK_HEADERS(net/if.h net/pfvar.h netinet/in_systm.h)