Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 19:01:08 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
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
Message-ID:  <201308311901.r7VJ184b071535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lth@FreeBSD.org>
-#
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308311901.r7VJ184b071535>