svn commit: r386940 - head/audio/py-mad
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 21 16:06:17 UTC 2015
Author: amdmi3
Date: Thu May 21 16:06:15 2015
New Revision: 386940
URL: https://svnweb.freebsd.org/changeset/ports/386940
Log:
- Update to 0.8
- Project moved to github
PR: 200292
Submitted by: tkato432 at yahoo.com
Modified:
head/audio/py-mad/Makefile
head/audio/py-mad/distinfo
head/audio/py-mad/pkg-descr
Modified: head/audio/py-mad/Makefile
==============================================================================
--- head/audio/py-mad/Makefile Thu May 21 16:04:32 2015 (r386939)
+++ head/audio/py-mad/Makefile Thu May 21 16:06:15 2015 (r386940)
@@ -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 at 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
Modified: head/audio/py-mad/distinfo
==============================================================================
--- head/audio/py-mad/distinfo Thu May 21 16:04:32 2015 (r386939)
+++ head/audio/py-mad/distinfo Thu May 21 16:06:15 2015 (r386940)
@@ -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
Modified: head/audio/py-mad/pkg-descr
==============================================================================
--- head/audio/py-mad/pkg-descr Thu May 21 16:04:32 2015 (r386939)
+++ head/audio/py-mad/pkg-descr Thu May 21 16:06:15 2015 (r386940)
@@ -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/
More information about the svn-ports-head
mailing list