diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-22 16:03:37 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-22 16:03:37 +0800 |
commit | 1efa8c48ac8b36690e934b93230a1cddc18c5bc3 (patch) | |
tree | 86d53efef9ce658522b924971b19d88d60a3e561 /databases | |
parent | 356b42ceba6f348be6d72d81802584f5b4cf6767 (diff) | |
download | freebsd-ports-gnome-1efa8c48ac8b36690e934b93230a1cddc18c5bc3.tar.gz freebsd-ports-gnome-1efa8c48ac8b36690e934b93230a1cddc18c5bc3.tar.zst freebsd-ports-gnome-1efa8c48ac8b36690e934b93230a1cddc18c5bc3.zip |
- Update to 0.1648
ChangeLog: http://cpansearch.perl.org/src/KIMOTO/DBIx-Custom-0.1648/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 15 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 11 |
3 files changed, 17 insertions, 13 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 6a643fc48153..4370fe6935f3 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,9 +6,10 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1624 +PORTVERSION= 0.1648 CATEGORIES= databases perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/K/KI/KIMOTO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -16,19 +17,21 @@ COMMENT= Customizable DBI BUILD_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \ - p5-Object-Simple>=3.0201:${PORTSDIR}/devel/p5-Object-Simple \ + p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \ p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= DBIx::Custom.3 \ - DBIx::Custom::Guides.3 \ - DBIx::Custom::Guides::Ja.3 \ + DBIx::Custom::Guide.3 \ + DBIx::Custom::Guide::Ja.3 \ + DBIx::Custom::Model.3 \ DBIx::Custom::MySQL.3 \ DBIx::Custom::Query.3 \ DBIx::Custom::QueryBuilder.3 \ - DBIx::Custom::QueryBuilder::TagProcessors.3 \ DBIx::Custom::Result.3 \ - DBIx::Custom::SQLite.3 + DBIx::Custom::SQLite.3 \ + DBIx::Custom::Tag.3 \ + DBIx::Custom::Where.3 .include <bsd.port.mk> diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index 3ebe1c37aea8..6f39b6872221 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Custom-0.1624.tar.gz) = 311ed3d5538fadaba1bda8a6681c75e9b9e4b782c8e6cc43f74835afe90251d1 -SIZE (DBIx-Custom-0.1624.tar.gz) = 31914 +SHA256 (DBIx-Custom-0.1648.tar.gz) = ecd03173d9d45b248eed29c88bacb0a648ae2511c96e421866e1a0c723510a45 +SIZE (DBIx-Custom-0.1648.tar.gz) = 49805 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index f9bb21a16e68..2536e1adb47d 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -1,18 +1,19 @@ %%SITE_PERL%%/DBIx/Custom.pm -%%SITE_PERL%%/DBIx/Custom/Guides/Ja.pod -%%SITE_PERL%%/DBIx/Custom/Guides.pod +%%SITE_PERL%%/DBIx/Custom/Guide/Ja.pod +%%SITE_PERL%%/DBIx/Custom/Guide.pod +%%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/MySQL.pm %%SITE_PERL%%/DBIx/Custom/Query.pm %%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm -%%SITE_PERL%%/DBIx/Custom/QueryBuilder/TagProcessors.pm %%SITE_PERL%%/DBIx/Custom/Result.pm %%SITE_PERL%%/DBIx/Custom/SQLite.pm +%%SITE_PERL%%/DBIx/Custom/Tag.pm +%%SITE_PERL%%/DBIx/Custom/Where.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrm %%SITE_PERL%%/DBIx/Custom/Guides -@dirrm %%SITE_PERL%%/DBIx/Custom/QueryBuilder +@dirrm %%SITE_PERL%%/DBIx/Custom/Guide @dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL @dirrmtry %%SITE_PERL%%/DBIx/Custom @dirrmtry %%SITE_PERL%%/DBIx |