summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 21:02:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 21:02:39 +0000
commit033203568b990d5b7989748f85524443c6167195 (patch)
treea4bcb5655429496f79ccafdf833432dbb5846c4b /www
parentUpdate to 2015.3.14. (diff)
- Update to 5.0
PR: 200478 Submitted by: jimmy@mammothcheese.ca (maintainer)
Notes
Notes: svn path=/head/; revision=387679
Diffstat (limited to 'www')
-rw-r--r--www/drood/Makefile14
-rw-r--r--www/drood/distinfo4
-rw-r--r--www/drood/pkg-descr2
3 files changed, 5 insertions, 15 deletions
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 <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>
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/