svn commit: r383412 - head/audio/py-al
Marcus von Appen
mva at FreeBSD.org
Mon Apr 6 08:01:39 UTC 2015
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 at FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
-BROKEN= Unfetchable
+LICENSE= ZLIB
+
USES= openal:al python
USE_PYTHON= autoplist distutils
More information about the svn-ports-all
mailing list