pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx5



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Mar 30 16:20:59 UTC 2021

Modified Files:
        pkgsrc/inputmethod/fcitx5: Makefile

Log Message:
fcitx5: Follow sysutils/dbus migration, VARBASE/db/dbus to VARBASE/lib/dbus

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/fcitx5/Makefile
diff -u pkgsrc/inputmethod/fcitx5/Makefile:1.2 pkgsrc/inputmethod/fcitx5/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5/Makefile:1.2      Sat Feb 27 19:30:57 2021
+++ pkgsrc/inputmethod/fcitx5/Makefile  Tue Mar 30 16:20:59 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 19:30:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/30 16:20:59 ryoon Exp $
 
 DISTNAME=      fcitx5-5.0.5
+PKGREVISION=   1
 CATEGORIES=    inputmethod
 MASTER_SITES=  https://download.fcitx-im.org/fcitx5/fcitx5/
 EXTRACT_SUFX=  .tar.xz
@@ -23,7 +24,7 @@ SUBST_CLASSES+=                       fix-machine-id
 SUBST_STAGE.fix-machine-id=    pre-configure
 SUBST_MESSAGE.fix-machine-id=  Fixing machine-id path
 SUBST_FILES.fix-machine-id+=   src/lib/fcitx/misc_p.h
-SUBST_SED.fix-machine-id+=     -e 's,/var/lib/dbus/machine-id,${VARBASE}/db/dbus/machine-id,g'
+SUBST_SED.fix-machine-id+=     -e 's,/var/lib/dbus/machine-id,${VARBASE}/lib/dbus/machine-id,g'
 
 CONFLICTS+=    fcitx-[0-9]*
 



Home | Main Index | Thread Index | Old Index