Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 16:45:23 +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: r332151 - head/graphics/py-pyglet
Message-ID:  <201310301645.r9UGjNWA057755@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 30 16:45:23 2013
New Revision: 332151
URL: http://svnweb.freebsd.org/changeset/ports/332151

Log:
  - Add LICENSE
  - Bump PORTREVISION

Modified:
  head/graphics/py-pyglet/Makefile

Modified: head/graphics/py-pyglet/Makefile
==============================================================================
--- head/graphics/py-pyglet/Makefile	Wed Oct 30 16:31:42 2013	(r332150)
+++ head/graphics/py-pyglet/Makefile	Wed Oct 30 16:45:23 2013	(r332151)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyglet
 PORTVERSION=	1.1.4
+PORTREVISION=	2
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Cross-platform windowing and multimedia library for Python
 
+LICENSE=	BSD
+
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 



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