Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Oct 2003 16:28:20 +0200
From:      Piotr Smyrak <smyru@smyrak.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@kolobov.com
Subject:    ports/57744: [patch] editors/leo - fix for 404 homepage in pkg-descr
Message-ID:  <E1A7FIa-000HAO-Ay@smyrak.com>
Resent-Message-ID: <200310081440.h98EeFc7055111@freefall.freebsd.org>

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

>Number:         57744
>Category:       ports
>Synopsis:       [patch] editors/leo - fix for 404 homepage in pkg-descr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 08 07:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Smyrak
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD ntbk 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Fri Sep 26 21:27:08 CEST 2003 root@ntbk:/usr/obj/usr/src/sys/SMYRUSELF i386


	
>Description:
	The pkg-descr brings 404 URL for the program site. It is one char change
>How-To-Repeat:
	Try to visit the program homepage from pkg-descr.
>Fix:

	Remove the tilde or apply the patch:

--- pkg-descr.orig	Mon Jun 23 06:39:35 2003
+++ pkg-descr	Tue Sep 30 02:30:08 2003
@@ -16,4 +16,4 @@
 * Leo is Open Software, distributed under the Python License. 
 
 Author:	Edward K. Ream <edreamleo@charter.net>
-WWW:	http://webpages.charter.net/~edreamleo/front.html
+WWW:	http://webpages.charter.net/edreamleo/front.html


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1A7FIa-000HAO-Ay>