svn commit: r455840 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Dec 9 10:52:33 UTC 2017


Author: pi
Date: Sat Dec  9 10:52:32 2017
New Revision: 455840
URL: https://svnweb.freebsd.org/changeset/ports/455840

Log:
  databases/cego: update 2.38.7 -> 2.38.9
  
  - Introduction of new functions ascii ( get ascii character for
    numeric value ) , ldiv and lmod ( div and mod operation for long
    values )
  - Modification in CegoFunction::evalFieldValue. To allow recursive
    calls of user defined functions and procedures, dedicated procedure
    instances are created for each call. This is done by parsing the
    procedure text via CegoAction
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Dec  9 10:25:53 2017	(r455839)
+++ head/databases/cego/Makefile	Sat Dec  9 10:52:32 2017	(r455840)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.38.7
+PORTVERSION=	2.38.9
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Dec  9 10:25:53 2017	(r455839)
+++ head/databases/cego/distinfo	Sat Dec  9 10:52:32 2017	(r455840)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512210652
-SHA256 (cego-2.38.7.tar.gz) = 9c096e002dafc582c6c0356f942a77eceb88a76b7a39f699e758a15e8c9da5e7
-SIZE (cego-2.38.7.tar.gz) = 1443534
+TIMESTAMP = 1512812987
+SHA256 (cego-2.38.9.tar.gz) = ffa712ec8c3fa365b737968670c74c50583e5c664fc5c70ddc2744bb07c9296b
+SIZE (cego-2.38.9.tar.gz) = 1451437


More information about the svn-ports-all mailing list