pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q1]: pkgsrc/x11/xorgproto Pullup ticket #6470 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aa2d9ff818e
branches:  pkgsrc-2021Q1
changeset: 454359:8aa2d9ff818e
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Jun 10 08:12:09 2021 +0000

description:
Pullup ticket #6470 - requested by simonb
x11/xorgproto: NetBSD-current build fix

Revisions pulled up:
- x11/xorgproto/builtin.mk                                      1.9

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Thu Apr 29 02:57:08 UTC 2021

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

   Log Message:
   xorgproto: reflect built-in version present in NetBSD 9.99.82

diffstat:

 x11/xorgproto/builtin.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r cea6925fe7ac -r 8aa2d9ff818e x11/xorgproto/builtin.mk
--- a/x11/xorgproto/builtin.mk  Sun Jun 06 09:44:23 2021 +0000
+++ b/x11/xorgproto/builtin.mk  Thu Jun 10 08:12:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2020/04/14 19:30:46 wiz Exp $
+# $NetBSD: builtin.mk,v 1.8.8.1 2021/06/10 08:12:09 bsiegert Exp $
 
 BUILTIN_PKG:=  xorgproto
 
@@ -45,11 +45,13 @@
 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' \



Home | Main Index | Thread Index | Old Index