Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 10:31:37 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org, thomas@goodking.ca
Subject:   ports/104536: [PATCH] textproc/man2html: make fetchable
Message-ID:  <200610181431.k9IEVb3t069705@goodking.goodking.ca>
Resent-Message-ID: <200610181440.k9IEeKSX015475@freefall.freebsd.org>

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

>Number:         104536
>Category:       ports
>Synopsis:       [PATCH] textproc/man2html: make fetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 14:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- make fetchable, update MASTER_SITE 
- pet portlint

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

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

--- man2html-3.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/man2html/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	6 Feb 2004 13:12:38 -0000	1.13
+++ Makefile	18 Oct 2006 14:29:07 -0000
@@ -9,8 +9,8 @@
 PORTVERSION=	3.0.1
 PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.oac.uci.edu/indiv/ehood/tar/ \
-		ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
+MASTER_SITES=	http://hydra.nac.uci.edu/indiv/ehood/tar/ \
+		ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/Earl_Hood/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	demon@FreeBSD.org
@@ -20,7 +20,7 @@
 NO_BUILD=	yes
 CGIDIR=		${PREFIX}/www/cgi-bin
 
-MAN1=  		man2html.1
+MAN1=		man2html.1
 PLIST_FILES=	bin/man2html
 
 post-patch:
--- man2html-3.0.1_1.patch ends here ---

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



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