Index: head/www/drood/pkg-plist =================================================================== --- head/www/drood/pkg-plist (revision 386604) +++ head/www/drood/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/drood -man/man8/drood.8.gz -etc/rc.d/drood -etc/drood/types.tab -etc/drood/types.tab.dist Property changes on: head/www/drood/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/drood/Makefile =================================================================== --- head/www/drood/Makefile (revision 386604) +++ head/www/drood/Makefile (revision 386605) @@ -1,12 +1,31 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.25 +PORTVERSION= 4.3 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server -.include +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 Index: head/www/drood/distinfo =================================================================== --- head/www/drood/distinfo (revision 386604) +++ head/www/drood/distinfo (revision 386605) @@ -1,2 +1,2 @@ -SHA256 (drood-3.25.tar.gz) = 4717e15e14af948fa89b8ee27c036679c08d64de393ab72d27a9ffcc5c4b90d9 -SIZE (drood-3.25.tar.gz) = 61146 +SHA256 (drood-4.3.tar.gz) = 9bfa4818c6a0bfea49ec32450a5923e9387263cb4fb17430fb70ff1bc91bd529 +SIZE (drood-4.3.tar.gz) = 53744 Index: head/www/drood/pkg-descr =================================================================== --- head/www/drood/pkg-descr (revision 386604) +++ head/www/drood/pkg-descr (revision 386605) @@ -1,7 +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 name-based virtual hosting, CGI -and SCGI, local WebSocket forwarding, gzipped content-encoding for static -resources, and will service both IPv4 and IPv6 connections. +requirements are simple. Drood supports IPv4/IPv6, name-based virtual +hosting, TLS, SCGI, and WebSockets. WWW: http://www.mammothcheese.ca/