mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update bozohttpd to 20260503.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT = bozotic HTTP server
|
||||
|
||||
DISTNAME = bozohttpd-20240126
|
||||
DISTNAME = bozohttpd-20260503
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://www.eterna23.net/bozohttpd/
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (bozohttpd-20240126.tar.bz2) = V2JnvFaBxStlApTD8qhbjI2MI5515xqrp5c3cfhStW0=
|
||||
SIZE (bozohttpd-20240126.tar.bz2) = 62621
|
||||
SHA256 (bozohttpd-20260503.tar.bz2) = Ki5tYraNIZQ0lzk3qP69F3QfIumMdB9skisi8T91I80=
|
||||
SIZE (bozohttpd-20260503.tar.bz2) = 63355
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -26,24 +26,22 @@
|
||||
@@ -26,17 +26,15 @@
|
||||
|
||||
COPTS+= -DDO_HTPASSWD
|
||||
PROG= bozohttpd
|
||||
@@ -20,16 +20,17 @@ Index: Makefile
|
||||
+DPADD= ${LIBM}
|
||||
|
||||
WARNS?= 4
|
||||
|
||||
LINTFLAGS+= -X 193 # statement not reached
|
||||
@@ -44,7 +42,7 @@ LINTFLAGS+= -X 193 # statement not reached
|
||||
.if defined(.OS.MAKE)
|
||||
OPSYS= ${.OS.MAKE}
|
||||
.else
|
||||
-OPSYS:= ${:!uname -s!:S/-//g:S/\///g}
|
||||
+OPSYS!= uname -s
|
||||
+OPSYS:= uname -s
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "QNX"
|
||||
@@ -86,7 +84,7 @@ check:
|
||||
@@ -87,7 +85,7 @@ check:
|
||||
.if empty(BOZOVER)
|
||||
BOZOVER!= sed -n \
|
||||
-e s/\"$$// -e \
|
||||
|
||||
Reference in New Issue
Block a user