Index: head/audio/py-mutagen/files/patch-setup.py =================================================================== --- head/audio/py-mutagen/files/patch-setup.py (revision 420249) +++ head/audio/py-mutagen/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2016-06-07 11:07:56 UTC -+++ setup.py -@@ -214,7 +214,7 @@ class coverage_cmd(Command): - - - if os.name == "posix": -- data_files = [('share/man/man1', glob.glob("man/*.1"))] -+ data_files = [('man/man1', glob.glob("man/*.1"))] - else: - data_files = [] - Property changes on: head/audio/py-mutagen/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/py-mutagen/Makefile =================================================================== --- head/audio/py-mutagen/Makefile (revision 420249) +++ head/audio/py-mutagen/Makefile (revision 420250) @@ -1,20 +1,26 @@ # Created by: Byung-Hee HWANG # $FreeBSD$ PORTNAME= mutagen PORTVERSION= 1.34.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python-based audio metadata tag reader and writer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python -USE_PYTHON= autoplist distutils NO_ARCH= yes +USES?= python:2.7+ +USE_PYTHON= autoplist concurrent distutils +SHEBANG_FILES= tools/mid3cp tools/mid3iconv tools/mid3v2 \ + tools/moggsplit tools/mutagen-inspect tools/mutagen-pony + +post-patch: + @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py .include