Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 20:09:43 +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: r490198 - head/www/p5-Dancer-Plugin-CORS
Message-ID:  <201901132009.x0DK9hd2003710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 13 20:09:43 2019
New Revision: 490198
URL: https://svnweb.freebsd.org/changeset/ports/490198

Log:
  Update to 0.13
  
  - Add LICENSE
  - Sort *_DEPENDS
  - Add TEST_DEPENDS
  - Add NO_ARCH
  - Update WWW
  
  Changes:	https://metacpan.org/changes/distribution/Dancer-Plugin-CORS

Modified:
  head/www/p5-Dancer-Plugin-CORS/Makefile
  head/www/p5-Dancer-Plugin-CORS/distinfo
  head/www/p5-Dancer-Plugin-CORS/pkg-descr

Modified: head/www/p5-Dancer-Plugin-CORS/Makefile
==============================================================================
--- head/www/p5-Dancer-Plugin-CORS/Makefile	Sun Jan 13 20:09:38 2019	(r490197)
+++ head/www/p5-Dancer-Plugin-CORS/Makefile	Sun Jan 13 20:09:43 2019	(r490198)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer-Plugin-CORS
-PORTVERSION=	0.11
+PORTVERSION=	0.13
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ZURBORG
@@ -10,12 +10,19 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Dancer plugin for using cross origin resource sharing
 
-RUN_DEPENDS=	p5-Dancer>0:www/p5-Dancer \
-		p5-Modern-Perl>=0:lang/p5-Modern-Perl \
-		p5-Sub-Name>=0:devel/p5-Sub-Name
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Dancer>=0:www/p5-Dancer \
+		p5-Sub-Name>=0:devel/p5-Sub-Name \
+		p5-URI>=0:net/p5-URI
+TEST_DEPENDS=	p5-Module-Signature>=0:security/p5-Module-Signature \
+		p5-Test-Most>=0:devel/p5-Test-Most
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-Dancer-Plugin-CORS/distinfo
==============================================================================
--- head/www/p5-Dancer-Plugin-CORS/distinfo	Sun Jan 13 20:09:38 2019	(r490197)
+++ head/www/p5-Dancer-Plugin-CORS/distinfo	Sun Jan 13 20:09:43 2019	(r490198)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471639437
-SHA256 (Dancer-Plugin-CORS-0.11.tar.gz) = 023bc81601983a0a73260cb21b3e6de6f2f8d14f0a9789ba4116e2540fb4942d
-SIZE (Dancer-Plugin-CORS-0.11.tar.gz) = 9534
+TIMESTAMP = 1547401664
+SHA256 (Dancer-Plugin-CORS-0.13.tar.gz) = 7c5834a1e1cc5f933453320bc420b7bb077d81ac75b6c68bb66ca31744c36818
+SIZE (Dancer-Plugin-CORS-0.13.tar.gz) = 10595

Modified: head/www/p5-Dancer-Plugin-CORS/pkg-descr
==============================================================================
--- head/www/p5-Dancer-Plugin-CORS/pkg-descr	Sun Jan 13 20:09:38 2019	(r490197)
+++ head/www/p5-Dancer-Plugin-CORS/pkg-descr	Sun Jan 13 20:09:43 2019	(r490198)
@@ -3,4 +3,4 @@ cross site scripting restrictions. A webservice can pr
 which origin a client is allowed to make cross-site requests. This module helps
 you to setup such rules.
 
-WWW: http://search.cpan.org/dist/Dancer-Plugin-CORS/
+WWW: https://metacpan.org/release/Dancer-Plugin-CORS



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