Date: Sun, 17 May 2015 12:42:38 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386605 - head/www/drood Message-ID: <201505171242.t4HCgcvB062961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun May 17 12:42:37 2015 New Revision: 386605 URL: https://svnweb.freebsd.org/changeset/ports/386605 Log: Update to upstream version 4.2 PR: 200180 Submitted by: jimmy@mammothcheese.ca (maintainer) Deleted: head/www/drood/pkg-plist Modified: head/www/drood/Makefile head/www/drood/distinfo head/www/drood/pkg-descr Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/Makefile Sun May 17 12:42:37 2015 (r386605) @@ -2,11 +2,30 @@ # $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 <bsd.port.mk> +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> Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/distinfo Sun May 17 12:42:37 2015 (r386605) @@ -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 Modified: head/www/drood/pkg-descr ============================================================================== --- head/www/drood/pkg-descr Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/pkg-descr Sun May 17 12:42:37 2015 (r386605) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171242.t4HCgcvB062961>