diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-19 22:26:38 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-19 22:26:38 +0000 |
commit | eb5e6cefd8d7396c0aa8124b9803bb5cade11ae1 (patch) | |
tree | 25e51ec7977a4ecde20f9be2c1e906db5d3c1e4d /databases | |
parent | 0abf7b1966854855a1a5ad24c908f7df6a440f63 (diff) | |
download | ports-eb5e6cefd8d7396c0aa8124b9803bb5cade11ae1.tar.gz ports-eb5e6cefd8d7396c0aa8124b9803bb5cade11ae1.zip |
- Update firebird25 to 2.5.1
Notes
Notes:
svn path=/head/; revision=283946
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird25-server/Makefile | 6 | ||||
-rw-r--r-- | databases/firebird25-server/distinfo | 4 | ||||
-rw-r--r-- | databases/firebird25-server/files/patch-src-jrd_isc_sync.cpp | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 8be4e9b88a4f..4c139e29d930 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 50c1f402e0c1..d895611eee51 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 7825b20d1823..90764cb81ec7 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 |