diff options
author | ache <ache@FreeBSD.org> | 2000-09-30 22:19:53 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-30 22:19:53 +0800 |
commit | 247c58467bde833ab759a668b73ea85dd41fa2bb (patch) | |
tree | cba4e207bec41aa84b8c2ff96e2578382eca64ea /www | |
parent | 0b14a40ad1bb920301e31339de8ffd804b74a7f4 (diff) | |
download | freebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.tar.gz freebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.tar.zst freebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.zip |
Upgrade to 2.01.03
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer-2/Makefile | 4 | ||||
-rw-r--r-- | www/webalizer-2/distinfo | 2 | ||||
-rw-r--r-- | www/webalizer-2/files/patch-ac | 16 | ||||
-rw-r--r-- | www/webalizer/files/patch-ac | 16 |
4 files changed, 11 insertions, 27 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index a4c3aa0d890f..621bcc208245 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= webalizer -PORTVERSION= 2.01.02 +PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ -DISTNAME= ${PORTNAME}-2.01-02-src +DISTNAME= ${PORTNAME}-2.01-03-src MAINTAINER= ache@FreeBSD.org diff --git a/www/webalizer-2/distinfo b/www/webalizer-2/distinfo index 2c16fcfb04bf..de87e4baa577 100644 --- a/www/webalizer-2/distinfo +++ b/www/webalizer-2/distinfo @@ -1 +1 @@ -MD5 (webalizer-2.01-02-src.tar.bz2) = 685ce1c7ee60ea7de3bfb3f31f0df30e +MD5 (webalizer-2.01-03-src.tar.bz2) = ec3146a2a6573d59ddf8db188c788b21 diff --git a/www/webalizer-2/files/patch-ac b/www/webalizer-2/files/patch-ac index b0c25d3404d5..8c28cee7aa22 100644 --- a/www/webalizer-2/files/patch-ac +++ b/www/webalizer-2/files/patch-ac @@ -1,19 +1,11 @@ ---- webalizer.c.orig Wed Sep 27 20:26:30 2000 -+++ webalizer.c Thu Sep 28 17:41:01 2000 -@@ -61,6 +61,7 @@ - #endif - - #ifdef USE_DNS -+#include <netinet/in.h> - #include <arpa/inet.h> - - #ifdef HAVE_DB_185_H -@@ -1798,7 +1799,7 @@ +--- webalizer.c.bak Fri Sep 29 10:20:21 2000 ++++ webalizer.c Sat Sep 30 18:11:19 2000 +@@ -1807,7 +1807,7 @@ if (*cp1=='+') *cp1=' '; /* change + to space */ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ - *cp2++=tolower(*cp1++); /* normal character */ -+ *cp2++= *cp1++; /* normal character */ ++ *cp2++= *cp1++; /* normal character */ } } *cp2=0; cp2=tmpbuf; diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac index b0c25d3404d5..8c28cee7aa22 100644 --- a/www/webalizer/files/patch-ac +++ b/www/webalizer/files/patch-ac @@ -1,19 +1,11 @@ ---- webalizer.c.orig Wed Sep 27 20:26:30 2000 -+++ webalizer.c Thu Sep 28 17:41:01 2000 -@@ -61,6 +61,7 @@ - #endif - - #ifdef USE_DNS -+#include <netinet/in.h> - #include <arpa/inet.h> - - #ifdef HAVE_DB_185_H -@@ -1798,7 +1799,7 @@ +--- webalizer.c.bak Fri Sep 29 10:20:21 2000 ++++ webalizer.c Sat Sep 30 18:11:19 2000 +@@ -1807,7 +1807,7 @@ if (*cp1=='+') *cp1=' '; /* change + to space */ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ - *cp2++=tolower(*cp1++); /* normal character */ -+ *cp2++= *cp1++; /* normal character */ ++ *cp2++= *cp1++; /* normal character */ } } *cp2=0; cp2=tmpbuf; |