- Update to version 1.13

PR:		ports/65722
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-04-18 19:45:00 +00:00
parent 0459402774
commit e973bad285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107482
4 changed files with 8 additions and 20 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= jdb
PORTVERSION= 1.12
PORTREVISION= 2
PORTVERSION= 1.13
CATEGORIES= databases perl5
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/

View file

@ -1,2 +1,2 @@
MD5 (jdb-1.12.tar.gz) = cdd0f541efdf8ac01b8d0cf305a77312
SIZE (jdb-1.12.tar.gz) = 141134
MD5 (jdb-1.13.tar.gz) = 02ff57c35810458e248e9c7aa26f8475
SIZE (jdb-1.13.tar.gz) = 143843

View file

@ -1,11 +0,0 @@
--- d Wed Feb 12 15:33:25 2003
+++ dblib.pl Wed Feb 12 15:33:39 2003
@@ -330,7 +330,7 @@
sub force_numeric {
my($value, $ignore_non_numeric) = @_;
- if ($value =~ /^[-+]?[0-9]+(.[0-9]+)?(e[-+0-9]+)?$/) {
+ if ($value =~ /^\s*[-+]?[0-9]+(.[0-9]+)?(e[-+0-9]+)?\s*$/) {
return $value + 0.0; # force numeric
} else {
if ($ignore_non_numeric) {

View file

@ -1,4 +1,6 @@
bin/crl_to_db
bin/db2dcliff
bin/db_to_html_table
bin/dbcol
bin/dbcolcreate
bin/dbcoldefine
@ -33,18 +35,16 @@ bin/dbstats
bin/dbstripcomments
bin/dbstripextraheaders
bin/dbstripleadingspace
bin/crl_to_db
bin/db_to_html_table
bin/dmalloc_to_db
bin/ipchain_logs_to_db
bin/kitrace_to_db
bin/ns_to_db
bin/tabdelim_to_db
bin/tcpdump_to_db
lib/jdb/README
lib/jdb/COPYING
lib/jdb/release
lib/jdb/dblib.pl
lib/jdb/DbGetopt.pm
lib/jdb/DbTDistr.pm
lib/jdb/README
lib/jdb/dblib.pl
lib/jdb/release
@dirrm lib/jdb