pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-game



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 02:39:22 UTC 2025

Modified Files:
        pkgsrc/devel/py-game: Makefile

Log Message:
py-game: remove smpeg dependency - not used.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-game/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-game/Makefile
diff -u pkgsrc/devel/py-game/Makefile:1.53 pkgsrc/devel/py-game/Makefile:1.54
--- pkgsrc/devel/py-game/Makefile:1.53  Thu Apr 24 14:13:40 2025
+++ pkgsrc/devel/py-game/Makefile       Wed Jul  2 02:39:22 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2025/04/24 14:13:40 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/07/02 02:39:22 markd Exp $
 
 DISTNAME=      pygame-2.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel games python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygame/}
 
@@ -46,6 +46,5 @@ pre-configure:
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
-.include "../../multimedia/smpeg/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index