Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2008 22:06:48 +0400 (MSD)
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jharris@widomaker.com
Subject:   ports/124075: [patch] update www/elinks to 0.11.4rc1
Message-ID:  <20080528180648.E54F51AF41F@void.codelabs.ru>
Resent-Message-ID: <200805281810.m4SIA1Ax085438@freefall.freebsd.org>

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

>Number:         124075
>Category:       ports
>Synopsis:       [patch] update www/elinks to 0.11.4rc1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 18:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
Code Labs
>Environment:

System: FreeBSD XXX 7.0-STABLE FreeBSD 7.0-STABLE #16: Tue Mar 18 11:49:55 MSK 2008 root@XXX:/usr/obj/usr/src/sys/XXX i386

>Description:

http://elinks.or.cz/ says that 0.11.4rc1 is the latest stable version
and it will be very close to the 0.11.4.  Moreover, it fixes problems
with digest authentication, so this update worth itself.

>How-To-Repeat:

Check http://elinks.or.cz/ and http://elinks.or.cz/news.html

>Fix:

The following patch upgrades current port to 0.11.4rc1.
I was running updated port for a couple of weeks --
no problems spotted yet.

--- elinks-to-0.11.4rc1.patch begins here ---
diff -urN elinks.orig/Makefile elinks/Makefile
--- elinks.orig/Makefile	2008-05-27 13:39:34.000000000 +0400
+++ elinks/Makefile	2008-05-27 13:41:48.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	elinks
-PORTVERSION=	0.11.2
-PORTREVISION=	3
+PORTVERSION=	0.11.4rc1
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/ \
 		http://keyserver.kjsl.com/~jharris/distfiles/
diff -urN elinks.orig/distinfo elinks/distinfo
--- elinks.orig/distinfo	2008-05-27 13:39:34.000000000 +0400
+++ elinks/distinfo	2008-05-27 13:44:10.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (elinks-0.11.2.tar.bz2) = 5a8f83afb527cf443f58b372136a81fc
-SHA256 (elinks-0.11.2.tar.bz2) = 91ac894715efcde78548dfe4703ae702f08fb4a94187288eb9ba2b30258d5585
-SIZE (elinks-0.11.2.tar.bz2) = 2497270
+MD5 (elinks-0.11.4rc1.tar.bz2) = 7fc7c36844be9c528c2ef28dbd4c5e6f
+SHA256 (elinks-0.11.4rc1.tar.bz2) = ef274cd38813dd4bbb6908ff2f6dfb478ab569ac230bf7f397d8c5b4ff03ad39
+SIZE(elinks-0.11.4rc1.tar.bz2) = 2516890
diff -urN elinks.orig/files/patch-configure elinks/files/patch-configure
--- elinks.orig/files/patch-configure	2008-05-27 13:39:34.000000000 +0400
+++ elinks/files/patch-configure	1970-01-01 03:00:00.000000000 +0300
@@ -1,11 +0,0 @@
---- configure.orig	Mon Sep 18 02:20:15 2006
-+++ configure	Mon Sep 18 02:20:37 2006
-@@ -2959,7 +2959,7 @@
- 
- 
- 		echo > config.asciidoc-unsafe.txt
--		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
-+		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt 2>&1 >/dev/null; then
- 			ASCIIDOC_FLAGS=--unsafe
- 		fi
- 		rm config.asciidoc-unsafe.*
--- elinks-to-0.11.4rc1.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?20080528180648.E54F51AF41F>