diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-16 20:55:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-16 20:55:02 +0000 |
commit | 277e60688bfce3d839dcd3735378e29ecb3d2798 (patch) | |
tree | 5fac42518fbe8948661a755496e282ec825f6c58 /databases/p5-DBIx-Custom | |
parent | 9d02fdb5dfd11c9438cbdc0680e720c84d02bfe8 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Custom')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 6 |
3 files changed, 5 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 354a602c9fd5..79c2a415ecdb 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Custom -PORTVERSION= 0.3300 +PORTVERSION= 0.3800 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.25:databases/p5-DBD-SQLite \ p5-Object-Simple>=3.1000:devel/p5-Object-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index bac041db19ed..bd7d24e60062 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,3 @@ -SHA256 (DBIx-Custom-0.33.tar.gz) = fc1f24c10688076a4ef2af5095fb3c58d6a4dd79259e61791690c1e75f019888 -SIZE (DBIx-Custom-0.33.tar.gz) = 212120 +TIMESTAMP = 1489682479 +SHA256 (DBIx-Custom-0.38.tar.gz) = b9ea4404301f86a9a244d168b07fe43b9ed2dc231544239b27f8096c3fb8bf48 +SIZE (DBIx-Custom-0.38.tar.gz) = 199590 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index d6c95822435c..2246e922def0 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -3,10 +3,7 @@ %%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/NotExists.pm %%SITE_PERL%%/DBIx/Custom/Order.pm -%%SITE_PERL%%/DBIx/Custom/Query.pm -%%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm %%SITE_PERL%%/DBIx/Custom/Result.pm -%%SITE_PERL%%/DBIx/Custom/Tag.pm %%SITE_PERL%%/DBIx/Custom/Util.pm %%SITE_PERL%%/DBIx/Custom/Where.pm %%PERL5_MAN3%%/DBIx::Custom.3.gz @@ -14,9 +11,6 @@ %%PERL5_MAN3%%/DBIx::Custom::Model.3.gz %%PERL5_MAN3%%/DBIx::Custom::NotExists.3.gz %%PERL5_MAN3%%/DBIx::Custom::Order.3.gz -%%PERL5_MAN3%%/DBIx::Custom::Query.3.gz -%%PERL5_MAN3%%/DBIx::Custom::QueryBuilder.3.gz %%PERL5_MAN3%%/DBIx::Custom::Result.3.gz -%%PERL5_MAN3%%/DBIx::Custom::Tag.3.gz %%PERL5_MAN3%%/DBIx::Custom::Util.3.gz %%PERL5_MAN3%%/DBIx::Custom::Where.3.gz |