aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-BDB
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-26 09:53:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-26 09:53:53 +0000
commit12eaa94b57713abd58e3019060f2fa6e40697a10 (patch)
tree54e31209b7e061f45e1c87720c1ef81f1c8b2994 /databases/p5-BDB
parent771343ca677886fb0ace497820be6daec2a408ba (diff)
downloadports-12eaa94b57713abd58e3019060f2fa6e40697a10.tar.gz
ports-12eaa94b57713abd58e3019060f2fa6e40697a10.zip
Notes
Diffstat (limited to 'databases/p5-BDB')
-rw-r--r--databases/p5-BDB/Makefile3
-rw-r--r--databases/p5-BDB/distinfo4
-rw-r--r--databases/p5-BDB/files/patch-BDB.xs13
3 files changed, 4 insertions, 16 deletions
diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile
index efd47e108232..50c7cba89c6e 100644
--- a/databases/p5-BDB/Makefile
+++ b/databases/p5-BDB/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= BDB
-PORTVERSION= 1.89
+PORTVERSION= 1.90
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Asynchronous Berkeley DB access
diff --git a/databases/p5-BDB/distinfo b/databases/p5-BDB/distinfo
index b708071dcd08..6b28ab653285 100644
--- a/databases/p5-BDB/distinfo
+++ b/databases/p5-BDB/distinfo
@@ -1,2 +1,2 @@
-SHA256 (BDB-1.89.tar.gz) = eb020190e4e5298f3e625e8f5baf9e22f281d49d3430690889fea4062e30701e
-SIZE (BDB-1.89.tar.gz) = 36333
+SHA256 (BDB-1.9.tar.gz) = 11e2a72d743a0d03578952cf775445aa174362429d145d8b0be24b92142b7eaa
+SIZE (BDB-1.9.tar.gz) = 36421
diff --git a/databases/p5-BDB/files/patch-BDB.xs b/databases/p5-BDB/files/patch-BDB.xs
deleted file mode 100644
index 5a89a1b5bd1f..000000000000
--- a/databases/p5-BDB/files/patch-BDB.xs
+++ /dev/null
@@ -1,13 +0,0 @@
---- BDB.xs.orig 2011-07-29 17:28:48.000000000 +0800
-+++ BDB.xs 2011-08-26 13:45:59.260319989 +0800
-@@ -1313,8 +1313,10 @@
- const_iv (LOCK_DEADLOCK)
- const_iv (LOCK_NOTGRANTED)
- const_iv (NOSERVER)
-+#if DBVER <= 501
- const_iv (NOSERVER_HOME)
- const_iv (NOSERVER_ID)
-+#endif
- const_iv (NOTFOUND)
- const_iv (PAGE_NOTFOUND)
- const_iv (REP_DUPMASTER)