svn commit: r470096 - head/www/p5-Plack-Middleware-CrossOrigin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 16 00:01:25 UTC 2018


Author: sunpoet
Date: Wed May 16 00:01:22 2018
New Revision: 470096
URL: https://svnweb.freebsd.org/changeset/ports/470096

Log:
  Fix LICENSE
  
  - Add NO_ARCH
  - Update pkg-descr
  - Fix WWW
  - Take maintainership

Modified:
  head/www/p5-Plack-Middleware-CrossOrigin/Makefile
  head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr   (contents, props changed)

Modified: head/www/p5-Plack-Middleware-CrossOrigin/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-CrossOrigin/Makefile	Wed May 16 00:01:17 2018	(r470095)
+++ head/www/p5-Plack-Middleware-CrossOrigin/Makefile	Wed May 16 00:01:22 2018	(r470096)
@@ -6,15 +6,17 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Plack Middleware headers to allow Cross-Origin Resource Sharing
 
-LICENSE=	GPLv1
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Plack>=0:www/p5-Plack
-RUN_DEPENDS=	p5-Plack>=0:www/p5-Plack
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr
==============================================================================
--- head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr	Wed May 16 00:01:17 2018	(r470095)
+++ head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr	Wed May 16 00:01:22 2018	(r470096)
@@ -1,4 +1,8 @@
-Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat
-your database like a free-text search index, when it really isn't.
+Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by
+modern browsers to allow XMLHttpRequest to work across domains. This module will
+also help protect against CSRF attacks in some browsers.
 
-WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/
+This module attempts to fully conform to the CORS spec, while allowing
+additional flexibility in the values specified for the of the headers.
+
+WWW: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/


More information about the svn-ports-all mailing list