[email protected] (Jérémie Courrèges-Anglas) writes:
> Hi (again),
>
> here's a trivial update for ged. Now handles ^D the way base ed(1)
> does (ie. exits when getting EOF once instead of twice).
>
> Regen info file patch; also remove patch-Makefile_in, since
> make-plist(1) doesn't care about info/dir files (l.748).
ping.
--
Jérémie Courrèges-Anglas
PGP Key fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ged/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 11 Mar 2013 11:02:49 -0000 1.3
+++ Makefile 11 May 2013 22:07:55 -0000
@@ -2,7 +2,7 @@
COMMENT = GNU version of standard text editor
-V = 1.7
+V = 1.8
DISTNAME = ed-${V}
PKGNAME = ged-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ged/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 29 Nov 2012 20:14:19 -0000 1.2
+++ distinfo 3 May 2013 15:04:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (ed-1.7.tar.gz) = iUJBAZpf8reBbSDFvVpwSPuPM2ylLpezzIjUWxZHIDE=
-SIZE (ed-1.7.tar.gz) = 86889
+SHA256 (ed-1.8.tar.gz) = ZME40zsepLnaqI4EXaBhnipDy5mp03hBfSAWP0EKcnM=
+SIZE (ed-1.8.tar.gz) = 86844
Index: patches/patch-Makefile_in
===================================================================
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in 29 Nov 2012 20:14:19 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2012/11/29 20:14:19 sthen Exp $
---- Makefile.in.orig Tue Oct 9 16:17:27 2012
-+++ Makefile.in Thu Nov 29 12:45:35 2012
-@@ -67,7 +67,6 @@ install-bin : all
- install-info :
- if [ ! -d "$(DESTDIR)$(infodir)" ] ; then $(INSTALL_DIR)
"$(DESTDIR)$(infodir)" ; fi
- $(INSTALL_DATA) $(VPATH)/doc/$(pkgname).info
"$(DESTDIR)$(infodir)/$(program_prefix)$(pkgname).info"
-- -install-info --info-dir="$(DESTDIR)$(infodir)"
"$(DESTDIR)$(infodir)/$(program_prefix)$(pkgname).info"
-
- install-man :
- if [ ! -d "$(DESTDIR)$(mandir)/man1" ] ; then $(INSTALL_DIR)
"$(DESTDIR)$(mandir)/man1" ; fi
Index: patches/patch-doc_ed_info
===================================================================
RCS file: /cvs/ports/editors/ged/patches/patch-doc_ed_info,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-doc_ed_info
--- patches/patch-doc_ed_info 25 Jun 2012 23:07:54 -0000 1.1.1.1
+++ patches/patch-doc_ed_info 3 May 2013 17:18:30 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-doc_ed_info,v 1.1.1.1 2012/06/25 23:07:54 pascal Exp $
---- doc/ed.info.orig Mon May 7 14:29:35 2012
-+++ doc/ed.info Mon May 7 14:29:42 2012
+--- doc/ed.info.orig Tue Apr 23 12:34:00 2013
++++ doc/ed.info Fri May 3 17:05:05 2013
@@ -2,7 +2,7 @@ This is ed.info, produced by makeinfo version 4.13 fro
INFO-DIR-SECTION Basics
@@ -9,4 +9,4 @@ $OpenBSD: patch-doc_ed_info,v 1.1.1.1 20
+* Ed: (ged). The GNU line editor
END-INFO-DIR-ENTRY
- Copyright (C) 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+ Copyright (C) 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012,