Date: 20 Apr 2005 17:34:29 -0000 From: David Thiel <lx@redundancy.redundancy.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80162: Maintainer Update: editors/2bsd-vi 050225 -> 050325 Message-ID: <20050420173429.22250.qmail@redundancy.redundancy.org> Resent-Message-ID: <200504201740.j3KHe8rP012264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80162 >Category: ports >Synopsis: Maintainer Update: editors/2bsd-vi 050225 -> 050325 >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: Wed Apr 20 17:40:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386 >Description: Updating 2bsd-vi to the 050325 release, a bugfix release. Changes include: * vi no longer dies with a segmentation fault if a line does not fit on the screen after an insertion. * The 'p' command now works correctly if the buffer contains a partial line with multibyte characters. * Traditional regular expressions sometimes failed to operate correctly since the last release. >How-To-Repeat: >Fix: diff -ruN 2bsd-vi.old/Makefile 2bsd-vi/Makefile --- 2bsd-vi.old/Makefile Wed Apr 20 10:29:46 2005 +++ 2bsd-vi/Makefile Wed Apr 20 10:29:58 2005 @@ -6,7 +6,7 @@ # PORTNAME= vi -PORTVERSION= 050225 +PORTVERSION= 050325 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ex-vi diff -ruN 2bsd-vi.old/distinfo 2bsd-vi/distinfo --- 2bsd-vi.old/distinfo Wed Apr 20 10:29:46 2005 +++ 2bsd-vi/distinfo Wed Apr 20 10:30:38 2005 @@ -1,2 +1,2 @@ -MD5 (ex-050225.tar.bz2) = 8f99254500b7b57dff1ab1d46b1dea67 -SIZE (ex-050225.tar.bz2) = 215315 +MD5 (ex-050325.tar.bz2) = e668595254233e4d96811083a3e4e2f3 +SIZE (ex-050325.tar.bz2) = 215411 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050420173429.22250.qmail>