pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/csharp-xapian



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 26 16:13:48 UTC 2022

Modified Files:
        pkgsrc/textproc/csharp-xapian: Makefile PLIST

Log Message:
csharp-xapian: fix PLIST

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/csharp-xapian/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/csharp-xapian/PLIST

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

Modified files:

Index: pkgsrc/textproc/csharp-xapian/Makefile
diff -u pkgsrc/textproc/csharp-xapian/Makefile:1.24 pkgsrc/textproc/csharp-xapian/Makefile:1.25
--- pkgsrc/textproc/csharp-xapian/Makefile:1.24 Sun Sep 25 12:25:28 2022
+++ pkgsrc/textproc/csharp-xapian/Makefile      Mon Sep 26 16:13:47 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/09/25 12:25:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2022/09/26 16:13:47 wiz Exp $
 
 PKGNAME=               csharp-${PKGNAME_MODULE}
+PKGREVISION=           1
 COMMENT=               C\# bindings for Xapian search engine
 HOMEPAGE=              https://xapian.org/docs/bindings/csharp/
 

Index: pkgsrc/textproc/csharp-xapian/PLIST
diff -u pkgsrc/textproc/csharp-xapian/PLIST:1.3 pkgsrc/textproc/csharp-xapian/PLIST:1.4
--- pkgsrc/textproc/csharp-xapian/PLIST:1.3     Sat Sep 24 08:21:59 2022
+++ pkgsrc/textproc/csharp-xapian/PLIST Mon Sep 26 16:13:47 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/09/24 08:21:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/26 16:13:47 wiz Exp $
 lib/_XapianSharp.a
 lib/_XapianSharp.so
 lib/mono/XapianSharp/XapianSharp.dll
-lib/mono/gac/XapianSharp/${PKGVERSION}.0__0ac93885735b79a2/XapianSharp.dll
+lib/mono/gac/XapianSharp/${PKGVERSION}.0__2f7abfc144803344/XapianSharp.dll
 share/doc/xapian-bindings/csharp/examples/SimpleExpand.cs
 share/doc/xapian-bindings/csharp/examples/SimpleIndex.cs
 share/doc/xapian-bindings/csharp/examples/SimpleSearch.cs



Home | Main Index | Thread Index | Old Index