svn commit: r389142 - head/audio/py-eyed3

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Jun 10 20:28:43 UTC 2015


Author: rm
Date: Wed Jun 10 20:28:41 2015
New Revision: 389142
URL: https://svnweb.freebsd.org/changeset/ports/389142

Log:
  audio/py-eyed3: update to 0.7.8
  
  - update to 0.7.8
  - change MASTER_SITES to pypi following upstream
  - relax python version check - port is now python3 ready
  - remove CONFLICTS with no more existing port

Modified:
  head/audio/py-eyed3/Makefile
  head/audio/py-eyed3/distinfo

Modified: head/audio/py-eyed3/Makefile
==============================================================================
--- head/audio/py-eyed3/Makefile	Wed Jun 10 20:27:42 2015	(r389141)
+++ head/audio/py-eyed3/Makefile	Wed Jun 10 20:28:41 2015	(r389142)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	eyed3
-PORTVERSION=	0.7.5
+PORTVERSION=	0.7.8
 CATEGORIES=	audio python
-MASTER_SITES=	http://eyed3.nicfit.net/releases/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	eyeD3-${PORTVERSION}
 
@@ -16,11 +16,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}magic>0:${PORTSDIR}/devel/py-magic
 
-USES=		python:2 tar:tgz
+NO_ARCH=	yes
+USES=		python
 USE_PYTHON=	autoplist distutils
 
-CONFLICTS=	py*-eyed3-06-[0-9]*
-
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
 PORTDOCS=	AUTHORS ChangeLog README.rst

Modified: head/audio/py-eyed3/distinfo
==============================================================================
--- head/audio/py-eyed3/distinfo	Wed Jun 10 20:27:42 2015	(r389141)
+++ head/audio/py-eyed3/distinfo	Wed Jun 10 20:28:41 2015	(r389142)
@@ -1,2 +1,2 @@
-SHA256 (eyeD3-0.7.5.tgz) = 6a60f6dff7c8b74fee11eb378447b3bbbd2433ca5f7a00846840b0b2ddec9222
-SIZE (eyeD3-0.7.5.tgz) = 221685
+SHA256 (eyeD3-0.7.8.tar.gz) = 06b956572b8d63c52db8f62447277a5647fc185b7afef9f2a918b4601db467db
+SIZE (eyeD3-0.7.8.tar.gz) = 226950


More information about the svn-ports-all mailing list