diff options
author | wen <wen@FreeBSD.org> | 2010-12-15 08:26:50 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-15 08:26:50 +0800 |
commit | 89c51c251b1f5e21747f4e3ca17ae7f0af8708d2 (patch) | |
tree | b0d213d6ab884bf7ed5a214b034e08f1e6bfb6a7 /databases/p5-DBIx-Simple | |
parent | 1c56f133b815d6f7d2d4c0c4d93990c0cb0151cd (diff) | |
download | freebsd-ports-gnome-89c51c251b1f5e21747f4e3ca17ae7f0af8708d2.tar.gz freebsd-ports-gnome-89c51c251b1f5e21747f4e3ca17ae7f0af8708d2.tar.zst freebsd-ports-gnome-89c51c251b1f5e21747f4e3ca17ae7f0af8708d2.zip |
- Update to 1.34
Changelog: http://search.cpan.org/src/JUERD/DBIx-Simple-1.34/Changes
PR: ports/153134
Submitted by: Wen Heping (myself)
Approved by: maintainer
Diffstat (limited to 'databases/p5-DBIx-Simple')
-rw-r--r-- | databases/p5-DBIx-Simple/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBIx-Simple/distinfo | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Simple/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile index 91dd36c1e7b7..c6b7af34ed56 100644 --- a/databases/p5-DBIx-Simple/Makefile +++ b/databases/p5-DBIx-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Simple -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Simplified object oriented interface to Perl DBI RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI -OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL with DBI" off \ +OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL" off \ SQL_ABSTRACT "Generate SQL from Perl data structures" off \ DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \ TEXT_TABLE "Create plain text table from data" off @@ -25,7 +25,8 @@ PERL_CONFIGURE= yes MAN3= DBIx::Simple.3 \ DBIx::Simple::Examples.3 \ - DBIx::Simple::Comparison.3 + DBIx::Simple::Comparison.3 \ + DBIx::Simple::Result::RowObject.3 .include <bsd.port.pre.mk> diff --git a/databases/p5-DBIx-Simple/distinfo b/databases/p5-DBIx-Simple/distinfo index ec2386995b31..84429c79a6b4 100644 --- a/databases/p5-DBIx-Simple/distinfo +++ b/databases/p5-DBIx-Simple/distinfo @@ -1,3 +1,2 @@ -MD5 (DBIx-Simple-1.32.tar.gz) = c1d7bf0ab453e7e00715d9d4e71102d8 -SHA256 (DBIx-Simple-1.32.tar.gz) = 226917bffbe3ad0e88295046ed4d25785bc6175e696fb77f8302226bc947fe36 -SIZE (DBIx-Simple-1.32.tar.gz) = 16475 +SHA256 (DBIx-Simple-1.34.tar.gz) = af2f99495e592414cb6bda2726e5830f070a78f481a0fb454d3151c96550698e +SIZE (DBIx-Simple-1.34.tar.gz) = 19088 diff --git a/databases/p5-DBIx-Simple/pkg-plist b/databases/p5-DBIx-Simple/pkg-plist index fca8bb957c83..67a088c7b3da 100644 --- a/databases/p5-DBIx-Simple/pkg-plist +++ b/databases/p5-DBIx-Simple/pkg-plist @@ -1,7 +1,9 @@ %%SITE_PERL%%/DBIx/Simple.pm %%SITE_PERL%%/DBIx/Simple/Comparison.pod %%SITE_PERL%%/DBIx/Simple/Examples.pod +%%SITE_PERL%%/DBIx/Simple/Result/RowObject.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist +@dirrm %%SITE_PERL%%/DBIx/Simple/Result @dirrm %%SITE_PERL%%/DBIx/Simple @dirrmtry %%SITE_PERL%%/DBIx @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple |