From 9a0e6c03d5ca40357e2899eb624fabdabd42457f Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Wed, 16 Feb 2005 15:12:38 +0000 Subject: Update to 0.8r41 PR: ports/77597 Submitted by: Simon Barner --- devel/ccdoc/Makefile | 6 +++--- devel/ccdoc/distinfo | 4 ++-- devel/ccdoc/files/patch-statement.cc | 34 ---------------------------------- devel/ccdoc/pkg-descr | 2 +- 4 files changed, 6 insertions(+), 40 deletions(-) delete mode 100644 devel/ccdoc/files/patch-statement.cc (limited to 'devel/ccdoc') diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile index 0203994f5a76..21ed1de2005a 100644 --- a/devel/ccdoc/Makefile +++ b/devel/ccdoc/Makefile @@ -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 @@ COMMENT= Extracting comments from C++ source and generating HTML 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 --git a/devel/ccdoc/distinfo b/devel/ccdoc/distinfo index 46e8a04dc34d..0155c2fbd9f5 100644 --- a/devel/ccdoc/distinfo +++ b/devel/ccdoc/distinfo @@ -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 --git a/devel/ccdoc/files/patch-statement.cc b/devel/ccdoc/files/patch-statement.cc deleted file mode 100644 index 0ff2ee761907..000000000000 --- a/devel/ccdoc/files/patch-statement.cc +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ - ---- 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. - // ================================================ diff --git a/devel/ccdoc/pkg-descr b/devel/ccdoc/pkg-descr index 60ca14d15fcd..aebcf3346cfd 100644 --- a/devel/ccdoc/pkg-descr +++ b/devel/ccdoc/pkg-descr @@ -11,7 +11,7 @@ actually be included in the documentation. 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 -- cgit v1.2.3