Bug 181751

Summary: [patch update] databases/cego 2.19.4 -> 2.19.5
Product: Ports & Packages Reporter: Kurt Jaeger <fbsd-ports>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kurt Jaeger 2013-09-02 11:20:00 UTC
Removed backslash escape sequence detection in scanner CegoAction::nextChar
Backslashes are now read as normal characters

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-09-02 13:33:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 Kurt Jaeger 2013-09-04 15:59:02 UTC
Hi!

Update to 2.19.6:

--------------------
diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2013-08-19 23:25:30.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/Makefile	2013-09-04 16:29:11.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/databases/cego/Makefile 324958 2013-08-19 08:42:26Z culot $
 
 PORTNAME=	cego
-PORTVERSION=	2.19.4
+PORTVERSION=	2.19.6
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2013-08-19 23:25:30.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/distinfo	2013-09-04 16:29:13.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (cego-2.19.4.tar.gz) = 9d6ace2b91a9015a3579fb40a30e05ab6b72da5e40c94eab03019380bd6c3942
-SIZE (cego-2.19.4.tar.gz) = 1299660
+SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223
+SIZE (cego-2.19.6.tar.gz) = 901957
--------------------

-- 
pi@opsec.eu            +49 171 3101372                         7 years to go !
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-05 17:17:07 UTC
Author: culot
Date: Thu Sep  5 16:17:00 2013
New Revision: 326409
URL: http://svnweb.freebsd.org/changeset/ports/326409

Log:
  - Update to 2.19.6
  
  Changes:	http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
  PR:		ports/181751
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Thu Sep  5 15:52:21 2013	(r326408)
+++ head/databases/cego/Makefile	Thu Sep  5 16:17:00 2013	(r326409)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.19.4
+PORTVERSION=	2.19.6
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu Sep  5 15:52:21 2013	(r326408)
+++ head/databases/cego/distinfo	Thu Sep  5 16:17:00 2013	(r326409)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.19.4.tar.gz) = 9d6ace2b91a9015a3579fb40a30e05ab6b72da5e40c94eab03019380bd6c3942
-SIZE (cego-2.19.4.tar.gz) = 1299660
+SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223
+SIZE (cego-2.19.6.tar.gz) = 901957
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-09-05 17:17:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!