Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 08:01:38 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383412 - head/audio/py-al
Message-ID:  <201504060801.t3681cu1073177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Apr  6 08:01:38 2015
New Revision: 383412
URL: https://svnweb.freebsd.org/changeset/ports/383412

Log:
  - Unbreak
  - Define LICENSE

Modified:
  head/audio/py-al/Makefile

Modified: head/audio/py-al/Makefile
==============================================================================
--- head/audio/py-al/Makefile	Mon Apr  6 07:06:54 2015	(r383411)
+++ head/audio/py-al/Makefile	Mon Apr  6 08:01:38 2015	(r383412)
@@ -3,14 +3,15 @@
 PORTNAME=	al
 PORTVERSION=	0.1.0
 CATEGORIES=	audio python
-MASTER_SITES=	http://cdn.bitbucket.org/marcusva/py-al/downloads/
+MASTER_SITES=	http://bitbucket.org/marcusva/py-al/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	PyAL-${PORTVERSION}
 
 MAINTAINER=	mva@FreeBSD.org
 COMMENT=	PyAL is a binding of OpenAL for Python
 
-BROKEN=		Unfetchable
+LICENSE=	ZLIB
+
 USES=		openal:al python
 USE_PYTHON=	autoplist distutils
 



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