From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 18 14:40:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D8716A403 for ; Wed, 18 Oct 2006 14:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B9643D49 for ; Wed, 18 Oct 2006 14:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9IEeK21015476 for ; Wed, 18 Oct 2006 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9IEeKSX015475; Wed, 18 Oct 2006 14:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 18 Oct 2006 14:40:20 GMT Resent-Message-Id: <200610181440.k9IEeKSX015475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AACC16A47C; Wed, 18 Oct 2006 14:36:17 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front1-g.tbaytel.net [216.211.26.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FD243D46; Wed, 18 Oct 2006 14:36:07 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.72.166] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 57727848; Wed, 18 Oct 2006 10:32:25 -0400 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k9IEVcmc069709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Oct 2006 10:31:39 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k9IEVb3t069705; Wed, 18 Oct 2006 10:31:37 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200610181431.k9IEVb3t069705@goodking.goodking.ca> Date: Wed, 18 Oct 2006 10:31:37 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org, thomas@goodking.ca Subject: ports/104536: [PATCH] textproc/man2html: make fetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 14:40:21 -0000 >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: