From owner-svn-ports-head@FreeBSD.ORG Wed May 27 21:02:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E05FCD2; Wed, 27 May 2015 21:02:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 015C0780; Wed, 27 May 2015 21:02:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RL2euu034357; Wed, 27 May 2015 21:02:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RL2eQr034354; Wed, 27 May 2015 21:02:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505272102.t4RL2eQr034354@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 May 2015 21:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387679 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 21:02:41 -0000 Author: amdmi3 Date: Wed May 27 21:02:39 2015 New Revision: 387679 URL: https://svnweb.freebsd.org/changeset/ports/387679 Log: - Update to 5.0 PR: 200478 Submitted by: jimmy@mammothcheese.ca (maintainer) Modified: head/www/drood/Makefile head/www/drood/distinfo head/www/drood/pkg-descr Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Wed May 27 20:22:59 2015 (r387678) +++ head/www/drood/Makefile Wed May 27 21:02:39 2015 (r387679) @@ -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 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 Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Wed May 27 20:22:59 2015 (r387678) +++ head/www/drood/distinfo Wed May 27 21:02:39 2015 (r387679) @@ -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 Modified: head/www/drood/pkg-descr ============================================================================== --- head/www/drood/pkg-descr Wed May 27 20:22:59 2015 (r387678) +++ head/www/drood/pkg-descr Wed May 27 21:02:39 2015 (r387679) @@ -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/