aboutsummaryrefslogtreecommitdiff
path: root/www/tinyproxy
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-04-05 15:01:41 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-04-05 15:01:41 +0000
commit9864310df0da57736b092b83968de883d6d8d8d9 (patch)
tree3a600b1931fa1e1f0863f04c3ec4ed883cb1f05c /www/tinyproxy
parent0458dc9b1fece056bc6c28ba0452c79cdaf609aa (diff)
downloadports-9864310df0da57736b092b83968de883d6d8d8d9.tar.gz
ports-9864310df0da57736b092b83968de883d6d8d8d9.zip
Notes
Diffstat (limited to 'www/tinyproxy')
-rw-r--r--www/tinyproxy/Makefile2
-rw-r--r--www/tinyproxy/distinfo2
-rw-r--r--www/tinyproxy/files/patch-aa16
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"