summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-04-29 02:57:08 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-04-29 02:57:08 +0000
commit18affea7e474347f3bd712023bba79e3d38c0a1c (patch)
treece76a595625653fd997de12b047554b7e4cb78dd /x11
parent8b2ec4491a293839d46d88a1b5b9b22397e8a42c (diff)
downloadpkgsrc-18affea7e474347f3bd712023bba79e3d38c0a1c.tar.gz
xorgproto: reflect built-in version present in NetBSD 9.99.82
Diffstat (limited to 'x11')
-rw-r--r--x11/xorgproto/builtin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xorgproto/builtin.mk b/x11/xorgproto/builtin.mk
index d0e4295c175..d6df46963fc 100644
--- a/x11/xorgproto/builtin.mk
+++ b/x11/xorgproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2020/04/14 19:30:46 wiz Exp $
+# $NetBSD: builtin.mk,v 1.9 2021/04/29 02:57:08 gutteridge Exp $
BUILTIN_PKG:= xorgproto
@@ -45,11 +45,13 @@ PRE_XORGPROTO_LIST= \
PRE_XORGPROTO_LIST+= \
xproto
-# NetBSD-current (with modern xorgproto) has 7.0.32.
+# NetBSD-current (as of 9.99.82) has 7.0.33.
+# NetBSD-9 (with modern xorgproto) has 7.0.32.
# NetBSD-8 has 7.0.31.
# NetBSD-7 has 7.0.26.
# NetBSD-6 has 7.0.22.
BUILTIN_VERSION_SCRIPT.${BUILTIN_PKG}?= ${SED} -n \
+ -e 's/Version: 7\.0\.33/2021.3/p' \
-e 's/Version: 7\.0\.32/2018.4/p' \
-e 's/Version: 7\.0\.31/2018.1/p' \
-e 's/Version: 7\.0\.26/2017.1/p' \