aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Tangram
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:34:37 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:34:37 +0000
commite0950a07c87c0fee94c5ec44cc331a9e82d1377f (patch)
treeefadd3c3b2a492ca143a20d0d99819a0f1ed8a4f /devel/p5-Class-Tangram
parentde1120b84052c2b10c4f1269d0c1cc84206efbd0 (diff)
downloadports-e0950a07c87c0fee94c5ec44cc331a9e82d1377f.tar.gz
ports-e0950a07c87c0fee94c5ec44cc331a9e82d1377f.zip
Notes
Diffstat (limited to 'devel/p5-Class-Tangram')
-rw-r--r--devel/p5-Class-Tangram/Makefile3
-rw-r--r--devel/p5-Class-Tangram/distinfo2
-rw-r--r--devel/p5-Class-Tangram/pkg-descr2
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Class-Tangram/Makefile b/devel/p5-Class-Tangram/Makefile
index f85ef2bd96de..60e2c03a05f7 100644
--- a/devel/p5-Class-Tangram/Makefile
+++ b/devel/p5-Class-Tangram/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Class-Tangram
-PORTVERSION= 1.11
+PORTVERSION= 1.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
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 \
${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
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/devel/p5-Class-Tangram/distinfo b/devel/p5-Class-Tangram/distinfo
index ab035b99e944..083670670ea1 100644
--- a/devel/p5-Class-Tangram/distinfo
+++ b/devel/p5-Class-Tangram/distinfo
@@ -1 +1 @@
-MD5 (Class-Tangram-1.11.tar.gz) = 6a8c63c1e9cbd66d044095c404a69c56
+MD5 (Class-Tangram-1.13.tar.gz) = 3b71f61bf6e4ac563766b3773e68a64a
diff --git a/devel/p5-Class-Tangram/pkg-descr b/devel/p5-Class-Tangram/pkg-descr
index ab8db66ff0c7..18cf96ace739 100644
--- a/devel/p5-Class-Tangram/pkg-descr
+++ b/devel/p5-Class-Tangram/pkg-descr
@@ -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
exported variable $schema.
-WWW: http://search.cpan.org/search?dist=Class-Tangram
+WWW: http://search.cpan.org/dist/Class-Tangram/
-- Sergey Skvortsov
skv@FreeBSD.org