aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-12 06:28:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-12 06:28:41 +0000
commit95fb5ca6d80f851de68f9f44e721c0cd21f18213 (patch)
treee8e68694170bf947caf852135504bf10fef58bb4
parent5414730c2a7f75f41bfad7de67b808542a56de88 (diff)
Notes
-rw-r--r--databases/p5-DBD-CSV/Makefile2
-rw-r--r--databases/p5-DBD-CSV/distinfo2
-rw-r--r--databases/p5-DBD-XBase/Makefile22
-rw-r--r--databases/p5-DBD-XBase/distinfo2
-rw-r--r--databases/p5-DBD-XBase/pkg-plist3
-rw-r--r--devel/p5-String-Approx/Makefile2
-rw-r--r--devel/p5-String-Approx/distinfo2
-rw-r--r--net/p5-Net-ext/Makefile2
-rw-r--r--net/p5-Net-ext/distinfo2
9 files changed, 19 insertions, 20 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index c79ea34983aa..86ce381454e5 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-CSV
-PORTVERSION= 0.1025
+PORTVERSION= 0.1027
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo
index 4ff3cdbccc19..391468cd3a01 100644
--- a/databases/p5-DBD-CSV/distinfo
+++ b/databases/p5-DBD-CSV/distinfo
@@ -1 +1 @@
-MD5 (DBD-CSV-0.1025.tar.gz) = 8d6718b035820c76c600ef4430fc6059
+MD5 (DBD-CSV-0.1027.tar.gz) = 0d18432248303f9fb660a292b074253d
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile
index 880348cc13a1..dcf671ba61b5 100644
--- a/databases/p5-DBD-XBase/Makefile
+++ b/databases/p5-DBD-XBase/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= DBD-XBase
-PORTVERSION= 0.161
+PORTVERSION= 0.173
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
@@ -17,18 +17,14 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:
PERL_CONFIGURE= yes
-GZIP= -9
-
-MAN1= dbfdump.1 indexdump.1
-
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= XBase::FAQ.3 XBase::Memo.3 XBase::Index.3 XBase.3 \
- DBD::XBase.3 XBase::Base.3
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/dbfdump ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/indexdump ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/blib/man1/dbfdump.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/blib/man1/indexdump.1 ${PREFIX}/man/man1
+MAN1= dbfdump.1 indexdump.1
+MAN3= DBD::XBase.3 \
+ XBase.3 \
+ XBase::Base.3 \
+ XBase::FAQ.3 \
+ XBase::Index.3 \
+ XBase::Memo.3 \
+ XBase::SDBM.3
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-XBase/distinfo b/databases/p5-DBD-XBase/distinfo
index 35756074c285..ce59f859e375 100644
--- a/databases/p5-DBD-XBase/distinfo
+++ b/databases/p5-DBD-XBase/distinfo
@@ -1 +1 @@
-MD5 (DBD-XBase-0.161.tar.gz) = 35b132285b3c319115fe09ff6d4910e8
+MD5 (DBD-XBase-0.173.tar.gz) = 81c67d5012ef49fc10bb059555fee1bd
diff --git a/databases/p5-DBD-XBase/pkg-plist b/databases/p5-DBD-XBase/pkg-plist
index 2ea9127d6e58..90afdda0c109 100644
--- a/databases/p5-DBD-XBase/pkg-plist
+++ b/databases/p5-DBD-XBase/pkg-plist
@@ -1,11 +1,14 @@
bin/dbfdump
bin/indexdump
+lib/perl5/site_perl/%%PERL_VER%%/DBD/XBase.pm
lib/perl5/site_perl/%%PERL_VER%%/XBase.pm
lib/perl5/site_perl/%%PERL_VER%%/XBase/Base.pm
lib/perl5/site_perl/%%PERL_VER%%/XBase/FAQ.pod
lib/perl5/site_perl/%%PERL_VER%%/XBase/Index.pm
lib/perl5/site_perl/%%PERL_VER%%/XBase/Memo.pm
lib/perl5/site_perl/%%PERL_VER%%/XBase/SQL.pm
+lib/perl5/site_perl/%%PERL_VER%%/XBase/SDBM.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XBase/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XBase
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XBase
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBD 2>/dev/null || true
diff --git a/devel/p5-String-Approx/Makefile b/devel/p5-String-Approx/Makefile
index e8d9bcfa033b..6d7ed06b5e55 100644
--- a/devel/p5-String-Approx/Makefile
+++ b/devel/p5-String-Approx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-Approx
-PORTVERSION= 3.13
+PORTVERSION= 3.15
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
diff --git a/devel/p5-String-Approx/distinfo b/devel/p5-String-Approx/distinfo
index 3e610060e7ef..12cb2e748ad5 100644
--- a/devel/p5-String-Approx/distinfo
+++ b/devel/p5-String-Approx/distinfo
@@ -1 +1 @@
-MD5 (String-Approx-3.13.tar.gz) = 1412cee0eaf51b0b93c3e3f999fbacc9
+MD5 (String-Approx-3.15.tar.gz) = 6506be7f5ca2ba87369fc96d03962a9b
diff --git a/net/p5-Net-ext/Makefile b/net/p5-Net-ext/Makefile
index ca7886d1d17a..61388e04bd6b 100644
--- a/net/p5-Net-ext/Makefile
+++ b/net/p5-Net-ext/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-ext
-PORTVERSION= 0.931
+PORTVERSION= 0.932
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
diff --git a/net/p5-Net-ext/distinfo b/net/p5-Net-ext/distinfo
index 0c0a557afaf6..7b2d00344f36 100644
--- a/net/p5-Net-ext/distinfo
+++ b/net/p5-Net-ext/distinfo
@@ -1 +1 @@
-MD5 (Net-ext-0.931.tar.gz) = 23a882736ef31b0b6f103deed388db3a
+MD5 (Net-ext-0.932.tar.gz) = 2e923ecd69c23f7bf629c72cff8d54e0