diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 14:02:08 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 14:02:08 +0800 |
commit | 8e2edd0e8d90282aff179bbeebf99e57839de556 (patch) | |
tree | 2009d1f0deab97c459720859b44492abc4b68a77 /editors | |
parent | 956ba91af770b2bfc7abd69b44a813fbaed9c667 (diff) | |
download | freebsd-ports-gnome-8e2edd0e8d90282aff179bbeebf99e57839de556.tar.gz freebsd-ports-gnome-8e2edd0e8d90282aff179bbeebf99e57839de556.tar.zst freebsd-ports-gnome-8e2edd0e8d90282aff179bbeebf99e57839de556.zip |
Update cooledit to 3.11.3.
PR: 12162
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 6 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 2 | ||||
-rw-r--r-- | editors/cooledit/files/patch-af | 6 | ||||
-rw-r--r-- | editors/cooledit/files/patch-ah | 10 |
4 files changed, 12 insertions, 12 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 1d94f55af682..653d99d5fe60 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -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.13 1999/06/05 19:00:07 mharo Exp $ +# $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/ diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index 23b8c4cb8ea1..9439ffabfbdb 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1 +1 @@ -MD5 (cooledit-3.11.2.tar.gz) = a90d6cd6b6e16ef47ad0d5aa2cdd04fe +MD5 (cooledit-3.11.3.tar.gz) = ea0f8aa393d1a77c76c0d7f2ffd358b7 diff --git a/editors/cooledit/files/patch-af b/editors/cooledit/files/patch-af index 225028776078..856494ee0910 100644 --- a/editors/cooledit/files/patch-af +++ b/editors/cooledit/files/patch-af @@ -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; diff --git a/editors/cooledit/files/patch-ah b/editors/cooledit/files/patch-ah index 0cdd748518ab..ef786f4bc732 100644 --- a/editors/cooledit/files/patch-ah +++ b/editors/cooledit/files/patch-ah @@ -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); |