Thu Feb 14 16:28:21 2019 UTC ()
arandr: py-docutils is required only on build to generate man pages.

Bump PKGREVISION.


(tsutsui)
diff -r1.15 -r1.16 pkgsrc/x11/arandr/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/x11/arandr/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/arandr/Makefile 2018/11/14 22:22:38 1.15
+++ pkgsrc/x11/arandr/Makefile 2019/02/14 16:28:21 1.16
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.15 2018/11/14 22:22:38 kleink Exp $ 1# $NetBSD: Makefile,v 1.16 2019/02/14 16:28:21 tsutsui Exp $
2 2
3DISTNAME= arandr-0.1.9 3DISTNAME= arandr-0.1.9
4PKGREVISION= 6 4PKGREVISION= 7
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/ 6MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/
7 7
8MAINTAINER= rga@sdf.lonestar.org 8MAINTAINER= rga@sdf.lonestar.org
9HOMEPAGE= http://christian.amsuess.com/tools/arandr/ 9HOMEPAGE= http://christian.amsuess.com/tools/arandr/
10COMMENT= Designed to provide a simple visual front end for XRandR 10COMMENT= Designed to provide a simple visual front end for XRandR
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils 13BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
14 14
15.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
16 16
17.if ${X11_TYPE} != "native" 17.if ${X11_TYPE} != "native"
18DEPENDS+= xrandr>=1.2:../../x11/xrandr 18DEPENDS+= xrandr>=1.2:../../x11/xrandr
19.endif 19.endif
20 20
21PY_PATCHPLIST= YES 21PY_PATCHPLIST= YES
22PYSETUP= setup.py 22PYSETUP= setup.py
23PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-docutils 23PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-docutils
24 24
25# Adjust setup.py 25# Adjust setup.py
26SUBST_CLASSES+= setup 26SUBST_CLASSES+= setup