pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gdbus-codegen



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Mar  4 19:25:15 UTC 2020

Modified Files:
        pkgsrc/devel/gdbus-codegen: Makefile

Log Message:
gdbus-codegen: Adjust SUBST pattern for config.py


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/gdbus-codegen/Makefile

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

Modified files:

Index: pkgsrc/devel/gdbus-codegen/Makefile
diff -u pkgsrc/devel/gdbus-codegen/Makefile:1.22 pkgsrc/devel/gdbus-codegen/Makefile:1.23
--- pkgsrc/devel/gdbus-codegen/Makefile:1.22    Wed Mar  4 15:11:48 2020
+++ pkgsrc/devel/gdbus-codegen/Makefile Wed Mar  4 19:25:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/03/04 15:11:48 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/04 19:25:14 ryoon Exp $
 
 .include "../../devel/glib2/Makefile.common"
 
@@ -15,8 +15,8 @@ SUBST_MESSAGE.autovars=       autoconf meson.b
 SUBST_FILES.autovars=  meson.build config.py.in gdbus-codegen.in
 SUBST_VARS.autovars=   PKGVERSION PYTHONBIN
 SUBST_SED.autovars=    -e 's,@VERSION@,${PKGVERSION:Q},'
-SUBST_SED.autovars+=   -e 's,@MAJORVERSION@,${PKGVERSION:R:R:Q},'
-SUBST_SED.autovars+=   -e 's,@MINORVERSION@,${PKGVERSION:R:E:Q},'
+SUBST_SED.autovars+=   -e 's,@MAJOR_VERSION@,${PKGVERSION:R:R:Q},'
+SUBST_SED.autovars+=   -e 's,@MINOR_VERSION@,${PKGVERSION:R:E:Q},'
 SUBST_SED.autovars+=   -e 's,@PYTHON@,${PYTHONBIN:Q},'
 SUBST_SED.autovars+=   -e 's,@DATADIR@,${PREFIX}/share,'
 



Home | Main Index | Thread Index | Old Index