Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 12:03:22 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126712: [Update]www/elinks:update to 0.11.4 
Message-ID:  <200808211203.m7LC3M5R067769@www.freebsd.org>
Resent-Message-ID: <200808211210.m7LCA3LK034412@freefall.freebsd.org>

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

>Number:         126712
>Category:       ports
>Synopsis:       [Update]www/elinks:update to 0.11.4
>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:   Thu Aug 21 12:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.11.4 from 0.11.4rc1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN elinks/Makefile elinks.new/Makefile
--- elinks/Makefile	2008-06-25 15:13:47.000000000 +0800
+++ elinks.new/Makefile	2008-08-21 19:37:08.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	elinks
-DISTVERSION=	0.11.4rc1
+DISTVERSION=	0.11.4
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/ \
 		http://keyserver.kjsl.com/~jharris/distfiles/
diff -curN elinks/distinfo elinks.new/distinfo
--- elinks/distinfo	2008-06-25 15:13:47.000000000 +0800
+++ elinks.new/distinfo	2008-08-21 19:37:08.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (elinks-0.11.4rc1.tar.bz2) = 7fc7c36844be9c528c2ef28dbd4c5e6f
-SHA256 (elinks-0.11.4rc1.tar.bz2) = ef274cd38813dd4bbb6908ff2f6dfb478ab569ac230bf7f397d8c5b4ff03ad39
-SIZE (elinks-0.11.4rc1.tar.bz2) = 2516890
+MD5 (elinks-0.11.4.tar.bz2) = 88036a518ebc4f1150a7e14b29f9d8db
+SHA256 (elinks-0.11.4.tar.bz2) = 586e095668ced8fb9f2958c6b8da66245255d2f77f600755e6b6d00b4b7057b4
+SIZE (elinks-0.11.4.tar.bz2) = 2479650
diff -curN elinks/files/patch-src_cache_cache.c elinks.new/files/patch-src_cache_cache.c
--- elinks/files/patch-src_cache_cache.c	2006-02-17 02:44:17.000000000 +0800
+++ elinks.new/files/patch-src_cache_cache.c	1970-01-01 08:00:00.000000000 +0800
@@ -1,12 +0,0 @@
---- src/cache/cache.c.orig	Tue Feb 14 13:41:35 2006
-+++ src/cache/cache.c	Tue Feb 14 13:41:49 2006
-@@ -1,5 +1,9 @@
- /* Cache subsystem */
- 
-+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+#define	PRId64		"lld"
-+#endif
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif
diff -curN elinks/files/patch-src_cache_dialogs.c elinks.new/files/patch-src_cache_dialogs.c
--- elinks/files/patch-src_cache_dialogs.c	2006-02-17 02:44:17.000000000 +0800
+++ elinks.new/files/patch-src_cache_dialogs.c	1970-01-01 08:00:00.000000000 +0800
@@ -1,13 +0,0 @@
---- src/cache/dialogs.c.orig	Tue Feb 14 13:38:58 2006
-+++ src/cache/dialogs.c	Tue Feb 14 13:39:53 2006
-@@ -4,6 +4,10 @@
- #define _GNU_SOURCE /* XXX: we _WANT_ strcasestr() ! */
- #endif
- 
-+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+#define	PRId64		"lld"
-+#endif
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif
diff -curN elinks/files/patch-src_dialogs_document.c elinks.new/files/patch-src_dialogs_document.c
--- elinks/files/patch-src_dialogs_document.c	2006-02-17 02:44:17.000000000 +0800
+++ elinks.new/files/patch-src_dialogs_document.c	1970-01-01 08:00:00.000000000 +0800
@@ -1,12 +0,0 @@
---- src/dialogs/document.c.orig	Tue Feb 14 13:42:17 2006
-+++ src/dialogs/document.c	Tue Feb 14 13:43:00 2006
-@@ -1,5 +1,9 @@
- /* Information about current document and current link */
- 
-+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+#define	PRId64		"lld"
-+#endif
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif


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



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