diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
commit | 9864310df0da57736b092b83968de883d6d8d8d9 (patch) | |
tree | 3a600b1931fa1e1f0863f04c3ec4ed883cb1f05c /www | |
parent | 0458dc9b1fece056bc6c28ba0452c79cdaf609aa (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/tinyproxy/Makefile | 2 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 2 | ||||
-rw-r--r-- | www/tinyproxy/files/patch-aa | 16 |
3 files changed, 2 insertions, 18 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 57047d4afaf4..58f844d68384 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinyproxy -PORTVERSION= 1.3.3a +PORTVERSION= 1.3.3b CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 4f63b3f599d5..5b7de88448ec 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1 +1 @@ -MD5 (tinyproxy-1.3.3a.tar.gz) = ef78569076fadbe4271c19422373998b +MD5 (tinyproxy-1.3.3b.tar.gz) = bd60ff82019c63abc67491c261e9d351 diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa deleted file mode 100644 index de8916332f74..000000000000 --- a/www/tinyproxy/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/dnscache.c.dist Thu Mar 30 01:18:05 2000 -+++ src/dnscache.c Fri Apr 7 19:59:54 2000 -@@ -28,12 +28,12 @@ - #include <string.h> - #include <netdb.h> - #include <time.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <assert.h> - #include <ctype.h> --#include <sys/types.h> - - #include "utils.h" - #include "dnscache.h" |