Index: Makefile =================================================================== --- Makefile (revision 459217) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= doxygen -PORTVERSION= 1.8.13 -PORTREVISION= 1 +PORTVERSION= 1.8.14 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ Index: distinfo =================================================================== --- distinfo (revision 459217) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489419967 -SHA256 (doxygen-1.8.13.src.tar.gz) = af667887bd7a87dc0dbf9ac8d86c96b552dfb8ca9c790ed1cbffaa6131573f6b -SIZE (doxygen-1.8.13.src.tar.gz) = 4893912 +TIMESTAMP = 1516157551 +SHA256 (doxygen-1.8.14.src.tar.gz) = d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d +SIZE (doxygen-1.8.14.src.tar.gz) = 4877980 Index: files/patch-doc_CMakeLists.txt =================================================================== --- files/patch-doc_CMakeLists.txt (revision 459217) +++ files/patch-doc_CMakeLists.txt (working copy) @@ -1,10 +1,10 @@ ---- doc/CMakeLists.txt.orig 2015-09-01 12:42:06 UTC +--- doc/CMakeLists.txt.orig 2017-10-31 19:36:00 UTC +++ doc/CMakeLists.txt -@@ -169,7 +169,7 @@ install(FILES +@@ -168,7 +168,7 @@ install(FILES "${PROJECT_BINARY_DIR}/man/doxywizard.1" "${PROJECT_BINARY_DIR}/man/doxysearch.1" "${PROJECT_BINARY_DIR}/man/doxyindexer.1" -- DESTINATION share/man/man1 +- DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 + DESTINATION man/man1 ) Index: files/patch-src_xmlgen.cpp =================================================================== --- files/patch-src_xmlgen.cpp (revision 459217) +++ files/patch-src_xmlgen.cpp (nonexistent) @@ -1,15 +0,0 @@ -fix seg fault -https://bugzilla.gnome.org/show_bug.cgi?id=776791 -https://github.com/doxygen/doxygen/commit/0f02761a158a5e9ddbd5801682482af8986dbc35#diff-dea13e25f9bbae3ddde44cc615b9c9ba - ---- src/xmlgen.cpp.orig 2016-11-29 08:14:16 UTC -+++ src/xmlgen.cpp -@@ -620,7 +620,7 @@ static void generateXMLForMember(MemberD - if (md->isInline()) t << "yes"; else t << "no"; - t << "\""; - -- if (al->refQualifier!=RefQualifierNone) -+ if (al!=0 && al->refQualifier!=RefQualifierNone) - { - t << " refqual=\""; - if (al->refQualifier==RefQualifierLValue) t << "lvalue"; else t << "rvalue"; Property changes on: files/patch-src_xmlgen.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property