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

(-)urlview/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	urlview
9
PORTNAME=	urlview
10
PORTVERSION=	0.9
10
PORTVERSION=	0.9
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	textproc www
12
CATEGORIES=	textproc www
13
MASTER_SITES=	ftp://ftp.mutt.org/mutt/contrib/ \
13
MASTER_SITES=	ftp://ftp.mutt.org/mutt/contrib/ \
14
		ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \
14
		ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \
(-)urlview/files/patch-urlview.c (+11 lines)
Line 0 Link Here
1
--- urlview.c.orig	Wed Nov  9 15:34:39 2005
2
+++ urlview.c	Wed Nov  9 15:35:06 2005
3
@@ -46,6 +46,8 @@
4
 #include <rx/rxposix.h>
5
 #endif
6
 
7
+#include "quote.h"
8
+
9
 #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
10
 #define DEFAULT_COMMAND "url_handler.sh %s"
11
 #define SYSTEM_INITFILE "/usr/local/etc/urlview.conf"

Return to bug 88729