pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Mar 30 16:21:58 UTC 2021

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/inputmethod/ibus/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/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.76 pkgsrc/inputmethod/ibus/Makefile:1.77
--- pkgsrc/inputmethod/ibus/Makefile:1.76       Fri Dec  4 20:45:24 2020
+++ pkgsrc/inputmethod/ibus/Makefile    Tue Mar 30 16:21:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2020/12/04 20:45:24 nia Exp $
+# $NetBSD: Makefile,v 1.77 2021/03/30 16:21:58 ryoon Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "Makefile.common"
 
 COMMENT=       Intelligent Input Bus
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=      --with-ucd-dir=${PREFIX
 SUBST_CLASSES+=                dbus
 SUBST_STAGE.dbus=      post-configure
 SUBST_FILES.dbus=      src/ibusshare.c
-SUBST_SED.dbus=                -e 's,/var/lib/dbus/machine-id,${VARBASE}/db/dbus/machine-id,g'
+SUBST_SED.dbus=                -e 's,/var/lib/dbus/machine-id,${VARBASE}/lib/dbus/machine-id,g'
 
 BUILD_DEFS+=   PKG_SYSCONFBASE VARBASE
 MANCOMPRESSED= yes



Home | Main Index | Thread Index | Old Index