Upgrade to version 1.3.3b

PR: 26338
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2001-04-05 15:01:41 +00:00
parent 0458dc9b1f
commit 9864310df0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40888
3 changed files with 2 additions and 18 deletions

View file

@ -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}

View file

@ -1 +1 @@
MD5 (tinyproxy-1.3.3a.tar.gz) = ef78569076fadbe4271c19422373998b
MD5 (tinyproxy-1.3.3b.tar.gz) = bd60ff82019c63abc67491c261e9d351

View file

@ -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"