Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 1999 08:54:26 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12162: 
Message-ID:  <19990612155426.D65169F@norn.ca.eu.org>

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

>Number:         12162
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 09:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

4.0-CURRENT i386

>Description:

Update to 3.11.3.

>How-To-Repeat:

>Fix:
	
Index: cooledit/Makefile
===================================================================
RCS file: /cvs/ports/editors/cooledit/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	1999/06/09 00:04:55	1.14
+++ Makefile	1999/06/12 15:49:11
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	 cooledit
-# Version required:	3.11.2
+# Version required:	3.11.3
 # Date created:		18 November 1997
 # Whom:			brett@peloton.physics.montana.edu
 #
 # $Id: Makefile,v 1.14 1999/06/09 00:04:55 steve Exp $
 #
 
-DISTNAME=	cooledit-3.11.2
+DISTNAME=	cooledit-3.11.3
 CATEGORIES=	editors
 MASTER_SITES= 	${MASTER_SITE_SUNSITE} \
 		http://www.netins.net/showcase/Comput-IT/cooledit/src/
Index: cooledit/files/md5
===================================================================
RCS file: /cvs/ports/editors/cooledit/files/md5,v
retrieving revision 1.7
diff -u -r1.7 md5
--- md5	1999/06/09 00:05:05	1.7
+++ md5	1999/06/12 15:49:12
@@ -1 +1 @@
-MD5 (cooledit-3.11.2.tar.gz) = a90d6cd6b6e16ef47ad0d5aa2cdd04fe
+MD5 (cooledit-3.11.3.tar.gz) = ea0f8aa393d1a77c76c0d7f2ffd358b7
Index: cooledit/patches/patch-af
===================================================================
RCS file: /cvs/ports/editors/cooledit/patches/patch-af,v
retrieving revision 1.1
diff -u -r1.1 patch-af
--- patch-af	1999/06/09 00:05:15	1.1
+++ patch-af	1999/06/12 15:49:13
@@ -1,6 +1,6 @@
---- widget/syntax.c.orig	Sun May 30 07:47:04 1999
-+++ widget/syntax.c	Mon Jun  7 15:55:34 1999
-@@ -728,7 +728,7 @@
+--- widget/syntax.c.orig	Fri Jun 11 16:24:41 1999
++++ widget/syntax.c	Sat Jun 12 08:30:33 1999
+@@ -729,7 +729,7 @@
      f = fopen (p, "r");
      if (f)
  	return f;
Index: cooledit/patches/patch-ah
===================================================================
RCS file: /cvs/ports/editors/cooledit/patches/patch-ah,v
retrieving revision 1.1
diff -u -r1.1 patch-ah
--- patch-ah	1999/06/09 00:05:18	1.1
+++ patch-ah	1999/06/12 15:49:13
@@ -1,6 +1,6 @@
---- editor/coolpython.c.orig	Mon Jun  7 15:26:22 1999
-+++ editor/coolpython.c	Mon Jun  7 15:26:58 1999
-@@ -1329,7 +1329,7 @@
+--- editor/coolpython.c.orig	Fri Jun 11 16:24:42 1999
++++ editor/coolpython.c	Sat Jun 12 08:30:33 1999
+@@ -1485,7 +1485,7 @@
      PyDict_SetItemString (d, "Mod3Mask", PyInt_FromLong ((long) Mod3Mask));
      PyDict_SetItemString (d, "Mod4Mask", PyInt_FromLong ((long) Mod4Mask));
      PyDict_SetItemString (d, "Mod5Mask", PyInt_FromLong ((long) Mod5Mask));
@@ -9,7 +9,7 @@
  }
  
  void coolpython_run_file (char *filename)
-@@ -1387,7 +1387,7 @@
+@@ -1544,7 +1544,7 @@
  import sys\n\
  sys.path.append('%s')\n\
  sys.path.append('%s%s')\n\
@@ -18,7 +18,7 @@
      e = PyRun_String (s, Py_file_input, name_space, name_space);
      if (!e) {
  	PyErr_Print ();
-@@ -1396,7 +1396,7 @@
+@@ -1553,7 +1553,7 @@
      }
      Py_DECREF (e);
      coolpython_constants (name_space);

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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