Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 10:43:29 +0200 (CEST)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bsdport@ddm.wox.org, dwcjr@freebsd.org
Subject:   ports/31368: Update port: devel/doxygen 1.2.11 -> 1.2.11.1
Message-ID:  <20011019084329.8E13C2D313@freebsd.emma.line.org>

next in thread | raw e-mail | index | archive | help

>Number:         31368
>Category:       ports
>Synopsis:       Update port: devel/doxygen 1.2.11 -> 1.2.11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 01:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.emma.line.org 4.4-STABLE FreeBSD 4.4-STABLE #8: Sat Oct 6 22:08:32 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386


	
>Description:

I cannot see how and why a "maintainer" update sticks with an old version,
although a CURRENT PR exists: http://www.freebsd.org/cgi/query-pr.cgi?pr=31104

Anyways, here's a new, trivial, patch to bring doxygen up to 1.2.11.1.

Here is the relevant changelog excerpt, full changelog available from 
http://www.stack.nl/~dimitri/doxygen/changelog.html:

                            Doxygen Release 1.2.11.1                            
                                                                                
  Changes                                                                       
                                                                                
     * Included update for Slovak translation (thanks to Stanislav Kudlac)      
                                                                                
  Bug fixes                                                                     
                                                                                
     * Fixed RTF output bugs.                                                   
     * When preprocessing was disabled, the input was truncated for sources     
       containing CR's (i.e. sources edited on Windows).                        
     * Syntax highlighting C-style comments was broken.                         
     * Links to members in undocumented groups were broken.                     
     * Deep class hierarchies caused "nested too deep" error in LaTeX output.   
     * providing one documentation block for grouped, related members did not   
       work.                                                                    
     * Documentation pages for documented classes nested inside undocumented    
       classes or namespaces were not generated.                                

	
>How-To-Repeat:
	
>Fix:

Apply this patch IN THE .../doxygen directory with patch -p1:

diff -Nur doxygen/Makefile doxygen.new/Makefile
--- doxygen/Makefile	Fri Oct 19 07:11:11 2001
+++ doxygen.new/Makefile	Fri Oct 19 10:12:36 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	doxygen
-PORTVERSION=	1.2.11
+PORTVERSION=	1.2.11.1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/
 EXTRACT_SUFX=	.src.tar.gz
diff -Nur doxygen/distinfo doxygen.new/distinfo
--- doxygen/distinfo	Fri Oct 19 07:11:11 2001
+++ doxygen.new/distinfo	Fri Oct 19 10:12:39 2001
@@ -1 +1 @@
-MD5 (doxygen-1.2.11.src.tar.gz) = a913f6bd9771eb89682e968933369776
+MD5 (doxygen-1.2.11.1.src.tar.gz) = 022161aaed3058d0aa10c35f393f738c
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011019084329.8E13C2D313>