From owner-freebsd-ports Sat Dec 7 1:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6B537B401 for ; Sat, 7 Dec 2002 01:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C726C43EC2 for ; Sat, 7 Dec 2002 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB79K1x3027612 for ; Sat, 7 Dec 2002 01:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB79K1Nv027611; Sat, 7 Dec 2002 01:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685B037B401 for ; Sat, 7 Dec 2002 01:13:27 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33F043EC2 for ; Sat, 7 Dec 2002 01:13:26 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 9770414196 for ; Sat, 7 Dec 2002 03:13:25 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gB79EmWm029897 for ; Sat, 7 Dec 2002 03:14:48 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gB79ElEq029890; Sat, 7 Dec 2002 03:14:47 -0600 (CST) (envelope-from linimon) Message-Id: <200212070914.gB79ElEq029890@lonesome.lonesome.com> Date: Sat, 7 Dec 2002 03:14:47 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/46055: [patch] fix fetch for devel/doc++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46055 >Category: ports >Synopsis: [patch] fix fetch for devel/doc++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 01:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: The original site of the distfile seems to have disappeared. These days it is hosted on Sourceforge and is a newer version. >How-To-Repeat: (Fenner's list) >Fix: --- doc++/Makefile.dist Tue Sep 11 15:52:29 2001 +++ doc++/Makefile Sat Dec 7 03:11:22 2002 @@ -6,11 +6,10 @@ # PORTNAME= doc++ -PORTVERSION= 3.4.4 +PORTVERSION= 3.4.8 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.linuxsupportline.com/~doc++/ -MASTER_SITE_SUBDIR= apps/doctools +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= docpp MAINTAINER= Ruslan@Shevchenko.Kiev.UA --- doc++/distinfo.dist Tue Jul 11 03:00:04 2000 +++ doc++/distinfo Sat Dec 7 03:11:31 2002 @@ -1 +1 @@ -MD5 (doc++-3.4.4.tar.gz) = 252b1116b91472b0b755c516c5e761e8 +MD5 (doc++-3.4.8.tar.gz) = b37114a3a87fa00dd79def01e064c5a9 --- doc++/pkg-descr.dist Tue Jul 11 03:00:08 2000 +++ doc++/pkg-descr Sat Dec 7 03:08:26 2002 @@ -2,4 +2,4 @@ It generates javadoc-like documentation in HTML and LaTeX. The homepage contains more information to supplement this short description. -WWW: http://www.liuxsupportline.com/~doc++/ +WWW: http://docpp.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message