pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scons scons: Take MAINTAINERship



details:   https://anonhg.NetBSD.org/pkgsrc/rev/594d06a89c7c
branches:  trunk
changeset: 445348:594d06a89c7c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jan 20 23:54:24 2021 +0000

description:
scons: Take MAINTAINERship

Also try to avoid updates breaking gpsd and probably other things.
Upstream's latest release 4.1.0 is problematic, say rumors on the net.

diffstat:

 devel/scons/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f79cb8e43e59 -r 594d06a89c7c devel/scons/Makefile
--- a/devel/scons/Makefile      Wed Jan 20 21:07:18 2021 +0000
+++ b/devel/scons/Makefile      Wed Jan 20 23:54:24 2021 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.47 2020/01/09 11:52:35 adam Exp $
+# $NetBSD: Makefile,v 1.48 2021/01/20 23:54:24 gdt Exp $
 
+# 4.1.0 is broken, per reports on gpsd list.  Apparently 4.0.1 is ok.
 DISTNAME=      scons-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scons/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://www.scons.org/
 COMMENT=       Python-based, open-source build system
 LICENSE=       mit



Home | Main Index | Thread Index | Old Index