svn commit: r460054 - head/textproc/py-qrcode

Craig Leres leres at FreeBSD.org
Fri Jan 26 21:56:10 UTC 2018


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 at gmail.com
+MAINTAINER=	leres at 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>


More information about the svn-ports-all mailing list