summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-07-12 09:39:28 +0000
committerwiz <wiz@pkgsrc.org>2003-07-12 09:39:28 +0000
commit2569301ae4538ad3769a620e99396669fc3ef02d (patch)
treee0dc20738e2b7c6d46c99d9d5140fdeaf8ed29f4 /devel
parentebb0c641b72ef60fc33ed884e2f9d2abe30aebbd (diff)
downloadpkgsrc-2569301ae4538ad3769a620e99396669fc3ef02d.tar.gz
Let the commit message contain an empty line by default.
Requested by salo; ride 1.11.6 update version bump.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs/distinfo4
-rw-r--r--devel/cvs/patches/patch-at15
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/cvs/distinfo b/devel/cvs/distinfo
index c4525602a77..914b8a71546 100644
--- a/devel/cvs/distinfo
+++ b/devel/cvs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/07/12 09:19:17 wiz Exp $
+$NetBSD: distinfo,v 1.14 2003/07/12 09:39:28 wiz Exp $
SHA1 (cvs-1.11.6.tar.bz2) = e6190e49ba9563cb7381dd4c48067baf8f55088d
Size (cvs-1.11.6.tar.bz2) = 2182557 bytes
@@ -20,7 +20,7 @@ SHA1 (patch-ap) = 2c87c125ed061beb43ff34d57324ad9a14b918e3
SHA1 (patch-aq) = d346e0034589969e88ef5e1efb750302d3d44898
SHA1 (patch-ar) = 5c713d8c3535bd2df7a15e97874b83d5ea9803e2
SHA1 (patch-as) = d98c8e17ce673dd3f448b3a90520b3a390ecbed7
-SHA1 (patch-at) = 478dc986d4ea636bb7087a14757c6ca9970102a2
+SHA1 (patch-at) = 6f4e21b173dfc53e9b6bc8894884b8b98d3b687c
SHA1 (patch-au) = c7f0afc02e05219e64253a4b833d76981e7f7f3d
SHA1 (patch-av) = 1cd085ad012a94caa1a3ad6107746f963d335f7e
SHA1 (patch-ay) = 2a81a1bfe6397f0f851f96b37ae4fc660ebda635
diff --git a/devel/cvs/patches/patch-at b/devel/cvs/patches/patch-at
index 7e1d064c187..77144ba5408 100644
--- a/devel/cvs/patches/patch-at
+++ b/devel/cvs/patches/patch-at
@@ -1,8 +1,17 @@
-$NetBSD: patch-at,v 1.6 2003/07/12 09:19:19 wiz Exp $
+$NetBSD: patch-at,v 1.7 2003/07/12 09:39:28 wiz Exp $
--- src/logmsg.c.orig Tue May 20 20:12:23 2003
+++ src/logmsg.c
-@@ -301,7 +301,7 @@ do_editor (dir, messagep, repository, ch
+@@ -225,6 +225,8 @@ do_editor (dir, messagep, repository, ch
+ (*messagep)[strlen (*messagep) - 1] != '\n')
+ (void) fprintf (fp, "\n");
+ }
++ else
++ (void) fprintf (fp, "\n");
+
+ if (repository != NULL)
+ /* tack templates on if necessary */
+@@ -301,7 +303,7 @@ do_editor (dir, messagep, repository, ch
run_setup (editinfo_editor ? editinfo_editor : Editor);
run_arg (fname);
if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY,
@@ -11,7 +20,7 @@ $NetBSD: patch-at,v 1.6 2003/07/12 09:19:19 wiz Exp $
error (editinfo_editor ? 1 : 0, retcode == -1 ? errno : 0,
editinfo_editor ? "Logfile verification failed" :
"warning: editor session failed");
-@@ -678,6 +678,15 @@ title_proc (p, closure)
+@@ -678,6 +680,15 @@ title_proc (p, closure)
xrealloc (str_list,
strlen (str_list) + strlen (p->key) + 5);
(void) strcat (str_list, p->key);