pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/arandr



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jul  9 09:31:05 UTC 2016

Modified Files:
        pkgsrc/x11/arandr: Makefile

Log Message:
Fixed pkglint warnings about variable alignment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/arandr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/arandr/Makefile
diff -u pkgsrc/x11/arandr/Makefile:1.3 pkgsrc/x11/arandr/Makefile:1.4
--- pkgsrc/x11/arandr/Makefile:1.3      Mon Jan  4 15:01:51 2016
+++ pkgsrc/x11/arandr/Makefile  Sat Jul  9 09:31:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/01/04 15:01:51 hauke Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/09 09:31:05 rillig Exp $
 
 DISTNAME=      arandr-0.1.8
 CATEGORIES=    x11
@@ -17,8 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-docutils>=0.6:.
 DEPENDS+=      xrandr>=1.2:../../x11/xrandr
 .endif
 
-PY_PATCHPLIST = YES
-PYSETUP = setup.py
+PY_PATCHPLIST=                 YES
+PYSETUP=                       setup.py
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # py-gtk2, py-docutils
 
 # Adjust setup.py



Home | Main Index | Thread Index | Old Index