svn commit: r499202 - head/print/py-stapler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 17 18:50:53 UTC 2019


Author: sunpoet
Date: Wed Apr 17 18:50:48 2019
New Revision: 499202
URL: https://svnweb.freebsd.org/changeset/ports/499202

Log:
  Change RUN_DEPENDS from py-more-itertools to py-more-itertools5
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/print/py-stapler/Makefile

Modified: head/print/py-stapler/Makefile
==============================================================================
--- head/print/py-stapler/Makefile	Wed Apr 17 18:50:43 2019	(r499201)
+++ head/print/py-stapler/Makefile	Wed Apr 17 18:50:48 2019	(r499202)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stapler
 PORTVERSION=	0.3.3
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,12 @@ COMMENT=	Manipulate PDF documents from the command lin
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools>=2.2:devel/py-more-itertools@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools5>=2.2:devel/py-more-itertools5@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pdf2>=1.24:print/py-pdf2@${PY_FLAVOR}
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list