View | Details | Raw Unified | Return to bug 124075
Collapse All | Expand All

(-)elinks/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	elinks
8
PORTNAME=	elinks
9
PORTVERSION=	0.11.2
9
PORTVERSION=	0.11.4rc1
10
PORTREVISION=	3
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	http://elinks.or.cz/download/ \
11
MASTER_SITES=	http://elinks.or.cz/download/ \
13
		http://keyserver.kjsl.com/~jharris/distfiles/
12
		http://keyserver.kjsl.com/~jharris/distfiles/
(-)elinks/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (elinks-0.11.2.tar.bz2) = 5a8f83afb527cf443f58b372136a81fc
1
MD5 (elinks-0.11.4rc1.tar.bz2) = 7fc7c36844be9c528c2ef28dbd4c5e6f
2
SHA256 (elinks-0.11.2.tar.bz2) = 91ac894715efcde78548dfe4703ae702f08fb4a94187288eb9ba2b30258d5585
2
SHA256 (elinks-0.11.4rc1.tar.bz2) = ef274cd38813dd4bbb6908ff2f6dfb478ab569ac230bf7f397d8c5b4ff03ad39
3
SIZE (elinks-0.11.2.tar.bz2) = 2497270
3
SIZE(elinks-0.11.4rc1.tar.bz2) = 2516890
(-)elinks/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Mon Sep 18 02:20:15 2006
2
+++ configure	Mon Sep 18 02:20:37 2006
3
@@ -2959,7 +2959,7 @@
4
 
5
 
6
 		echo > config.asciidoc-unsafe.txt
7
-		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
8
+		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt 2>&1 >/dev/null; then
9
 			ASCIIDOC_FLAGS=--unsafe
10
 		fi
11
 		rm config.asciidoc-unsafe.*

Return to bug 124075