Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 17:56:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525873 - head/audio/py-mutagen
Message-ID:  <202002111756.01BHuVqk058683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111756.01BHuVqk058683>