diff -ruN --exclude=CVS /usr/ports/www/bozohttpd.orig/Makefile /usr/ports/www/bozohttpd/Makefile --- /usr/ports/www/bozohttpd.orig/Makefile 2009-11-05 16:55:54.000000000 +0100 +++ /usr/ports/www/bozohttpd/Makefile 2010-05-30 17:33:00.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= bozohttpd -PORTVERSION= 20090522 +PORTVERSION= 20100512 CATEGORIES= www ipv6 MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \ ${MASTER_SITE_NETBSD} diff -ruN --exclude=CVS /usr/ports/www/bozohttpd.orig/distinfo /usr/ports/www/bozohttpd/distinfo --- /usr/ports/www/bozohttpd.orig/distinfo 2009-11-05 16:55:54.000000000 +0100 +++ /usr/ports/www/bozohttpd/distinfo 2010-05-30 17:33:09.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (bozohttpd-20090522.tar.bz2) = d5b61fab13780aff4edd1a003ed5e496 -SHA256 (bozohttpd-20090522.tar.bz2) = 0b9e3e0f31f8d09b7d3aa3bbaee614b19ed4b106e92f7169ca1e78062edc2fe9 -SIZE (bozohttpd-20090522.tar.bz2) = 38327 +MD5 (bozohttpd-20100512.tar.bz2) = 14a695c67472972e6dd98bac568a9e6e +SHA256 (bozohttpd-20100512.tar.bz2) = 2b90bc46c9db2defaaf92f80acf8caa7ffc3a07c27ad85ae5a67a7e385cc04e0 +SIZE (bozohttpd-20100512.tar.bz2) = 46075 diff -ruN --exclude=CVS /usr/ports/www/bozohttpd.orig/files/patch-Makefile /usr/ports/www/bozohttpd/files/patch-Makefile --- /usr/ports/www/bozohttpd.orig/files/patch-Makefile 2002-10-20 23:25:02.000000000 +0200 +++ /usr/ports/www/bozohttpd/files/patch-Makefile 2010-05-30 17:35:03.000000000 +0200 @@ -1,13 +1,16 @@ ---- Makefile.orig Thu Aug 22 22:43:44 2002 -+++ Makefile Sun Oct 20 14:26:17 2002 -@@ -4,6 +4,10 @@ - MAN= bozohttpd.8 + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile +@@ -23,6 +23,10 @@ + SRCS+= main.c - WARNS= 3 + WARNS?= 4 +NO_WERROR=1 -+ ++ +BINDIR=$(PREFIX)/libexec +MANDIR=$(PREFIX)/man/man - .include - + check: + cd $(.CURDIR)/testsuite && $(MAKE) check