svn commit: r420251 - in head/audio: . py3-mutagen

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Aug 15 16:34:43 UTC 2016


Author: rm
Date: Mon Aug 15 16:34:41 2016
New Revision: 420251
URL: https://svnweb.freebsd.org/changeset/ports/420251

Log:
  Add python3 version of audio/py-mutagen package

Added:
  head/audio/py3-mutagen/
  head/audio/py3-mutagen/Makefile   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon Aug 15 16:33:03 2016	(r420250)
+++ head/audio/Makefile	Mon Aug 15 16:34:41 2016	(r420251)
@@ -639,6 +639,7 @@
     SUBDIR += py-tagpy
     SUBDIR += py-vorbis
     SUBDIR += py-xmms2
+    SUBDIR += py3-mutagen
     SUBDIR += py3-pylast
     SUBDIR += pytone
     SUBDIR += qjackctl

Added: head/audio/py3-mutagen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py3-mutagen/Makefile	Mon Aug 15 16:34:41 2016	(r420251)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-mutagen
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list