pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 27 09:21:04 UTC 2026

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

Log Message:
py*game: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-game/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py27-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.55 pkgsrc/devel/py-game/Makefile:1.56
--- pkgsrc/devel/py-game/Makefile:1.55  Thu Oct 23 20:36:36 2025
+++ pkgsrc/devel/py-game/Makefile       Tue Jan 27 09:21:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2025/10/23 20:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2026/01/27 09:21:04 wiz Exp $
 
 DISTNAME=      pygame-2.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -7,7 +7,7 @@ CATEGORIES=     devel games python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygame/}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      https://www.pygame.org/
+HOMEPAGE=      https://www.pygame.org/news
 COMMENT=       Set of Python modules designed for writing games
 LICENSE=       gnu-lgpl-v2.1
 

Index: pkgsrc/devel/py27-game/Makefile
diff -u pkgsrc/devel/py27-game/Makefile:1.4 pkgsrc/devel/py27-game/Makefile:1.5
--- pkgsrc/devel/py27-game/Makefile:1.4 Thu Apr 24 14:13:40 2025
+++ pkgsrc/devel/py27-game/Makefile     Tue Jan 27 09:21:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/24 14:13:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/27 09:21:04 wiz Exp $
 
 DISTNAME=      pygame-1.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -7,7 +7,7 @@ CATEGORIES=     devel games python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygame/}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      http://www.pygame.org/
+HOMEPAGE=      https://www.pygame.org/news
 COMMENT=       Set of Python modules designed for writing games
 LICENSE=       gnu-lgpl-v2.1
 



Home | Main Index | Thread Index | Old Index