From renato@data.galle.com.br  Thu Mar 24 13:45:22 2005
Return-Path: <renato@data.galle.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B6FCF16A4CF; Thu, 24 Mar 2005 13:45:22 +0000 (GMT)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 65C3543D5E; Thu, 24 Mar 2005 13:45:21 +0000 (GMT)
	(envelope-from renato@data.galle.com.br)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j2ODjJW9039476;
	Thu, 24 Mar 2005 10:45:19 -0300 (BRST)
	(envelope-from renato@data.galle.com.br)
Received: (from root@localhost)
	by data.galle.com.br (8.13.1/8.13.1/Submit) id j2ODjDn8039473;
	Thu, 24 Mar 2005 10:45:13 -0300 (BRST)
	(envelope-from renato)
Message-Id: <200503241345.j2ODjDn8039473@data.galle.com.br>
Date: Thu, 24 Mar 2005 10:45:13 -0300 (BRST)
From: Renato Botelho <freebsd@galle.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: demon@freebsd.org
Subject: [PATCH] www/links: update to 2.1.p17
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79199
>Category:       ports
>Synopsis:       [PATCH] www/links: update to 2.1.p17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    demon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 24 13:50:05 GMT 2005
>Closed-Date:    Fri Apr 22 07:25:01 GMT 2005
>Last-Modified:  Fri Apr 22 07:25:01 GMT 2005
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #7: Thu Mar  3 09:03:28 BRST
>Description:
- Update to 2.1.p17

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- links-2.1.p17,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/links/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	13 Jul 2004 10:07:21 -0000	1.42
+++ Makefile	24 Mar 2005 13:44:31 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	links
-PORTVERSION=	2.1.p15
+PORTVERSION=	2.1.p17
 PORTEPOCH=	1
 CATEGORIES?=	www
 MASTER_SITES=	http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/
-DISTNAME=	${PORTNAME}-2.1pre15
+DISTNAME=	${PORTNAME}-2.1pre17
 
 MAINTAINER?=	demon@FreeBSD.org
 COMMENT=	Lynx-like text WWW browser
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/links/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	13 Jul 2004 10:07:21 -0000	1.18
+++ distinfo	24 Mar 2005 13:44:31 -0000
@@ -1,2 +1,2 @@
-MD5 (links-2.1pre15.tar.bz2) = d70a0ad41fba921f04d222d3546827de
-SIZE (links-2.1pre15.tar.bz2) = 3789080
+MD5 (links-2.1pre17.tar.bz2) = 94315d9ba68bbb543d93b3b3b4f07582
+SIZE (links-2.1pre17.tar.bz2) = 3829168
Index: files/patch-types.c
===================================================================
RCS file: /home/ncvs/ports/www/links/files/patch-types.c,v
retrieving revision 1.2
diff -u -r1.2 patch-types.c
--- files/patch-types.c	1 Mar 2003 19:13:14 -0000	1.2
+++ files/patch-types.c	24 Mar 2005 13:44:31 -0000
@@ -1,12 +1,12 @@
---- types.c.orig	Sat Mar  1 19:06:39 2003
-+++ types.c	Sat Mar  1 19:07:45 2003
-@@ -705,7 +705,8 @@
+--- types.c.orig	Thu Mar 24 10:36:47 2005
++++ types.c	Thu Mar 24 10:38:12 2005
+@@ -796,7 +796,8 @@
  		if (*ct == '.') ext = ct + 1;
  		else if (dir_sep(*ct)) ext = NULL;
- 	if (ext) while (ext[extl] && !dir_sep(ext[extl]) && !end_of_dir(ext[extl])) extl++;
+ 	if (ext) while (ext[extl] && !dir_sep(ext[extl]) && !end_of_dir(url, ext[extl])) extl++;
 -	if ((extl == 3 && !casecmp(ext, "htm", 3)) ||
 +	if (force_html ||
 +	    (extl == 3 && !casecmp(ext, "htm", 3)) ||
  	    (extl == 4 && !casecmp(ext, "html", 4))) return stracpy("text/html");
- 	foreach(e, extensions) if (is_in_list(e->ext, ext, extl)) return stracpy(e->ct);
- 
+ 	foreach(e, extensions) {
+ 		unsigned char *fname = NULL;
--- links-2.1.p17,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->demon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Mar 25 22:21:42 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79199 
State-Changed-From-To: open->closed 
State-Changed-By: demon 
State-Changed-When: Fri Apr 22 07:24:45 GMT 2005 
State-Changed-Why:  
Port updated, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79199 
>Unformatted:
