mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 4.60
- Add removed Perl core module to *_DEPENDS - Fix version requirement of *_DEPENDS - Fix TEST_DEPENDS: remove unused p5-CGI-Simple - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CGI-Application/Changes
This commit is contained in:
parent
f053c7259c
commit
fe83a3fa8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463433
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CGI-Application
|
||||
PORTVERSION= 4.50
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.60
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +13,14 @@ COMMENT= Perl module intended to make it easier to create reusable web apps
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-ISA>=0:devel/p5-Class-ISA \
|
||||
BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI \
|
||||
p5-Class-ISA>=0:devel/p5-Class-ISA \
|
||||
p5-HTML-Template>=0:www/p5-HTML-Template
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-CGI-PSGI>=0:www/p5-CGI-PSGI \
|
||||
p5-CGI-Simple>=0:www/p5-CGI-Simple
|
||||
TEST_DEPENDS= p5-CGI-PSGI>=0.09:www/p5-CGI-PSGI \
|
||||
p5-Test-Requires>=0:devel/p5-Test-Requires
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (CGI-Application-4.50.tar.gz) = 74de7d538060b898a745944dd6e114bb3a7a59d6749a0a5e73749ff89d431c1d
|
||||
SIZE (CGI-Application-4.50.tar.gz) = 76005
|
||||
TIMESTAMP = 1520006088
|
||||
SHA256 (CGI-Application-4.60.tar.gz) = 0669edf608c3699112d84968070774080cd7334da6c7ad228414ea7430d584bd
|
||||
SIZE (CGI-Application-4.60.tar.gz) = 80747
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%PERL5_MAN3%%/CGI::Application.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz
|
||||
%%SITE_PERL%%/CGI/Application.pm
|
||||
%%SITE_PERL%%/CGI/Application/Mailform.pm
|
||||
%%PERL5_MAN3%%/CGI::Application.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user