From owner-svn-ports-all@FreeBSD.ORG Thu May 21 16:06:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19CD7B92; Thu, 21 May 2015 16:06:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A4D1195; Thu, 21 May 2015 16:06:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LG6GxQ079912; Thu, 21 May 2015 16:06:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LG6GBd079909; Thu, 21 May 2015 16:06:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505211606.t4LG6GBd079909@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 21 May 2015 16:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386940 - head/audio/py-mad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 16:06:17 -0000 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@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@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/