1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to 20100512

PR:		147224
Submitted by:	janos mohacsi
This commit is contained in:
Tilman Keskinoz 2010-05-30 17:47:14 +00:00
parent 47a4d68848
commit c72b2e9000
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255334
3 changed files with 15 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= bozohttpd
PORTVERSION= 20090522
PORTVERSION= 20100512
CATEGORIES= www ipv6
MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \
${MASTER_SITE_NETBSD}

View File

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

View File

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