1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

databases/cego: 2.21.0 -> 2.21.1

- Fixes for btree handling. Some field value offsets have been corrected
  based on experiences with SAGE db import
- Improved error messages for CegoLockHandler to indicate low level lock
  error messages from pthread calls
- Added sudo command to cego rc script to run db as given user

Submitted by:	lemke@lemke-it.com
This commit is contained in:
Kurt Jaeger 2015-04-12 10:51:49 +00:00
parent 292475edbd
commit a440a4803b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383858
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.21.0
PORTVERSION= 2.21.1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
@ -12,6 +12,7 @@ LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
liblfcxml.so:${PORTSDIR}/devel/lfcxml
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -1,2 +1,2 @@
SHA256 (cego-2.21.0.tar.gz) = c1ee5c44abb0367058188deedb7afe934a9597f34cf50cbb2fa7ac45889b19dc
SIZE (cego-2.21.0.tar.gz) = 924891
SHA256 (cego-2.21.1.tar.gz) = 7f2afadc6c5e732570aac9ed1f5978781be83c24cc66000f05cc25109ed56350
SIZE (cego-2.21.1.tar.gz) = 959911