Date: Sat, 1 Dec 2018 13:08:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486360 - head/devel/py-game Message-ID: <201812011308.wB1D89L8032067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812011308.wB1D89L8032067>