svn commit: r486360 - head/devel/py-game

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 1 13:08:11 UTC 2018


Author: sunpoet
Date: Sat Dec  1 13:08:09 2018
New Revision: 486360
URL: https://svnweb.freebsd.org/changeset/ports/486360

Log:
  Update MASTER_SITES, pkg-descr and WWW

Modified:
  head/devel/py-game/Makefile
  head/devel/py-game/pkg-descr

Modified: head/devel/py-game/Makefile
==============================================================================
--- head/devel/py-game/Makefile	Sat Dec  1 13:08:00 2018	(r486359)
+++ head/devel/py-game/Makefile	Sat Dec  1 13:08:09 2018	(r486360)
@@ -5,7 +5,7 @@ PORTNAME=	game
 PORTVERSION=	1.9.1
 PORTREVISION=	7
 CATEGORIES=	devel python
-MASTER_SITES=	http://pygame.seul.org/ftp/
+MASTER_SITES=	https://www.pygame.org/ftp/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}release
 

Modified: head/devel/py-game/pkg-descr
==============================================================================
--- head/devel/py-game/pkg-descr	Sat Dec  1 13:08:00 2018	(r486359)
+++ head/devel/py-game/pkg-descr	Sat Dec  1 13:08:09 2018	(r486360)
@@ -1,4 +1,7 @@
-Pygame is a cross-platfrom library based on top of the SDL and designed
-to make it easy to write multimedia software, such as games, in Python.
+pygame is a Free and Open Source python programming language library for making
+multimedia applications like games built on top of the excellent SDL library.
+Like SDL, pygame is highly portable and runs on nearly every platform and
+operating system. Millions of people have downloaded pygame itself, which is a
+whole lot of bits flying across the interwebs.
 
-WWW: http://www.pygame.org/
+WWW: https://www.pygame.org/


More information about the svn-ports-all mailing list