aboutsummaryrefslogtreecommitdiff
path: root/www/bozohttpd
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-05-30 17:47:14 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-05-30 17:47:14 +0000
commitc72b2e9000c565a3dff55f3d79319078dce45c1f (patch)
tree1875d4906dda7cf7f7ebeb258489c82b011b3941 /www/bozohttpd
parent47a4d6884846daf965a37c74bc2284d3edba1659 (diff)
downloadports-c72b2e9000c565a3dff55f3d79319078dce45c1f.tar.gz
ports-c72b2e9000c565a3dff55f3d79319078dce45c1f.zip
Notes
Diffstat (limited to 'www/bozohttpd')
-rw-r--r--www/bozohttpd/Makefile2
-rw-r--r--www/bozohttpd/distinfo6
-rw-r--r--www/bozohttpd/files/patch-Makefile19
3 files changed, 15 insertions, 12 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 65d8d46fc32b..e30483d64ca2 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -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 --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo
index 8286b57c795b..c6a8db584823 100644
--- a/www/bozohttpd/distinfo
+++ b/www/bozohttpd/distinfo
@@ -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 --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile
index 2df4cef1d428..1f78a0ee7fee 100644
--- a/www/bozohttpd/files/patch-Makefile
+++ b/www/bozohttpd/files/patch-Makefile
@@ -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 <bsd.prog.mk>
-
+ check:
+ cd $(.CURDIR)/testsuite && $(MAKE) check