pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 22 08:12:04 UTC 2024

Modified Files:
        pkgsrc/devel/gtexinfo: PLIST PLIST.locale

Log Message:
gtexinfo: Fix previous update.

A good example of how adding the nls option ends up breaking things.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/gtexinfo/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gtexinfo/PLIST.locale

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gtexinfo/PLIST
diff -u pkgsrc/devel/gtexinfo/PLIST:1.29 pkgsrc/devel/gtexinfo/PLIST:1.30
--- pkgsrc/devel/gtexinfo/PLIST:1.29    Mon Oct 21 15:23:45 2024
+++ pkgsrc/devel/gtexinfo/PLIST Tue Oct 22 08:12:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2024/10/21 15:23:45 mef Exp $
+@comment $NetBSD: PLIST,v 1.30 2024/10/22 08:12:04 jperkin Exp $
 bin/info
 bin/install-info
 bin/makeinfo
@@ -26,7 +26,6 @@ man/man1/texi2pdf.1
 man/man1/texindex.1
 man/man5/info.5
 man/man5/texinfo.5
-share/locale/ka/LC_MESSAGES/texinfo_document.mo
 share/texinfo/DebugTexinfo/DebugTree.pm
 share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
 share/texinfo/Texinfo/Commands.pm

Index: pkgsrc/devel/gtexinfo/PLIST.locale
diff -u pkgsrc/devel/gtexinfo/PLIST.locale:1.15 pkgsrc/devel/gtexinfo/PLIST.locale:1.16
--- pkgsrc/devel/gtexinfo/PLIST.locale:1.15     Tue Nov  7 22:05:01 2023
+++ pkgsrc/devel/gtexinfo/PLIST.locale  Tue Oct 22 08:12:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.locale,v 1.15 2023/11/07 22:05:01 wiz Exp $
+@comment $NetBSD: PLIST.locale,v 1.16 2024/10/22 08:12:04 jperkin Exp $
 share/locale/ca.us-ascii/LC_MESSAGES/texinfo_document.mo
 share/locale/ca/LC_MESSAGES/texinfo.mo
 share/locale/ca/LC_MESSAGES/texinfo_document.mo
@@ -27,6 +27,7 @@ share/locale/it/LC_MESSAGES/texinfo.mo
 share/locale/it/LC_MESSAGES/texinfo_document.mo
 share/locale/ja/LC_MESSAGES/texinfo.mo
 share/locale/ka/LC_MESSAGES/texinfo.mo
+share/locale/ka/LC_MESSAGES/texinfo_document.mo
 share/locale/nb/LC_MESSAGES/texinfo.mo
 share/locale/nl/LC_MESSAGES/texinfo.mo
 share/locale/nl/LC_MESSAGES/texinfo_document.mo



Home | Main Index | Thread Index | Old Index