svn commit: r383858 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Apr 12 10:51:51 UTC 2015


Author: pi
Date: Sun Apr 12 10:51:49 2015
New Revision: 383858
URL: https://svnweb.freebsd.org/changeset/ports/383858

Log:
  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 at lemke-it.com

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Apr 12 10:35:20 2015	(r383857)
+++ head/databases/cego/Makefile	Sun Apr 12 10:51:49 2015	(r383858)
@@ -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

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Apr 12 10:35:20 2015	(r383857)
+++ head/databases/cego/distinfo	Sun Apr 12 10:51:49 2015	(r383858)
@@ -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


More information about the svn-ports-head mailing list