Update to 3.7 beta 5
This commit is contained in:
parent
5abd620ce7
commit
c301912128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227097
3 changed files with 7 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xshttpd
|
||||
DISTVERSION= 3.7b03
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.7b05
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
|
||||
ftp://mud.stack.nl/pub/xs-httpd/release/
|
||||
|
@ -100,7 +99,6 @@ post-patch:
|
|||
${WRKSRC}/config/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${WWWDIR}/module/.keepme
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xshttpd-37b03.tar.bz2) = 85db650684f243dbb5b0e9e33f2d3407
|
||||
SHA256 (xshttpd-37b03.tar.bz2) = 04034e02ab4e4082da194e536c71de5c391e51908d547e239cc1c43358f3438d
|
||||
SIZE (xshttpd-37b03.tar.bz2) = 262100
|
||||
MD5 (xshttpd-37b05.tar.bz2) = aee34245f6890a61ef6720621122a851
|
||||
SHA256 (xshttpd-37b05.tar.bz2) = 37c6e0437f20b5497fd7f84246ced40e5b0b23193818ebc04b615fc6db2ecf75
|
||||
SIZE (xshttpd-37b05.tar.bz2) = 265275
|
||||
|
|
|
@ -64,9 +64,11 @@ bin/xspasswd
|
|||
%%WWWDIR%%/icons/xs-unknown.gif
|
||||
%%WWWDIR%%/icons/xs-video.gif
|
||||
%%WWWDIR%%/icons/xs-zip.gif
|
||||
%%WWWDIR%%/module/.keepme
|
||||
%%PERL%%%%WWWDIR%%/module/mod_perl.so
|
||||
%%LDAP%%%%WWWDIR%%/module/mod_ldap.so
|
||||
%%WWWDIR%%/module/mod_compress.so
|
||||
%%WWWDIR%%/module/mod_gzip.so
|
||||
%%WWWDIR%%/module/mod_bzip2.so
|
||||
@exec mkdir -p %%WWWDIR%%/htdocs
|
||||
@dirrm %%WWWDIR%%/contrib
|
||||
@dirrm %%WWWDIR%%/gfxcount
|
||||
|
|
Loading…
Reference in a new issue