svn commit: r546144 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Tue Aug 25 09:16:17 UTC 2020


Author: pi
Date: Tue Aug 25 09:16:16 2020
New Revision: 546144
URL: https://svnweb.freebsd.org/changeset/ports/546144

Log:
  databases/cego: update 2.45.18 -> 2.45.19
  
  - Fix in CegoAction::insertArg to check for duplicate attribute
    specification in insert statement, e.g.
    INSERT INTO t1 ( a, a ) VALUES ...
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Tue Aug 25 08:18:29 2020	(r546143)
+++ head/databases/cego/Makefile	Tue Aug 25 09:16:16 2020	(r546144)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.18
+PORTVERSION=	2.45.19
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Tue Aug 25 08:18:29 2020	(r546143)
+++ head/databases/cego/distinfo	Tue Aug 25 09:16:16 2020	(r546144)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597388628
-SHA256 (cego-2.45.18.tar.gz) = 0be6cdbf4c4ae0209bbf44b6c965f846ad7af14e0e718ffb05a61aeced2b82f8
-SIZE (cego-2.45.18.tar.gz) = 3154748
+TIMESTAMP = 1598268804
+SHA256 (cego-2.45.19.tar.gz) = e127118a023d9bc3fd5e48ef2dc146b03600b0f94bf56aa3310c21df0c002ecf
+SIZE (cego-2.45.19.tar.gz) = 3154770


More information about the svn-ports-all mailing list