Index: head/databases/cegobridge/files/patch-src_OracleAction.cc =================================================================== --- head/databases/cegobridge/files/patch-src_OracleAction.cc (revision 446371) +++ head/databases/cegobridge/files/patch-src_OracleAction.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/OracleAction.cc.orig 2017-05-07 11:14:19 UTC -+++ src/OracleAction.cc -@@ -222,7 +222,7 @@ void OracleAction::readChain() - - void OracleAction::backChar() - { -- if ( _pC > 0 ) -+ if ( _pC != 0 ) - _pC--; - } - Property changes on: head/databases/cegobridge/files/patch-src_OracleAction.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/cegobridge/files/patch-src_PostgresAction.cc =================================================================== --- head/databases/cegobridge/files/patch-src_PostgresAction.cc (revision 446371) +++ head/databases/cegobridge/files/patch-src_PostgresAction.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/PostgresAction.cc.orig 2017-05-07 11:16:01 UTC -+++ src/PostgresAction.cc -@@ -222,7 +222,7 @@ void PostgresAction::readChain() - - void PostgresAction::backChar() - { -- if ( _pC > 0 ) -+ if ( _pC != 0 ) - _pC--; - } - Property changes on: head/databases/cegobridge/files/patch-src_PostgresAction.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/cegobridge/Makefile =================================================================== --- head/databases/cegobridge/Makefile (revision 446371) +++ head/databases/cegobridge/Makefile (revision 446372) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Imports non-cego database dump files into cego LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ liblfcxml.so:devel/lfcxml \ libcego.so:databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes PLIST_FILES= bin/cegobridge .include Index: head/databases/cegobridge/distinfo =================================================================== --- head/databases/cegobridge/distinfo (revision 446371) +++ head/databases/cegobridge/distinfo (revision 446372) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488709322 -SHA256 (cegobridge-1.1.3.tar.gz) = 53352ba3c8e2abc725612084eac628367ddec39747150bfe6bcad2c4a672ff4a -SIZE (cegobridge-1.1.3.tar.gz) = 551872 +TIMESTAMP = 1494156903 +SHA256 (cegobridge-1.1.4.tar.gz) = 1ce08c11c323613e0db23578a1f47852dfcc598b1897a6c1f100c8ec30bfa5c9 +SIZE (cegobridge-1.1.4.tar.gz) = 551865