From barner@gmx.de  Wed Feb 16 12:31:58 2005
Return-Path: <barner@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4017416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2005 12:31:58 +0000 (GMT)
Received: from mail.gmx.net (pop.gmx.de [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id 391E843D41
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2005 12:31:57 +0000 (GMT)
	(envelope-from barner@gmx.de)
Received: (qmail invoked by alias); 16 Feb 2005 12:31:55 -0000
Received: from unknown (EHLO zi025.glhnet.mhn.de) (129.187.19.157)
  by mail.gmx.net (mp027) with SMTP; 16 Feb 2005 13:31:55 +0100
Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000)
	id 1AC40C2B4; Wed, 16 Feb 2005 13:32:00 +0100 (CET)
Message-Id: <20050216123200.1AC40C2B4@zi025.glhnet.mhn.de>
Date: Wed, 16 Feb 2005 13:32:00 +0100 (CET)
From: Simon Barner <barner@gmx.de>
Reply-To: Simon Barner <barner@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/ccdoc: update to 0.8r41 (and fix fetch)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77597
>Category:       ports
>Synopsis:       devel/ccdoc: update to 0.8r41 (and fix fetch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 12:40:22 GMT 2005
>Closed-Date:    Wed Feb 16 15:13:07 GMT 2005
>Last-Modified:  Wed Feb 16 15:13:07 GMT 2005
>Originator:     Simon Barner
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
FreeBSD zi025.glhnet.mhn.de 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov  5 02:17:53 CET 2004     root@zi025.glhnet.mhn.de:/usr/obj/usr/src/sys/KISTE  i386

>Description:

The master site moved to SourceForge. I could not use the MASTER_SITE_SOURCEFORGE
macro, because the distfile is not available via SF's files section.

>How-To-Repeat:
N/A

>Fix:

Caveat: files/patch-statement.cc is to be removed!

--- ccdoc.patch begins here ---
diff -ruN ccdoc.orig/Makefile ccdoc/Makefile
--- ccdoc.orig/Makefile	Wed Feb 16 12:49:55 2005
+++ ccdoc/Makefile	Wed Feb 16 13:04:51 2005
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	ccdoc
-PORTVERSION=	0.8r40
+PORTVERSION=	0.8r41
 CATEGORIES=	devel textproc
-MASTER_SITES=	http://www.joelinoff.com/ccdoc/downloads/
+MASTER_SITES=	http://ccdoc.sourceforge.net/downloads/
 DISTNAME=	src
 DIST_SUBDIR=	ccdoc
 
@@ -18,7 +18,7 @@
 USE_PERL5=	yes
 USE_REINPLACE=	yes
 
-WRKSRC=		${WRKDIR}/ccdocv08r40/src
+WRKSRC=		${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src
 MAKEFILE=	mkopt_gcc.mk
 ALL_TARGET=	bld
 MAN1=		ccdoc.1
diff -ruN ccdoc.orig/distinfo ccdoc/distinfo
--- ccdoc.orig/distinfo	Wed Feb 16 12:49:55 2005
+++ ccdoc/distinfo	Wed Feb 16 13:03:40 2005
@@ -1,2 +1,2 @@
-MD5 (ccdoc/src.tar.gz) = d4f72e3453fdee0d8bc85ff425f5e164
-SIZE (ccdoc/src.tar.gz) = 1728021
+MD5 (ccdoc/src.tar.gz) = 3ea7dbb9dc9cb9e72a75c7d8835ad0ea
+SIZE (ccdoc/src.tar.gz) = 1750511
diff -ruN ccdoc.orig/files/patch-statement.cc ccdoc/files/patch-statement.cc
--- ccdoc.orig/files/patch-statement.cc	Wed Feb 16 12:49:55 2005
+++ ccdoc/files/patch-statement.cc	Thu Jan  1 01:00:00 1970
@@ -1,34 +0,0 @@
-$FreeBSD: ports/devel/ccdoc/files/patch-statement.cc,v 1.1 2004/02/17 18:30:00 glewis Exp $
-
---- statement.cc.orig	Tue Feb 17 10:31:50 2004
-+++ statement.cc	Tue Feb 17 10:32:53 2004
-@@ -975,18 +975,18 @@
-   // Define the search strings.
-   // ================================================
-   const char* prefixes[] = {
--    {"dll_"},{"DLL_"},
--    {"include_"},{"INCLUDE_"},
--    {"included_"},{"INCLUDED_"},
--    0 };
-+    "dll_","DLL_",
-+    "include_","INCLUDE_",
-+    "included_","INCLUDED_",
-+    NULL };
-   const char* suffixes[] = {
--    {"_dll"},{"_DLL"},
--    {"_h"},{"_H"},
--    {"_hh"},{"_HH"},
--    {"_include"},{"_INCLUDE"},
--    {"_included"},{"_INCLUDED"},
--    {"_included_"},{"_INCLUDED_"},
--    0 };
-+    "_dll","_DLL",
-+    "_h","_H",
-+    "_hh","_HH",
-+    "_include","_INCLUDE",
-+    "_included","_INCLUDED",
-+    "_included_","_INCLUDED_",
-+    NULL };
-   // ================================================
-   // Check the prefixes.
-   // ================================================
--- ccdoc.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Simon Barner <barner@gmx.de>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/77597: devel/ccdoc: update to 0.8r41 (and fix fetch)
Date: Wed, 16 Feb 2005 13:51:00 +0100

 Please also update the url in the pkg-descr file!
 
 --- pkg-descr.orig	Wed Feb 16 13:48:31 2005
 +++ pkg-descr	Wed Feb 16 13:48:44 2005
 @@ -11,7 +11,7 @@
  It's usage is not quite as straight forward as JavaDoc's, but considering the
  quality of the output, it is well worth the effort.
  
 -WWW: http://www.joelinoff.com/ccdoc/
 +WWW: http://ccdoc.sourceforge.net/
  
  - LoneWolf
  lonewolf@flame.org
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Wed Feb 16 15:12:51 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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