diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2013-03-04 15:46:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2013-03-04 15:46:04 +0000 |
commit | 98d4261dfd01e830f7f8939a97a86d7a89ab65e6 (patch) | |
tree | 2d7129aa30a55a4a0a21eff6ad2cd1c068ea149c /databases/p5-DBIx-Custom | |
parent | 4ebe9933e619a65b7736ead6425b1077ff0a161c (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Custom')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 2 |
3 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index c724bd357aae..42116d98f3fc 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: DBIx-Custom -# Date created: 27 December 2009 -# Whom: Andrey Kostenko <andrey@kostenko.name> -# +# Created by: Andrey Kostenko <andrey@kostenko.name> # $FreeBSD$ -# PORTNAME= DBIx-Custom -PORTVERSION= 0.2600 +PORTVERSION= 0.2800 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,7 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DBIx::Custom.3 \ - DBIx::Custom::Guide.3 \ DBIx::Custom::Mapper.3 \ DBIx::Custom::Model.3 \ DBIx::Custom::NotExists.3 \ diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index 58368767d6eb..833e6a77dd69 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Custom-0.26.tar.gz) = 313b8cd976eabe0223f913292fc02aaca9285196dadbf74123a3c2de632c2858 -SIZE (DBIx-Custom-0.26.tar.gz) = 205785 +SHA256 (DBIx-Custom-0.28.tar.gz) = d391a595d51e6fe9c772ac47359a23e67bb3b27d4a5a6ec98447b7d36cc33a48 +SIZE (DBIx-Custom-0.28.tar.gz) = 211740 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index 4a561f795e31..3d45b148ca7c 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -1,5 +1,4 @@ %%SITE_PERL%%/DBIx/Custom.pm -%%SITE_PERL%%/DBIx/Custom/Guide.pod %%SITE_PERL%%/DBIx/Custom/Mapper.pm %%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/NotExists.pm @@ -15,6 +14,5 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL -@dirrmtry %%SITE_PERL%%/DBIx/Custom/Guide @dirrmtry %%SITE_PERL%%/DBIx/Custom @dirrmtry %%SITE_PERL%%/DBIx |