mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Upgrade to 0.05.
Feature safe: yes
This commit is contained in:
parent
39933bf8a3
commit
026aef6edd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286853
3 changed files with 9 additions and 7 deletions
|
@ -6,9 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBIx-Inspector
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
@ -19,7 +20,7 @@ RUN_DEPENDS= \
|
|||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= DBIx::Inspector.3 \
|
||||
DBIx::Inspector::Column.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DBIx-Inspector-0.04.tar.gz) = 8ba7c9fd2ef5b863b78f613319a4620828029d366ae7acb309a0e6e968296b50
|
||||
SIZE (DBIx-Inspector-0.04.tar.gz) = 25031
|
||||
SHA256 (DBIx-Inspector-0.05.tar.gz) = 4523ec73dec9bef460d870b35935a939739234bb6c8ed671b0f70428ecaf3694
|
||||
SIZE (DBIx-Inspector-0.05.tar.gz) = 18427
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Inspector/.packlist
|
||||
%%SITE_PERL%%/DBIx/Inspector.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Column.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Column/Pg.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Driver/Base.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Driver/Pg.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Driver/SQLite.pm
|
||||
|
@ -10,10 +10,11 @@
|
|||
%%SITE_PERL%%/DBIx/Inspector/Iterator.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Iterator/Null.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Table.pm
|
||||
%%SITE_PERL%%/DBIx/Inspector/Table/Pg.pm
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector/Table
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector/Iterator
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector/ForeignKey
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector/Driver
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector/Column
|
||||
@dirrm %%SITE_PERL%%/DBIx/Inspector
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Inspector
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
|
|
Loading…
Add table
Reference in a new issue