aboutsummaryrefslogtreecommitdiff
path: root/devel/ccdoc
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-16 15:12:38 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-16 15:12:38 +0000
commit9a0e6c03d5ca40357e2899eb624fabdabd42457f (patch)
tree2ca5861997a1ad73124dc9c89c0aaf0723749c80 /devel/ccdoc
parent4b6ed4c6b04f1c4f010bc5f36172d53d2d01219e (diff)
downloadports-9a0e6c03d5ca40357e2899eb624fabdabd42457f.tar.gz
ports-9a0e6c03d5ca40357e2899eb624fabdabd42457f.zip
Update to 0.8r41
PR: ports/77597 Submitted by: Simon Barner
Notes
Notes: svn path=/head/; revision=129029
Diffstat (limited to 'devel/ccdoc')
-rw-r--r--devel/ccdoc/Makefile6
-rw-r--r--devel/ccdoc/distinfo4
-rw-r--r--devel/ccdoc/files/patch-statement.cc34
-rw-r--r--devel/ccdoc/pkg-descr2
4 files changed, 6 insertions, 40 deletions
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