mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Update to 5.0
PR: 200478 Submitted by: jimmy@mammothcheese.ca (maintainer)
This commit is contained in:
parent
9a4adaae22
commit
033203568b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387679
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drood
|
||||
PORTVERSION= 4.3
|
||||
PORTVERSION= 5.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
@ -12,20 +12,10 @@ COMMENT= Lightweight kqueue-based http/1.1 server
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_SQLITE= 3
|
||||
USE_OPENSSL= yes
|
||||
|
||||
PLIST_FILES= bin/drood \
|
||||
man/man8/drood.8.gz \
|
||||
etc/rc.d/drood \
|
||||
etc/drood/types.tab \
|
||||
etc/drood/types.tab.dist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (drood-4.3.tar.gz) = 9bfa4818c6a0bfea49ec32450a5923e9387263cb4fb17430fb70ff1bc91bd529
|
||||
SIZE (drood-4.3.tar.gz) = 53744
|
||||
SHA256 (drood-5.0.tar.gz) = 0027ab4ff8285a9abbdd6610368f12bae7a79ab87a691944aeadeb6a53d9233a
|
||||
SIZE (drood-5.0.tar.gz) = 44266
|
||||
|
@ -1,6 +1,6 @@
|
||||
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
|
||||
alternative to more complex web servers for websites where the server
|
||||
requirements are simple. Drood supports IPv4/IPv6, name-based virtual
|
||||
hosting, TLS, SCGI, and WebSockets.
|
||||
hosting, SCGI, and WebSockets.
|
||||
|
||||
WWW: http://www.mammothcheese.ca/
|
||||
|
Loading…
Reference in New Issue
Block a user