summaryrefslogtreecommitdiff
path: root/databases/p5-T2
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-02 09:42:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-02 09:42:12 +0000
commit5b6e9a851d5ddc62e66e639f4b0bbdc10b9506d4 (patch)
treef5caebe5875b83c8cdfbecf2e51dfe650dea47f2 /databases/p5-T2
parent- Update to 0.20 (diff)
- Update to 0.10
- Rephrase IGNORE
Notes
Notes: svn path=/head/; revision=150209
Diffstat (limited to 'databases/p5-T2')
-rw-r--r--databases/p5-T2/Makefile6
-rw-r--r--databases/p5-T2/distinfo6
-rw-r--r--databases/p5-T2/pkg-plist1
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