svn commit: r521043 - in head/graphics: . py-pyglet12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 06:55:11 UTC 2019


Author: sunpoet
Date: Sat Dec 28 06:55:10 2019
New Revision: 521043
URL: https://svnweb.freebsd.org/changeset/ports/521043

Log:
  Add py-pyglet12 1.2.4 (copied from py-pyglet)
  
  - Add PORTSCOUT

Added:
  head/graphics/py-pyglet12/
     - copied from r519943, head/graphics/py-pyglet/
Modified:
  head/graphics/Makefile
  head/graphics/py-pyglet12/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Dec 28 00:57:35 2019	(r521042)
+++ head/graphics/Makefile	Sat Dec 28 06:55:10 2019	(r521043)
@@ -862,6 +862,7 @@
     SUBDIR += py-pygal
     SUBDIR += py-pyganim
     SUBDIR += py-pyglet
+    SUBDIR += py-pyglet12
     SUBDIR += py-pygooglechart
     SUBDIR += py-pygraphviz
     SUBDIR += py-pyinsane2

Modified: head/graphics/py-pyglet12/Makefile
==============================================================================
--- head/graphics/py-pyglet/Makefile	Thu Dec 12 18:47:31 2019	(r519943)
+++ head/graphics/py-pyglet12/Makefile	Sat Dec 28 06:55:10 2019	(r521043)
@@ -6,8 +6,9 @@ PORTVERSION=	1.2.4
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	12
 
-MAINTAINER=	amdmi3 at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Cross-platform windowing and multimedia library
 
 LICENSE=	BSD3CLAUSE
@@ -15,6 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
+
+PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list