diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-04-19 13:11:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-04-19 13:11:10 +0800 |
commit | 646ef710e4a716f8c4796e67dcbcd723443452ba (patch) | |
tree | fa672bc0804f70462fb51b9fd71644e5598a493e /www/webalizer | |
parent | 08c3f40b26180f4b46683a44b46e06d684b01665 (diff) | |
download | freebsd-ports-gnome-646ef710e4a716f8c4796e67dcbcd723443452ba.tar.gz freebsd-ports-gnome-646ef710e4a716f8c4796e67dcbcd723443452ba.tar.zst freebsd-ports-gnome-646ef710e4a716f8c4796e67dcbcd723443452ba.zip |
- update to 2.23-05
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 5 | ||||
-rw-r--r-- | www/webalizer/distinfo | 4 | ||||
-rw-r--r-- | www/webalizer/files/patch-hashtab.c | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 63c9b791cd77..dee3cea92ecf 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -6,15 +6,14 @@ # PORTNAME= webalizer -PORTVERSION= 2.23.4 -PORTREVISION= 1 +PORTVERSION= 2.23.5 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ http://flags.blogpotato.de/zip/:flags PKGNAMESUFFIX?= ${WEBALIZER_SUFFIX}${PKGNAMESUFFIX2} -DISTNAME= ${PORTNAME}-2.23-04-src +DISTNAME= ${PORTNAME}-2.23-05-src DISTFILES= ${DISTNAME}.tgz:main MAINTAINER?= dinoex@FreeBSD.org diff --git a/www/webalizer/distinfo b/www/webalizer/distinfo index d8d65e31e931..5c4fe3ac6b61 100644 --- a/www/webalizer/distinfo +++ b/www/webalizer/distinfo @@ -1,5 +1,5 @@ -SHA256 (webalizer-2.23-04-src.tgz) = f6e0eefbbc895d85ac864f70e66666bc2ed3663826e998a8f8bdba1c67d5ee28 -SIZE (webalizer-2.23-04-src.tgz) = 538468 +SHA256 (webalizer-2.23-05-src.tgz) = 420cbb515df87a39d17d6810bdf4968d82b4ba6d90c2e0a9ce23d864c2896f6f +SIZE (webalizer-2.23-05-src.tgz) = 537287 SHA256 (webalizer-flags.tgz) = df9961fec7da2c16ed3faefb763f912c2db5ddce6a24e4f46647d7e64b8ab29a SIZE (webalizer-flags.tgz) = 146658 SHA256 (webalizer-geodb-20110101.tgz) = ffe9031d39096082e148a67a9bcbc48240f785fb38c390d4b0938b0806e3fef8 diff --git a/www/webalizer/files/patch-hashtab.c b/www/webalizer/files/patch-hashtab.c deleted file mode 100644 index cd432c9ef523..000000000000 --- a/www/webalizer/files/patch-hashtab.c +++ /dev/null @@ -1,11 +0,0 @@ ---- hashtab.c.orig 2011-01-03 05:51:12.000000000 +0100 -+++ hashtab.c 2011-02-02 07:26:44.000000000 +0100 -@@ -418,7 +418,7 @@ - if (nptr!=NULL) - { - if (type==OBJ_GRP) nptr->flag=OBJ_GRP; -- else if (isinglist(hidden_urls,nptr->string)!=NULL) -+ else if (isinlist(hidden_urls,nptr->string)!=NULL) - nptr->flag=OBJ_HIDE; - } - return nptr==NULL; |