aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2011-10-20 06:26:38 +0800
committeracm <acm@FreeBSD.org>2011-10-20 06:26:38 +0800
commitd43226da918df32ae0035f4fb005fc9a6a25b1d0 (patch)
tree74e6121080c42e589332c428c411a7de0a446b84
parent0cbe69b1851bb875dba8ce136d393c7f91ee3b61 (diff)
downloadfreebsd-ports-graphics-d43226da918df32ae0035f4fb005fc9a6a25b1d0.tar.gz
freebsd-ports-graphics-d43226da918df32ae0035f4fb005fc9a6a25b1d0.tar.zst
freebsd-ports-graphics-d43226da918df32ae0035f4fb005fc9a6a25b1d0.zip
- Update firebird25 to 2.5.1
-rw-r--r--databases/firebird25-server/Makefile6
-rw-r--r--databases/firebird25-server/distinfo4
-rw-r--r--databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp6
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile
index 8be4e9b88a4..4c139e29d93 100644
--- a/databases/firebird25-server/Makefile
+++ b/databases/firebird25-server/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= firebird
-PORTVERSION= 2.5.0
-PORTREVISION?= 1
+PORTVERSION= 2.5.1
+PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/
PKGNAMESUFFIX?= -server
-DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26074-0
+DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26351-0
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
diff --git a/databases/firebird25-server/distinfo b/databases/firebird25-server/distinfo
index 50c1f402e0c..d895611eee5 100644
--- a/databases/firebird25-server/distinfo
+++ b/databases/firebird25-server/distinfo
@@ -1,2 +1,2 @@
-SHA256 (firebird/Firebird-2.5.0.26074-0.tar.bz2) = b9f1982c3c9a0571508d177f1ad7459a6e2d598fc07f0985bce491b93d497053
-SIZE (firebird/Firebird-2.5.0.26074-0.tar.bz2) = 13579819
+SHA256 (firebird/Firebird-2.5.1.26351-0.tar.bz2) = c4d236e7a9ab3ca00df3faca80f55175d11052637369c877b3e22cd377edb813
+SIZE (firebird/Firebird-2.5.1.26351-0.tar.bz2) = 13665242
diff --git a/databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp b/databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp
index 7825b20d182..90764cb81ec 100644
--- a/databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp
+++ b/databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp
@@ -1,10 +1,10 @@
---- src/jrd/isc_sync.cpp 2010-12-18 21:08:26.000000000 -0500
-+++ src/jrd/isc_sync.cpp 2010-12-18 21:09:05.000000000 -0500
+--- src/jrd/isc_sync.cpp 2011-08-30 08:48:04.000000000 -0500
++++ src/jrd/isc_sync.cpp 2011-10-19 15:00:50.000000000 -0500
@@ -320,7 +320,7 @@
public:
const static int N_FILES = 8;
const static int N_SETS = 256;
--#ifdef DEV_BUILD
+-#if defined(DEV_BUILD)
+#if defined(DEV_BUILD) || defined(FREEBSD)
const static int SEM_PER_SET = 4; // force multiple sets allocation
#else