Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 15:39:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439956 - head/graphics/py-pyglet
Message-ID:  <201705021539.v42FdsM7027599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May  2 15:39:54 2017
New Revision: 439956
URL: https://svnweb.freebsd.org/changeset/ports/439956

Log:
  - Update to 1.2.4
  - Undeprecate

Deleted:
  head/graphics/py-pyglet/pkg-plist
Modified:
  head/graphics/py-pyglet/Makefile
  head/graphics/py-pyglet/distinfo
  head/graphics/py-pyglet/pkg-descr

Modified: head/graphics/py-pyglet/Makefile
==============================================================================
--- head/graphics/py-pyglet/Makefile	Tue May  2 15:39:31 2017	(r439955)
+++ head/graphics/py-pyglet/Makefile	Tue May  2 15:39:54 2017	(r439956)
@@ -2,40 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	pyglet
-PORTVERSION=	1.1.4
-PORTREVISION=	5
+PORTVERSION=	1.2.4
 CATEGORIES=	graphics multimedia x11-toolkits python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Cross-platform windowing and multimedia library for Python
+COMMENT=	Cross-platform windowing and multimedia library
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
-LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libfontconfig.so:x11-fonts/fontconfig
-RUN_DEPENDS=	${LOCALBASE}/lib/libavbin.so:multimedia/avbin
-
-ONLY_FOR_ARCHS=	i386
-
-USES=		openal:al python
-USE_PYTHON=	distutils
-USE_GL=		gl glu
-
-PORTDOCS=	*
-PORTEXAMPLES=	*
-
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
-post-install:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG NOTICE README ${STAGEDIR}${DOCSDIR}/
-	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
-	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pyglet/distinfo
==============================================================================
--- head/graphics/py-pyglet/distinfo	Tue May  2 15:39:31 2017	(r439955)
+++ head/graphics/py-pyglet/distinfo	Tue May  2 15:39:54 2017	(r439956)
@@ -1,2 +1,3 @@
-SHA256 (pyglet-1.1.4.tar.gz) = 1d9b2a5e3a37a9068aee70100d19bfa83a6bbf6d4a2af8adb4231a601a101611
-SIZE (pyglet-1.1.4.tar.gz) = 2946601
+TIMESTAMP = 1493738698
+SHA256 (pyglet-1.2.4.tar.gz) = 9f62ffbbcf2b202d084bf158685e77d28b8f4f5f2738f4c5e63a947a07503445
+SIZE (pyglet-1.2.4.tar.gz) = 2122017

Modified: head/graphics/py-pyglet/pkg-descr
==============================================================================
--- head/graphics/py-pyglet/pkg-descr	Tue May  2 15:39:31 2017	(r439955)
+++ head/graphics/py-pyglet/pkg-descr	Tue May  2 15:39:54 2017	(r439956)
@@ -1,20 +1,6 @@
 pyglet provides an object-oriented programming interface for
 developing games and other visually-rich applications for Windows,
-Mac OS X and Linux. Some of the features of pyglet are:
+Mac OS X and Linux.
 
- * No external dependencies or installation requirements. For most
-   application and game requirements, pyglet needs nothing else besides
-   Python, simplifying distribution and installation.
- * Take advantage of multiple windows and multi-monitor desktops.
-   pyglet allows you to use as many windows as you need, and is fully
-   aware of multi-monitor setups for use with fullscreen games.
- * Load images, sound, music and video in almost any format. pyglet
-   can optionally use AVbin to play back audio formats such as MP3,
-   OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264,
-   WMV and Xvid.
-
-pyglet is provided under the BSD open-source license, allowing you
-to use it for both commerical and other open-source projects with
-very little restriction.
-
-WWW: http://pyglet.org/
+WWW: https://bitbucket.org/pyglet/pyglet/wiki/Home
+WWW: https://pypi.python.org/pypi/pyglet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021539.v42FdsM7027599>