ports/77597: devel/ccdoc: update to 0.8r41 (and fix fetch)
Simon Barner
barner at gmx.de
Wed Feb 16 12:40:23 UTC 2005
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 16 12:40:22 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list