Bug 56655 - [PATCH] editors/nvi-perl: Fix bento checksum error
Summary: [PATCH] editors/nvi-perl: Fix bento checksum error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 22:50 UTC by Lars Thegler
Modified: 2003-09-11 14:57 UTC (History)
0 users

See Also:


Attachments
nvi-perl-1.79_3.patch (962 bytes, patch)
2003-09-09 22:50 UTC, Lars Thegler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler 2003-09-09 22:50:13 UTC
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
Comment 1 Simon Barner 2003-09-10 01:11:06 UTC
> -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/

My PR 56170 does almost the same, but it also removes sleepy.vwh.net since
this is just another DNS name for ftp.sleepycat.com.

So, if you commit this patch, please don't forget to close the other one
too.

Simon
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2003-09-11 14:57:18 UTC
State Changed
From-To: open->closed

Change committed (the PR 56170 version), thanks!