pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xorgproto



Module Name:    pkgsrc
Committed By:   mrg
Date:           Wed Mar 14 09:37:35 UTC 2018

Modified Files:
        pkgsrc/x11/xorgproto: builtin.mk

Log Message:
adjust the BUILTIN_VERSION_SCRIPT to match xorgproto 2018.1's xproto 7.0.32.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xorgproto/builtin.mk

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

Modified files:

Index: pkgsrc/x11/xorgproto/builtin.mk
diff -u pkgsrc/x11/xorgproto/builtin.mk:1.1 pkgsrc/x11/xorgproto/builtin.mk:1.2
--- pkgsrc/x11/xorgproto/builtin.mk:1.1 Tue Mar 13 02:06:12 2018
+++ pkgsrc/x11/xorgproto/builtin.mk     Wed Mar 14 09:37:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.1 2018/03/13 02:06:12 mrg Exp $
+# $NetBSD: builtin.mk,v 1.2 2018/03/14 09:37:35 mrg Exp $
 
 BUILTIN_PKG:=  xorgproto
 
@@ -45,7 +45,9 @@ PRE_XORGPROTO_LIST = \
 PRE_XORGPROTO_LIST += \
        xproto
 
-BUILTIN_VERSION_SCRIPT.${BUILTIN_PKG}?= ${SED} -n -e 's/Version: 7\.0\.31/2018.1/p'
+BUILTIN_VERSION_SCRIPT.${BUILTIN_PKG}?= ${SED} -n \
+       -e 's/Version: 7\.0\.31/2018.1/p' \
+       -e 's/Version: 7\.0\.32/2018.4/p'
 
 .for _p in ${PRE_XORGPROTO_LIST}
 PKGCONFIG_FILE.xorgproto=      ${X11BASE}/lib/pkgconfig/${_p}.pc



Home | Main Index | Thread Index | Old Index