Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Sep 2003 23:40:32 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56655: [PATCH] editors/nvi-perl: Fix bento checksum error
Message-ID:  <20030909214032.9C9E83EAF@dask.thegler.dk>
Resent-Message-ID: <200309092150.h89LoEml093673@freefall.freebsd.org>

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

>Number:         56655
>Category:       ports
>Synopsis:       [PATCH] editors/nvi-perl: Fix bento checksum error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 14:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
Fix bento checksum error: The distfile seem to have been updated
with slightly amended versions of 'README' and 'LICENSE' files.
No change in code, so I'm not sure whether a PORTREVISION bump is
warranted.

The maintainer's webpage (http://www.bostic.com/vi/) refers to
another distribution site, so that is added to MASTER_SITES.

One site still carried the old version, so that is removed from
MASTER_SITES.

The versions on the remaining MASTER_SITES are identical.

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- nvi-perl-1.79_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/nvi-perl/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	23 May 2003 00:13:41 -0000	1.21
+++ Makefile	9 Sep 2003 21:20:07 -0000
@@ -9,8 +9,8 @@
 PORTVERSION=	1.79
 PORTREVISION=	3
 CATEGORIES=	editors
-MASTER_SITES=	ftp://sleepy.vwh.net/pub/ \
-		ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
+MASTER_SITES=	ftp://ftp.sleepycat.com/pub/ \
+		ftp://sleepy.vwh.net/pub/
 PKGNAMESUFFIX=	-perl
 
 MAINTAINER=	ports@FreeBSD.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/nvi-perl/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	22 Feb 1999 02:53:01 -0000	1.7
+++ distinfo	9 Sep 2003 21:20:07 -0000
@@ -1 +1 @@
-MD5 (nvi-1.79.tar.gz) = 52549f8e390db06f9366ee83e59f64de
+MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
--- nvi-perl-1.79_3.patch ends here ---

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



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