pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx5 fcitx5: Follow sysutils/dbus migrat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e215857e68ff
branches:  trunk
changeset: 449441:e215857e68ff
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Mar 30 16:20:59 2021 +0000

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

Bump PKGREVISION.

diffstat:

 inputmethod/fcitx5/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c4f057b44c2f -r e215857e68ff inputmethod/fcitx5/Makefile
--- a/inputmethod/fcitx5/Makefile       Tue Mar 30 16:16:03 2021 +0000
+++ b/inputmethod/fcitx5/Makefile       Tue Mar 30 16:20:59 2021 +0000
@@ -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_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