mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to version 0.44.
PR: 86758 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
b266c538c8
commit
9e26c4e875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144801
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= App-Info
|
||||
PORTVERSION= 0.25
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.44
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= App
|
||||
@ -26,6 +25,7 @@ MAN3= App::Info::HTTPD.3 App::Info::Lib::Iconv.3 \
|
||||
App::Info::Lib::Expat.3 App::Info::Request.3 \
|
||||
App::Info::Handler::Print.3 App::Info::RDBMS::PostgreSQL.3 \
|
||||
App::Info::Util.3 App::Info::Handler.3 App::Info.3 \
|
||||
App::Info::Handler::Prompt.3 App::Info::Handler::Carp.3
|
||||
App::Info::Handler::Prompt.3 App::Info::Handler::Carp.3 \
|
||||
App::Info::RDBMS::SQLite.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (App-Info-0.25.tar.gz) = c089b6ca89d7b39e3a3b1ab947c092dd
|
||||
SIZE (App-Info-0.25.tar.gz) = 52170
|
||||
MD5 (App-Info-0.44.tar.gz) = bd67812c0316712d4b66bc2636770345
|
||||
SIZE (App-Info-0.44.tar.gz) = 62705
|
||||
|
@ -9,6 +9,7 @@
|
||||
%%SITE_PERL%%/App/Info/Handler/Prompt.pm
|
||||
%%SITE_PERL%%/App/Info/Handler/Carp.pm
|
||||
%%SITE_PERL%%/App/Info/RDBMS/PostgreSQL.pm
|
||||
%%SITE_PERL%%/App/Info/RDBMS/SQLite.pm
|
||||
%%SITE_PERL%%/App/Info/Handler.pm
|
||||
%%SITE_PERL%%/App/Info/Util.pm
|
||||
%%SITE_PERL%%/App/Info.pm
|
||||
|
Loading…
Reference in New Issue
Block a user