Updated to 1.13

This commit is contained in:
Sergey Skvortsov 2003-12-08 13:34:37 +00:00
parent de1120b840
commit e0950a07c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95370
3 changed files with 3 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= Class-Tangram PORTNAME= Class-Tangram
PORTVERSION= 1.11 PORTVERSION= 1.13
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class MASTER_SITE_SUBDIR= Class
@ -17,7 +17,6 @@ COMMENT= Create constructors, accessor, update methods for objects from Tangram
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Pod/Constants.pm:${PORTSDIR}/textproc/p5-Pod-Constants \
${SITE_PERL}/Tangram.pm:${PORTSDIR}/databases/p5-Tangram ${SITE_PERL}/Tangram.pm:${PORTSDIR}/databases/p5-Tangram
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}

View file

@ -1 +1 @@
MD5 (Class-Tangram-1.11.tar.gz) = 6a8c63c1e9cbd66d044095c404a69c56 MD5 (Class-Tangram-1.13.tar.gz) = 3b71f61bf6e4ac563766b3773e68a64a

View file

@ -5,7 +5,7 @@ references for you. Type checking is achieved by parsing the Tangram
schema for the object, which is contained within the object class in an schema for the object, which is contained within the object class in an
exported variable $schema. exported variable $schema.
WWW: http://search.cpan.org/search?dist=Class-Tangram WWW: http://search.cpan.org/dist/Class-Tangram/
-- Sergey Skvortsov -- Sergey Skvortsov
skv@FreeBSD.org skv@FreeBSD.org