mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Upgrade to 0.002208.
This commit is contained in:
parent
017c1e7f07
commit
330423ca96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331753
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-DeploymentHandler
|
||||
PORTVERSION= 0.002206
|
||||
PORTVERSION= 0.002208
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,56 +12,21 @@ COMMENT= Perl extension for extensible DBIx::Class deployment
|
||||
RUN_DEPENDS= \
|
||||
p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
|
||||
p5-Context-Preserve>0:${PORTSDIR}/devel/p5-Context-Preserve \
|
||||
p5-DBD-SQLite>=1.35:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBIx-Class>=0.08121:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Log-Contextual>=0.004200:${PORTSDIR}/devel/p5-Log-Contextual \
|
||||
p5-Log-Contextual>=0.005005:${PORTSDIR}/devel/p5-Log-Contextual \
|
||||
p5-Method-Signatures-Simple>=0.05:${PORTSDIR}/devel/p5-Method-Signatures-Simple \
|
||||
p5-Moo>=1.003:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Role-Parameterized>=0.18:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
|
||||
p5-SQL-Translator>=0.11005:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Sub-Exporter-Progressive>0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \
|
||||
p5-Text-Brew>=0.02:${PORTSDIR}/textproc/p5-Text-Brew \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-aliased>0:${PORTSDIR}/devel/p5-aliased \
|
||||
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
||||
p5-parent>=0.225:${PORTSDIR}/devel/p5-parent
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::Class::DeploymentHandler.3 \
|
||||
DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource.3 \
|
||||
DBIx::Class::DeploymentHandler::Dad.3 \
|
||||
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator.3 \
|
||||
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated.3 \
|
||||
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers.3 \
|
||||
DBIx::Class::DeploymentHandler::Deprecated.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesDeploy.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesVersionStorage.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesVersioning.3 \
|
||||
DBIx::Class::DeploymentHandler::LogImporter.3 \
|
||||
DBIx::Class::DeploymentHandler::Logger.3 \
|
||||
DBIx::Class::DeploymentHandler::Manual::CatalystIntro.3 \
|
||||
DBIx::Class::DeploymentHandler::Manual::Intro.3 \
|
||||
DBIx::Class::DeploymentHandler::Types.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionHandler::Monotonic.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResult.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResultSet.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Standard.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Standard::Component.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult.3 \
|
||||
DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet.3 \
|
||||
DBIx::Class::DeploymentHandler::WithApplicatorDumple.3 \
|
||||
DBIx::Class::DeploymentHandler::WithReasonableDefaults.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (DBIx-Class-DeploymentHandler-0.002206.tar.gz) = f7eeaa5adece14391f5f5511ce0a6e3500ab257c18ce2cc29b8e65ceb28cbe14
|
||||
SIZE (DBIx-Class-DeploymentHandler-0.002206.tar.gz) = 47577
|
||||
SHA256 (DBIx-Class-DeploymentHandler-0.002208.tar.gz) = 291e7e736300eb27eb00c52f8dcec973d254cadfb9617d98f330468cf8f7f6cf
|
||||
SIZE (DBIx-Class-DeploymentHandler-0.002208.tar.gz) = 48227
|
||||
|
@ -10,6 +10,7 @@
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersionStorage.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/LogImporter.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/LogRouter.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Logger.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/CatalystIntro.pod
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/Intro.pod
|
||||
@ -27,6 +28,35 @@
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResultSet.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithReasonableDefaults.pm
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Dad.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Deprecated.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesDeploy.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesVersionStorage.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesVersioning.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::LogImporter.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Logger.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::LogRouter.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Manual::CatalystIntro.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Manual::Intro.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Types.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::Monotonic.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResult.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResultSet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::Component.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::WithApplicatorDumple.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::WithReasonableDefaults.3.gz
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage
|
||||
|
Loading…
Reference in New Issue
Block a user