diff --git a/www/drood/Makefile b/www/drood/Makefile index cf33f9cf0843..98cb74ce2f0f 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -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 - -.if ${OSVERSION} < 1000000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl -RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl -.endif - -.include +.include diff --git a/www/drood/distinfo b/www/drood/distinfo index 83df387cc05d..c27d7dfd603f 100644 --- a/www/drood/distinfo +++ b/www/drood/distinfo @@ -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 diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr index 3542fe7bfe05..2f0ca9050390 100644 --- a/www/drood/pkg-descr +++ b/www/drood/pkg-descr @@ -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/