Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 21:09:30 +0100 (CET)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92390: lang/ccscript: update to version 2.5.8
Message-ID:  <20060126200930.A4D4417035@mud.stack.nl>
Resent-Message-ID: <200601262010.k0QKA3ZM049484@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92390
>Category:       ports
>Synopsis:       lang/ccscript: update to version 2.5.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 20:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	Update to version 2.5.8 (bugfix release).
	This also fixes a bug for which we had a workaround in ports.

>How-To-Repeat:
	
>Fix:

	
	My previously submitted patch seems to be obsoleted now :)
	Please remove files/patch-src_script.h and files/ subdir.

diff -uNr ccscript/Makefile ccscript/Makefile
--- ccscript/Makefile	Wed Nov 16 04:13:39 2005
+++ ccscript/Makefile	Thu Jan 26 19:23:59 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ccscript
-PORTVERSION=	2.5.7
-PORTREVISION=	2
+PORTVERSION=	2.5.8
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gnutelephony
diff -uNr ccscript/distinfo ccscript/distinfo
--- ccscript/distinfo	Sat Nov 26 04:12:22 2005
+++ ccscript/distinfo	Thu Jan 26 19:24:06 2006
@@ -1,3 +1,3 @@
-MD5 (ccscript-2.5.7.tar.gz) = 48eac6739eb96f9d9bad1188fb59f9d9
-SHA256 (ccscript-2.5.7.tar.gz) = d52e965e16dabd0f3a771e2c6ec5d1e30ebda86875d4ea5687bd02ac457b3904
-SIZE (ccscript-2.5.7.tar.gz) = 383334
+MD5 (ccscript-2.5.8.tar.gz) = 33c1452634abc1a2f416fa8433d99570
+SHA256 (ccscript-2.5.8.tar.gz) = 87b6b57865dbf029623d6af2370b813fd4469ed0995c1e8dbdc2ed04a2be1b2f
+SIZE (ccscript-2.5.8.tar.gz) = 372016
diff -uNr ccscript/files/patch-src_script.h ccscript/files/patch-src_script.h
--- ccscript/files/patch-src_script.h	Sat Feb 19 18:17:06 2005
+++ ccscript/files/patch-src_script.h	Thu Jan  1 01:00:00 1970
@@ -1,51 +0,0 @@
---- src/script.h.orig	Thu Feb 17 19:01:10 2005
-+++ src/script.h	Thu Feb 17 19:00:29 2005
-@@ -550,11 +550,6 @@ protected:
- 	virtual unsigned long getTrapMask(const char *trapname);
- 
- 	/**
--	 * Default compiler syntax to accept any syntax.
--	 */
--	char *chkIgnore(Line *line, ScriptImage *img);
--
--	/**
- 	 * Module based script checker.
- 	 */
- 	char *chkModule(Line *line, ScriptImage *img);
-@@ -598,15 +593,6 @@ protected:
- 	char *chkNoArgs(Line *line, ScriptImage *img);
- 
- 	/**
--	 * Script compiler syntax check for commands that require
--	 * one or more arguments to be present.
--	 *
--	 * @return syntax error message string or NULL.
--	 * @param line statement.
--	 */
--	char *chkHasArgs(Line *line, ScriptImage *img);
--
--	/**
- 	 * Load a set of keywords into the system keyword table.  This
- 	 * provides a convenient method of initializing and adding to
- 	 * the keyword indexes.
-@@ -658,6 +644,20 @@ public:
- 
- 	virtual int mapnicmp(const char *s1, const char *s2, size_t n)
- 		{return strnicmp(s1, s2, n);};
-+
-+	/**
-+	 * Script compiler syntax check for commands that require
-+	 * one or more arguments to be present.
-+	 *
-+	 * @return syntax error message string or NULL.
-+	 * @param line statement.
-+	 */
-+	char *chkHasArgs(Line *line, ScriptImage *img);
-+
-+	/**
-+	 * Default compiler syntax to accept any syntax.
-+	 */
-+	char *chkIgnore(Line *line, ScriptImage *img);
- };
- 
- /**
diff -uNr ccscript/pkg-plist ccscript/pkg-plist
--- ccscript/pkg-plist	Fri Feb 20 10:57:19 2004
+++ ccscript/pkg-plist	Thu Jan 26 19:46:42 2006
@@ -2,8 +2,8 @@
 include/cc++2/cc++/script.h
 lib/libccscript2.a
 lib/libccscript2.so
-lib/libccscript2-0.5.so
-lib/libccscript2-0.5.so.3
+lib/libccscript2-0.6.so
+lib/libccscript2-0.6.so.3
 lib/ccscript2/date.pkg
 lib/ccscript2/digits.pkg
 lib/ccscript2/file.pkg
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060126200930.A4D4417035>