parent
771343ca67
commit
12eaa94b57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288042
3 changed files with 4 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue