Removed backslash escape sequence detection in scanner CegoAction::nextChar Backslashes are now read as normal characters How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
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 !
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"
State Changed From-To: open->closed Committed. Thanks!