head 1.3; access; symbols pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2025.10.13.18.21.13; author dkazankov; state dead; branches; next 1.2; commitid 1aVY0fw8WEircreG; 1.2 date 2025.10.13.17.23.34; author dkazankov; state Exp; branches; next 1.1; commitid WGIsSFgCbnrFSqeG; 1.1 date 2025.09.07.08.02.41; author dkazankov; state Exp; branches; next ; commitid I6sycjTVVRcZVK9G; desc @@ 1.3 log @ada-libgnatdoc-25: remove redundant patch @ text @$NetBSD: patch-gnat_gnatdoc.gpr,v 1.2 2025/10/13 17:23:34 dkazankov Exp $ Fix artifacts installation path --- gnat/gnatdoc.gpr.orig 2024-12-17 12:41:19.000000000 +0200 +++ gnat/gnatdoc.gpr @@@@ -41,7 +41,7 @@@@ end Builder; package Install is - for Artifacts (".") use ("../share"); + for Artifacts (".") use ("../share/gnatdoc"); end Install; end GNATdoc; @ 1.2 log @ada-libgnatdoc-25: update to upstream version 25.2 * Move version information patch to Makefile * Avoid CONSTRAINT_ERROR * Fix install directory for templates * Fix crash on synthetic `"/="` operator @ text @d1 1 a1 1 $NetBSD: patch-gnat_gnatdoc.gpr,v 1.1 2025/09/07 08:02:41 dkazankov Exp $ @ 1.1 log @textproc/ada-libgnatdoc-25: add new package 25.0.0 GNAT Documentation Generation Tool, library package. @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.1 2025/07/10 17:43:35 dkazankov Exp $ d5 1 a5 1 --- gnat/gnatdoc.gpr.orig d11 2 a12 2 - for Artifacts ("share") use ("../share"); + for Artifacts ("share") use ("../share/gnatdoc"); @