diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
commit | a26c8411f187f94a72a9db1f72b91b14b2890422 (patch) | |
tree | 302e7a57a6ffcf7ba046b2857902097e77e8e7e2 | |
parent | 65a08cbc49e4adbac1f187f24e1073c5bbabd9fb (diff) | |
download | FreeBSD-ports-a26c8411f187f94a72a9db1f72b91b14b2890422.zip FreeBSD-ports-a26c8411f187f94a72a9db1f72b91b14b2890422.tar.gz |
Upgrade to version 1.3.3b
PR: 26338
Submitted by: MAINTAINER
-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 57047d4..58f844d 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 4f63b3f..5b7de88 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 de89163..0000000 --- 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" |