From owner-svn-ports-head@freebsd.org Wed Mar 27 19:22:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8461557F6B; Wed, 27 Mar 2019 19:22:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C2689ECB; Wed, 27 Mar 2019 19:22:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5FA1BA8C; Wed, 27 Mar 2019 19:22:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2RJMH57070156; Wed, 27 Mar 2019 19:22:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2RJMHw5070154; Wed, 27 Mar 2019 19:22:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903271922.x2RJMHw5070154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Mar 2019 19:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496960 - head/www/p5-CGI X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI X-SVN-Commit-Revision: 496960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 24C2689ECB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2019 19:22:18 -0000 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