Bug 53384

Summary: Change to devel/c2man
Product: Ports & Packages Reporter: Bernd Luevelsmeyer <bdluevel>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: bdluevel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Bernd Luevelsmeyer 2003-06-16 21:30:16 UTC
    Distfile of devel/c2man is not fetcheable from original site;
    I put a copy on another FTP server and point the Makefile there.

How-To-Repeat: 	cd /usr/ports/devel/c2man ; make fetch
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-16 23:18:33 UTC
On Mon, Jun 16, 2003 at 10:23:59PM +0200, Bernd Luevelsmeyer wrote:
> 
>      PORTNAME=	c2man
>      PORTVERSION=	2.0.42
>      CATEGORIES=	devel
>     -MASTER_SITES=	ftp://ftp.research.canon.com.au/pub/misc/c2man/
>     +MASTER_SITES=	ftp://ftp.heitec.net/pub/distfiles/
>      DISTNAME=	$(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)

What do you think about following patch?

Index: ports/devel/c2man/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/c2man/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- ports/devel/c2man/Makefile	21 Feb 2003 11:22:27 -0000	1.2
+++ ports/devel/c2man/Makefile	16 Jun 2003 22:15:01 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	c2man
 PORTVERSION=	2.0.42
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.research.canon.com.au/pub/misc/c2man/
+MASTER_SITES=	ftp://ftp.heitec.net/pub/distfiles/ \
+		ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/c2man/
 DISTNAME=	$(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)
 
 MAINTAINER=	bdluevel@heitec.net
Index: ports/devel/c2man/pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/c2man/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- ports/devel/c2man/pkg-descr	14 Oct 2001 14:04:08 -0000	1.1
+++ ports/devel/c2man/pkg-descr	16 Jun 2003 22:15:56 -0000
@@ -7,3 +7,5 @@
 function-comment syntax or requiring that the programmer learn
 and use a typesetting language. Acceptable documentation can
 often be generated from existing code with no modifications.
+
+WWW: http://www.ciselant.de/c2man/c2man.html

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 2 Bernd Luevelsmeyer 2003-06-17 01:56:37 UTC
Sergey A. Osokin wrote:
[...]
> What do you think about following patch?
[...]
> -MASTER_SITES=  ftp://ftp.research.canon.com.au/pub/misc/c2man/
> +MASTER_SITES=  ftp://ftp.heitec.net/pub/distfiles/ \
> +               ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/c2man/
[...]
> +WWW: http://www.ciselant.de/c2man/c2man.html
[...]

I appreciate the additional FTP server. For the web page URL, if it's
desirable to have one then I'd rather refer to the FOLDOC entry; c2man
doesn't seem to be actively developed anymore, so there's no "project
homepage":


diff -urN c2man.old/Makefile c2man/Makefile
--- c2man.old/Makefile  Fri Jun 13 14:47:39 2003
+++ c2man/Makefile      Tue Jun 17 02:37:54 2003
@@ -8,7 +8,8 @@
 PORTNAME=      c2man
 PORTVERSION=   2.0.42
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.research.canon.com.au/pub/misc/c2man/
+MASTER_SITES=  ftp://ftp.heitec.net/pub/distfiles/ \
+               ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/c2man/
 DISTNAME=      $(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)

 MAINTAINER=    bdluevel@heitec.net
diff -urN c2man.old/pkg-descr c2man/pkg-descr
--- c2man.old/pkg-descr Fri Jun 13 14:47:39 2003
+++ c2man/pkg-descr     Tue Jun 17 02:33:29 2003
@@ -7,3 +7,5 @@
 function-comment syntax or requiring that the programmer learn
 and use a typesetting language. Acceptable documentation can
 often be generated from existing code with no modifications.
+
+WWW: http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?c2man
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2003-06-17 22:22:51 UTC
State Changed
From-To: open->closed

Committed, thanks!