From owner-svn-ports-all@FreeBSD.ORG Sat Aug 31 19:01:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1505B90; Sat, 31 Aug 2013 19:01:08 +0000 (UTC) (envelope-from lth@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A372E2FB6; Sat, 31 Aug 2013 19:01:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7VJ18RE071537; Sat, 31 Aug 2013 19:01:08 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7VJ184b071535; Sat, 31 Aug 2013 19:01:08 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201308311901.r7VJ184b071535@svn.freebsd.org> From: Lars Thegler Date: Sat, 31 Aug 2013 19:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325828 - head/www/p5-HTTP-Server-Simple-Static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 19:01:08 -0000 Author: lth Date: Sat Aug 31 19:01:07 2013 New Revision: 325828 URL: http://svnweb.freebsd.org/changeset/ports/325828 Log: - Update to 0.09 Changes: 0.09 Thu, 15 Aug 2013 09:08:00 +0100 - Added support for clients which send an If-Modified-Since HTTP header in the request. We return a 304 if the file has not been changed. 0.08 Wed, 14 Aug 2013 17:00:00 +0100 - Replaced File::MMagic and MIME::Types with File::LibMagic which should be more reliable. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598 - Improved docs and code example. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701 - Added support for the Last-Modified and Date HTTP headers, this consequently adds a new dependency on HTTP::Date. - Added support for not sending the content when the request method is HEAD. Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile head/www/p5-HTTP-Server-Simple-Static/distinfo Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/Makefile Sat Aug 31 18:55:09 2013 (r325827) +++ head/www/p5-HTTP-Server-Simple-Static/Makefile Sat Aug 31 19:01:07 2013 (r325828) @@ -1,12 +1,7 @@ -# New ports collection makefile for: www/p5-HTTP-Server-Simple-Static -# Date created: 30 March 2005 -# Whom: Lars Thegler -# # $FreeBSD$ -# PORTNAME= HTTP-Server-Simple-Static -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTP @@ -15,10 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Serve static files with HTTP::Server::Simple -RUN_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic +RUN_DEPENDS= p5-File-LibMagic>=0:${PORTSDIR}/devel/p5-File-LibMagic \ + p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ + p5-URI>=0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/www/p5-HTTP-Server-Simple-Static/distinfo ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/distinfo Sat Aug 31 18:55:09 2013 (r325827) +++ head/www/p5-HTTP-Server-Simple-Static/distinfo Sat Aug 31 19:01:07 2013 (r325828) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Server-Simple-Static-0.07.tar.gz) = 7c445e86dea2da033dd92bf8b0cc58354e64a57eddd2c13c1ca319b1c73da0b7 -SIZE (HTTP-Server-Simple-Static-0.07.tar.gz) = 3908 +SHA256 (HTTP-Server-Simple-Static-0.09.tar.gz) = f215f76a7588c4503744ea86d561ca4ca4a2fa400584671ec1790b7108972e21 +SIZE (HTTP-Server-Simple-Static-0.09.tar.gz) = 5717