Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 17:14:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434612 - head/www/p5-POE-Component-Server-SimpleHTTP
Message-ID:  <201702221714.v1MHEaZo074739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 22 17:14:36 2017
New Revision: 434612
URL: https://svnweb.freebsd.org/changeset/ports/434612

Log:
  Update to 2.24
  
  - Add LICENSE_FILE
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/Changes

Modified:
  head/www/p5-POE-Component-Server-SimpleHTTP/Makefile
  head/www/p5-POE-Component-Server-SimpleHTTP/distinfo
  head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist

Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile
==============================================================================
--- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile	Wed Feb 22 17:14:31 2017	(r434611)
+++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile	Wed Feb 22 17:14:36 2017	(r434612)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Component-Server-SimpleHTTP
-PORTVERSION=	2.22
+PORTVERSION=	2.24
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +11,7 @@ COMMENT=	Perl extension to serve HTTP re
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Moose>=0.9:devel/p5-Moose \
 		p5-MooseX-POE>=0.205:devel/p5-MooseX-POE \

Modified: head/www/p5-POE-Component-Server-SimpleHTTP/distinfo
==============================================================================
--- head/www/p5-POE-Component-Server-SimpleHTTP/distinfo	Wed Feb 22 17:14:31 2017	(r434611)
+++ head/www/p5-POE-Component-Server-SimpleHTTP/distinfo	Wed Feb 22 17:14:36 2017	(r434612)
@@ -1,2 +1,3 @@
-SHA256 (POE-Component-Server-SimpleHTTP-2.22.tar.gz) = d0784af090c75dc4dd0d57295e779fbb11f8344decc50d209d50aa529fe1b174
-SIZE (POE-Component-Server-SimpleHTTP-2.22.tar.gz) = 63902
+TIMESTAMP = 1487767202
+SHA256 (POE-Component-Server-SimpleHTTP-2.24.tar.gz) = d4c85df84b63d1c28ae3d8e522965360db19856d51328030c7865255d7b1ff38
+SIZE (POE-Component-Server-SimpleHTTP-2.24.tar.gz) = 62063

Modified: head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist
==============================================================================
--- head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist	Wed Feb 22 17:14:31 2017	(r434611)
+++ head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist	Wed Feb 22 17:14:36 2017	(r434612)
@@ -1,7 +1,7 @@
-%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP.3.gz
-%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Connection.3.gz
-%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Response.3.gz
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP.pm
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Connection.pm
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Response.pm
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/State.pm
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP.3.gz
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Connection.3.gz
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Response.3.gz



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