pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyobjc-framework-PubSub



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 27 18:35:34 UTC 2022

Modified Files:
        pkgsrc/devel/py-pyobjc-framework-PubSub: Makefile

Log Message:
py-pyobjc-framework-PubSub: set max. macOS version 10.14


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pyobjc-framework-PubSub/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/py-pyobjc-framework-PubSub/Makefile
diff -u pkgsrc/devel/py-pyobjc-framework-PubSub/Makefile:1.6 pkgsrc/devel/py-pyobjc-framework-PubSub/Makefile:1.7
--- pkgsrc/devel/py-pyobjc-framework-PubSub/Makefile:1.6        Tue Sep 27 18:12:58 2022
+++ pkgsrc/devel/py-pyobjc-framework-PubSub/Makefile    Tue Sep 27 18:35:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/09/27 18:12:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/27 18:35:34 adam Exp $
 
 .include "../../devel/py-pyobjc/Makefile.common"
 
@@ -9,7 +9,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=p/pyob
 
 COMMENT=       Wrappers for the framework PubSub on macOS
 
-NOT_FOR_PLATFORM=      Darwin-19.*-* Darwin-2[0-9].*-*
+ONLY_FOR_PLATFORM=     Darwin-[0-9].*-* Darwin-1[0-8].*-* # -10.14
 
 USE_LANGUAGES= c objc
 



Home | Main Index | Thread Index | Old Index