mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update XS-httpd to 3.7 beta 29
This commit is contained in:
parent
2438ce3ae0
commit
8dcc4dda19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349395
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xshttpd
|
||||
DISTVERSION= 3.7b28
|
||||
DISTVERSION= 3.7b29
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
|
||||
ftp://mud.stack.nl/pub/xs-httpd/release/
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
CONFLICTS_INSTALL= xshttpd-[0-9]* publicfile-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= xshttpd
|
||||
GNU_CONFIGURE= yes
|
||||
@ -46,7 +46,6 @@ PORTDOCS= README ChangeLog
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \
|
||||
-e 's|httpd\.pid|xs&|' \
|
||||
${WRKSRC}/src/constants.h
|
||||
@${REINPLACE_CMD} -e 's|mime.types ||g' \
|
||||
${WRKSRC}/config/Makefile.in
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xshttpd-37b28.tar.bz2) = 6d4a288bed6d5608f24396dceb2549cf18721fa1a969e50fefd35fb4ca5b79c9
|
||||
SIZE (xshttpd-37b28.tar.bz2) = 288728
|
||||
SHA256 (xshttpd-37b29.tar.bz2) = e29d09aaca592302f3c77992900b01aa6f8d67d98b072b859b8fc1ab703f9abc
|
||||
SIZE (xshttpd-37b29.tar.bz2) = 288803
|
||||
|
@ -98,5 +98,5 @@ man/man7/httpd_ssi.7.gz
|
||||
@dirrmtry %%ETCDIR%%
|
||||
@dirrmtry libexec/xshttpd
|
||||
@cwd /
|
||||
@unexec rmdir var/log/xshttpd 2>/dev/null || true
|
||||
@exec mkdir -p var/log/xshttpd
|
||||
@unexec rmdir var/log/xshttpd var/db/xshttpd/sessions var/db/xshttpd 2>/dev/null || true
|
||||
@exec mkdir -p var/log/xshttpd var/db/xshttpd/sessions
|
||||
|
Loading…
Reference in New Issue
Block a user