aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-04-18 02:50:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-04-18 02:50:48 +0800
commit11d579f66396fa6cdf05bac58e03a4bceed06d83 (patch)
tree52fd2e06ae1c4cce81529c76c7664599e4ce1537 /print
parentfc601b90e057559e78f71f0dad199044f0a0d0f0 (diff)
downloadfreebsd-ports-gnome-11d579f66396fa6cdf05bac58e03a4bceed06d83.tar.gz
freebsd-ports-gnome-11d579f66396fa6cdf05bac58e03a4bceed06d83.tar.zst
freebsd-ports-gnome-11d579f66396fa6cdf05bac58e03a4bceed06d83.zip
Change RUN_DEPENDS from py-more-itertools to py-more-itertools5
- While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change
Diffstat (limited to 'print')
-rw-r--r--print/py-stapler/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/py-stapler/Makefile b/print/py-stapler/Makefile
index a429cb7f0ffc..89e4d4b2e2f4 100644
--- a/print/py-stapler/Makefile
+++ b/print/py-stapler/Makefile
@@ -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 line
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>