From rea-fbsd@codelabs.ru  Wed May 28 18:06:51 2008
Return-Path: <rea-fbsd@codelabs.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D946D1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 May 2008 18:06:51 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AD038FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 May 2008 18:06:50 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25])
	by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256)
	id 1K1Q2z-0004NE-28; Wed, 28 May 2008 22:06:49 +0400
Message-Id: <20080528180648.E54F51AF41F@void.codelabs.ru>
Date: Wed, 28 May 2008 22:06:48 +0400 (MSD)
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Reply-To: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jharris@widomaker.com
Subject: [patch] update www/elinks to 0.11.4rc1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jharris@widomaker.com

>Number:         124075
>Category:       ports
>Synopsis:       [patch] update www/elinks to 0.11.4rc1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 18:10:00 UTC 2008
>Closed-Date:    Fri Jun 13 12:56:55 UTC 2008
>Last-Modified:  Fri Jun 13 13:00:08 UTC 2008
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 28 18:10:09 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124075 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jharris@widomaker.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/124075: [patch] update www/elinks to 0.11.4rc1
Date: Wed, 28 May 2008 18:10:07 UT

 Maintainer of www/elinks,
 
 Please note that PR ports/124075 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124075
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Jun 4 19:50:31 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124075 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Jun 13 12:56:54 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124075 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124075: commit references a PR
Date: Fri, 13 Jun 2008 12:56:32 +0000 (UTC)

 wxs         2008-06-13 12:56:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/elinks           Makefile distinfo 
   Log:
   Update to 0.11.4rc1
   
   PR:             ports/124075
   Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
   Approved by:    garga (mentor, implicit), maintainer timeout
   
   Revision  Changes    Path
   1.48      +1 -2      ports/www/elinks/Makefile
   1.27      +3 -3      ports/www/elinks/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
