Date: Fri, 26 Jan 2018 21:56:10 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460054 - head/textproc/py-qrcode Message-ID: <201801262156.w0QLuAhh026057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Fri Jan 26 21:56:10 2018 New Revision: 460054 URL: https://svnweb.freebsd.org/changeset/ports/460054 Log: Patch setup.py to install the man page in ${PREFIX}/man/man1 instead of ${PREFIX}/share/man/man1 Assume matainership (the current maintainer requests being removed in PR 224219). PR: 224219 Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D13902 Modified: head/textproc/py-qrcode/Makefile Modified: head/textproc/py-qrcode/Makefile ============================================================================== --- head/textproc/py-qrcode/Makefile Fri Jan 26 21:45:20 2018 (r460053) +++ head/textproc/py-qrcode/Makefile Fri Jan 26 21:56:10 2018 (r460054) @@ -3,12 +3,12 @@ PORTNAME= qrcode PORTVERSION= 5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kyuupichan@gmail.com +MAINTAINER= leres@FreeBSD.org COMMENT= QR Code image generator LICENSE= BSD3CLAUSE @@ -18,5 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py- USES= python USE_PYTHON= autoplist distutils + +post-patch: + ${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801262156.w0QLuAhh026057>