svn commit: r525873 - head/audio/py-mutagen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:56:32 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:56:31 2020
New Revision: 525873
URL: https://svnweb.freebsd.org/changeset/ports/525873

Log:
  Update manpage location (r523104)
  
  - Bump PORTREVISION for package change

Modified:
  head/audio/py-mutagen/Makefile

Modified: head/audio/py-mutagen/Makefile
==============================================================================
--- head/audio/py-mutagen/Makefile	Tue Feb 11 17:56:25 2020	(r525872)
+++ head/audio/py-mutagen/Makefile	Tue Feb 11 17:56:31 2020	(r525873)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mutagen
 PORTVERSION=	1.42.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +18,5 @@ NO_ARCH=	yes
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 SHEBANG_FILES=	tools/*
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list