From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 15 19:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE9216A41C for ; Wed, 15 Jun 2005 19:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2935343D55 for ; Wed, 15 Jun 2005 19:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5FJoJsT099047 for ; Wed, 15 Jun 2005 19:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5FJoJwx099012; Wed, 15 Jun 2005 19:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 15 Jun 2005 19:50:19 GMT Resent-Message-Id: <200506151950.j5FJoJwx099012@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C68516A41C for ; Wed, 15 Jun 2005 19:45:02 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from mail.wormulon.net (plant.wormulon.net [81.169.153.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B73043D1F for ; Wed, 15 Jun 2005 19:45:02 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from localhost (localhost [127.0.0.1]) by mail.wormulon.net (Postfix) with ESMTP id C47CA4EEC0; Wed, 15 Jun 2005 21:45:00 +0200 (CEST) Received: from mail.wormulon.net ([127.0.0.1]) by localhost (plant.wormulon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35580-08; Wed, 15 Jun 2005 21:44:56 +0200 (CEST) Received: by mail.wormulon.net (Postfix, from userid 1001) id 08BE64F07A; Wed, 15 Jun 2005 21:44:56 +0200 (CEST) Message-Id: <20050615194456.08BE64F07A@mail.wormulon.net> Date: Wed, 15 Jun 2005 21:44:56 +0200 (CEST) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Hendrik Scholz Subject: ports/82288: maintainer-update: www/lighttpd (1.3.13 to 1.3.14) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 19:50:19 -0000 >Number: 82288 >Category: ports >Synopsis: maintainer-update: www/lighttpd (1.3.13 to 1.3.14) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 15 19:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: Maintainer update of lighttpd. Changes: - update to 1.3.14 - add new lighttpd module - make portlint happy by moving WITH_OPENSSL >How-To-Repeat: >Fix: --- lighttpd-1.3.14.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 12 Apr 2005 03:26:43 -0000 1.19 +++ Makefile 15 Jun 2005 19:42:03 -0000 @@ -6,8 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.13 -PORTREVISION= 1 +PORTVERSION= 1.3.14 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ @@ -36,10 +35,13 @@ MYSQL "Enable MYSQL support" off \ IPV6 "Disable IPV6 support" off +.if defined(WITH_OPENSSL) +USE_OPENSSL= yes +.endif + .include .if defined(WITH_OPENSSL) -USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 11 Mar 2005 06:00:23 -0000 1.13 +++ distinfo 15 Jun 2005 19:42:03 -0000 @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.13.tar.gz) = 2f017b936be376ad6f6c2ee26db93467 -SIZE (lighttpd-1.3.13.tar.gz) = 680068 +MD5 (lighttpd-1.3.14.tar.gz) = 16d9f8c40bcb5638ee452fa23b21e346 +SIZE (lighttpd-1.3.14.tar.gz) = 691059 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 30 Jan 2005 18:52:21 -0000 1.6 +++ pkg-plist 15 Jun 2005 19:42:03 -0000 @@ -15,6 +15,7 @@ lib/lighttpd/mod_redirect.so lib/lighttpd/mod_rewrite.so lib/lighttpd/mod_rrdtool.so +lib/lighttpd/mod_scgi.so lib/lighttpd/mod_secdownload.so lib/lighttpd/mod_setenv.so lib/lighttpd/mod_simple_vhost.so --- lighttpd-1.3.14.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: