diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-02 17:42:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-02 17:42:12 +0800 |
commit | 89fdc5a760c76b64dba4fd2cde992a0c1372f410 (patch) | |
tree | e7f0efeac372bd1200d4b4db2c16478402cad254 | |
parent | 8c906fd4a5e93b462dd5a9b3549b7bc49368a473 (diff) | |
download | freebsd-ports-gnome-89fdc5a760c76b64dba4fd2cde992a0c1372f410.tar.gz freebsd-ports-gnome-89fdc5a760c76b64dba4fd2cde992a0c1372f410.tar.zst freebsd-ports-gnome-89fdc5a760c76b64dba4fd2cde992a0c1372f410.zip |
- Update to 0.10
- Rephrase IGNORE
-rw-r--r-- | databases/p5-T2/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-T2/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-T2/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile index 0615168a56b2..10f36bd82098 100644 --- a/databases/p5-T2/Makefile +++ b/databases/p5-T2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= T2 -PORTVERSION= 0.07 +PORTVERSION= 0.10 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tangram/SAMV @@ -25,12 +25,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \ - T2::Schema.3 T2::Storage.3 + T2::DBSetup.3 T2::Schema.3 T2::Storage.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. +IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again. .endif .include <bsd.port.post.mk> diff --git a/databases/p5-T2/distinfo b/databases/p5-T2/distinfo index 697badcd7d0a..4836ad478a04 100644 --- a/databases/p5-T2/distinfo +++ b/databases/p5-T2/distinfo @@ -1,3 +1,3 @@ -MD5 (T2-0.07.tar.gz) = 10da5038f218d106eb5274ae22bd7636 -SHA256 (T2-0.07.tar.gz) = 69336da26f9829d40451e804a80b90c806e9ac8bb3d4f209c4c447be71ae905e -SIZE (T2-0.07.tar.gz) = 33685 +MD5 (T2-0.10.tar.gz) = 102a195b1479f33d2014ae157aeb9a82 +SHA256 (T2-0.10.tar.gz) = 3bda019a89c586dfffe1ffe4119082b072f2625f2b5c9ac036b8692b7887f3e0 +SIZE (T2-0.10.tar.gz) = 38426 diff --git a/databases/p5-T2/pkg-plist b/databases/p5-T2/pkg-plist index a33db1c76e5a..9a36120382cb 100644 --- a/databases/p5-T2/pkg-plist +++ b/databases/p5-T2/pkg-plist @@ -6,6 +6,7 @@ bin/t2-write-js.pl %%SITE_PERL%%/T2/Association.pm %%SITE_PERL%%/T2/Attribute.pm %%SITE_PERL%%/T2/Class.pm +%%SITE_PERL%%/T2/DBSetup.pm %%SITE_PERL%%/T2/Method.pm %%SITE_PERL%%/T2/Schema.pm %%SITE_PERL%%/T2/Storage.pm |