Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 19:22:17 +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: r496960 - head/www/p5-CGI
Message-ID:  <201903271922.x2RJMHw5070154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 27 19:22:16 2019
New Revision: 496960
URL: https://svnweb.freebsd.org/changeset/ports/496960

Log:
  Update to 4.42
  
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/CGI

Modified:
  head/www/p5-CGI/Makefile
  head/www/p5-CGI/distinfo
  head/www/p5-CGI/pkg-descr

Modified: head/www/p5-CGI/Makefile
==============================================================================
--- head/www/p5-CGI/Makefile	Wed Mar 27 19:22:11 2019	(r496959)
+++ head/www/p5-CGI/Makefile	Wed Mar 27 19:22:16 2019	(r496960)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	CGI
-PORTVERSION=	4.40
+PORTVERSION=	4.42
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Handle Common Gateway Interface requests and responses
 
-LICENSE=	ART20 GPLv1
-LICENSE_COMB=	dual
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-HTML-Parser>=3.69:www/p5-HTML-Parser
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-HTML-Parser>=3.69:www/p5-HTML-Parser
 TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
@@ -23,9 +23,10 @@ CONFLICTS_INSTALL=	p5-CGI.pm-[1-3]*
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 PORTEXAMPLES=	*
 

Modified: head/www/p5-CGI/distinfo
==============================================================================
--- head/www/p5-CGI/distinfo	Wed Mar 27 19:22:11 2019	(r496959)
+++ head/www/p5-CGI/distinfo	Wed Mar 27 19:22:16 2019	(r496960)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534343846
-SHA256 (CGI-4.40.tar.gz) = 10efff3061b3c31a33b3cc59f955aef9c88d57d12dbac46389758cef92f24f56
-SIZE (CGI-4.40.tar.gz) = 200642
+TIMESTAMP = 1553693990
+SHA256 (CGI-4.42.tar.gz) = 11d308e7dad2312d65747a7fdec5d0c22024c28df5e882e829ca1553482024e7
+SIZE (CGI-4.42.tar.gz) = 203529

Modified: head/www/p5-CGI/pkg-descr
==============================================================================
--- head/www/p5-CGI/pkg-descr	Wed Mar 27 19:22:11 2019	(r496959)
+++ head/www/p5-CGI/pkg-descr	Wed Mar 27 19:22:16 2019	(r496960)
@@ -1,15 +1,14 @@
-This is the continuance of the classic perl CGI module, bundled with Perl until
-Perl 5.22. Development is continuing on p5-CGI and components of it are
-actively splitting to other modules.
-
-The older, everything-in-one-package module is still available in www/p5-CGI.pm.
-
-See also: https://metacpan.org/pod/CGI::Alternatives
-
 CGI.pm is a stable, complete and mature solution for processing and preparing
 HTTP requests and responses. Major features including processing form
 submissions, file uploads, reading and writing cookies, query string generation
-and manipulation, and processing and preparing HTTP headers. Some HTML
-generation utilities are included as well.
+and manipulation, and processing and preparing HTTP headers.
 
-WWW: https://metacpan.org/pod/CGI
+CGI.pm performs very well in a vanilla CGI.pm environment and also comes with
+built-in support for mod_perl and mod_perl2 as well as FastCGI.
+
+It has the benefit of having developed and refined over 20 years with input from
+dozens of contributors and being deployed on thousands of websites. CGI.pm was
+included in the perl distribution from perl v5.4 to v5.20, however is has now
+been removed from the perl core.
+
+WWW: https://metacpan.org/release/CGI



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