Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 06:55:11 +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: r521043 - in head/graphics: . py-pyglet12
Message-ID:  <201912280655.xBS6tBUe010459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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>



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