summaryrefslogtreecommitdiff
path: root/audio/py-mad
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 16:06:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 16:06:15 +0000
commit3627db2267b11fd15112d3284166a5ef0df72128 (patch)
tree6aa6280786f64f8c02a5a726a5e20955fa23738c /audio/py-mad
parent- Update to 1.2.0 (diff)
- Update to 0.8
- Project moved to github PR: 200292 Submitted by: tkato432@yahoo.com
Notes
Notes: svn path=/head/; revision=386940
Diffstat (limited to 'audio/py-mad')
-rw-r--r--audio/py-mad/Makefile11
-rw-r--r--audio/py-mad/distinfo4
-rw-r--r--audio/py-mad/pkg-descr8
3 files changed, 12 insertions, 11 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
index d73c1c42d563..fcd16cd4ebb9 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -2,13 +2,10 @@
# $FreeBSD$
PORTNAME= mad
-PORTVERSION= 0.7
-PORTREVISION= 4
+PORTVERSION= 0.8
+DISTVERSIONPREFIX= version/
CATEGORIES= audio python
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= pymad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pymad-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module that provides the MPEG Audio Decoder interface
@@ -18,6 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad
+USE_GITHUB= yes
+GH_ACCOUNT= jaqx0r
+GH_PROJECT= pymad
+
USES= python:2
USE_PYTHON= distutils autoplist pythonprefix
diff --git a/audio/py-mad/distinfo b/audio/py-mad/distinfo
index d7c5bc2b12e5..6a308b64dc03 100644
--- a/audio/py-mad/distinfo
+++ b/audio/py-mad/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pymad-0.7.tar.gz) = 53ae5d3382074f21431299a3186fc9f778fe106f26d737846cc1ef2c34b2d8a1
-SIZE (pymad-0.7.tar.gz) = 21510
+SHA256 (jaqx0r-pymad-version-0.8_GH0.tar.gz) = 818750d70ad585769ba29b58003d9157f3e6987fbaa594b7173c001c8086c883
+SIZE (jaqx0r-pymad-version-0.8_GH0.tar.gz) = 25672
diff --git a/audio/py-mad/pkg-descr b/audio/py-mad/pkg-descr
index 2837d1188111..e7284c7cfa1b 100644
--- a/audio/py-mad/pkg-descr
+++ b/audio/py-mad/pkg-descr
@@ -1,5 +1,5 @@
-This is a Python module that allows Python programs to use the
-MPEG Audio Decoder library. It provides a high-level API which
-makes reading from MPEG audio streams a piece of cake.
+This is a Python module that allows Python programs to use the MPEG
+Audio Decoder library. It provides a high-level API which makes reading
+from MPEG audio streams a piece of cake.
-WWW: http://code.google.com/p/pymad/
+WWW: https://github.com/jaqx0r/pymad/