summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-08-09 11:49:14 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-08-09 11:49:14 +0000
commitd139fc53c880d195e8edb8a6b33947190bf6b456 (patch)
treede6ece893e328adfd27f571c9722ef3220cd0f55 /databases
parent* Fix pkg-plist (diff)
Updated to 0.29
PR: ports/55389 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=86630
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Ima-DBI/Makefile3
-rw-r--r--databases/p5-Ima-DBI/distinfo2
-rw-r--r--databases/p5-Ima-DBI/pkg-descr2
3 files changed, 3 insertions, 4 deletions
diff --git a/databases/p5-Ima-DBI/Makefile b/databases/p5-Ima-DBI/Makefile
index f581ee3a6e44..e4044bd05fc7 100644
--- a/databases/p5-Ima-DBI/Makefile
+++ b/databases/p5-Ima-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Ima-DBI
-PORTVERSION= 0.28
+PORTVERSION= 0.29
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class/TMTM
@@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Ima::DBI.3
.include <bsd.port.mk>
diff --git a/databases/p5-Ima-DBI/distinfo b/databases/p5-Ima-DBI/distinfo
index 3597d8af4e78..b2594571aded 100644
--- a/databases/p5-Ima-DBI/distinfo
+++ b/databases/p5-Ima-DBI/distinfo
@@ -1 +1 @@
-MD5 (Ima-DBI-0.28.tar.gz) = 86bae33fa9c9da284a307eda7a8f90ca
+MD5 (Ima-DBI-0.29.tar.gz) = a98ae327a044c41a1b8306d52714f9fb
diff --git a/databases/p5-Ima-DBI/pkg-descr b/databases/p5-Ima-DBI/pkg-descr
index 7c1c7ee3986c..4831f0312f06 100644
--- a/databases/p5-Ima-DBI/pkg-descr
+++ b/databases/p5-Ima-DBI/pkg-descr
@@ -4,7 +4,7 @@ information with your class (instead of as seperate objects). This
allows you to pass around just one object without worrying about a trail
of DBI handles behind it.
-WWW: http://search.cpan.org/search?dist=Ima-DBI
+WWW: http://search.cpan.org/dist/Ima-DBI/
-- Sergey Skvortsov
skv@FreeBSD.org