pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham



Module Name:    pkgsrc
Committed By:   dbj
Date:           Mon Dec 14 00:41:57 UTC 2020

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common
        pkgsrc/ham/gr-osmosdr: Makefile

Log Message:
ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/ham/gnuradio-core/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gr-osmosdr/Makefile

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.27 pkgsrc/ham/gnuradio-core/Makefile.common:1.28
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.27       Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Mon Dec 14 00:41:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2020/08/30 20:43:46 tnn Exp $
+# $NetBSD: Makefile.common,v 1.28 2020/12/14 00:41:56 dbj Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -53,7 +53,7 @@ DEPENDS+=     ${PYPKGPREFIX}-gobject3-[0-9]*
 DISTINFO_FILE=         ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
-PYTHON_VERSIONS_ACCEPTED= 37
+PYTHON_VERSIONS_ACCEPTED= 37 38
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 PY_PATCHPLIST= yes

Index: pkgsrc/ham/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.28 pkgsrc/ham/gr-osmosdr/Makefile:1.29
--- pkgsrc/ham/gr-osmosdr/Makefile:1.28 Sun Aug 30 21:52:43 2020
+++ pkgsrc/ham/gr-osmosdr/Makefile      Mon Dec 14 00:41:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/08/30 21:52:43 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2020/12/14 00:41:57 dbj Exp $
 
 DISTNAME=              gr-osmosdr-0.2.2
 CATEGORIES=            ham
@@ -26,7 +26,7 @@ CMAKE_ARGS+=  -DENABLE_DOXYGEN=OFF
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
-PYTHON_VERSIONS_ACCEPTED=      37
+PYTHON_VERSIONS_ACCEPTED=      37 38
 REPLACE_PYTHON+=               apps/osmocom_siggen_base.py
 
 .include       "../../devel/boost-headers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index