pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scons



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan 20 23:54:24 UTC 2021

Modified Files:
        pkgsrc/devel/scons: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/scons/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/scons/Makefile
diff -u pkgsrc/devel/scons/Makefile:1.47 pkgsrc/devel/scons/Makefile:1.48
--- pkgsrc/devel/scons/Makefile:1.47    Thu Jan  9 11:52:35 2020
+++ pkgsrc/devel/scons/Makefile Wed Jan 20 23:54:24 2021
@@ -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