pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc misc: align variable assignments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33682163dd6a
branches:  trunk
changeset: 417065:33682163dd6a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 03 17:04:19 2019 +0000

description:
misc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

diffstat:

 misc/JBidwatcher/Makefile            |    8 +-
 misc/ascii/Makefile                  |    4 +-
 misc/asr-manpages/Makefile           |    8 +-
 misc/astrolog/Makefile               |   10 +-
 misc/bottlerocket/Makefile           |    8 +-
 misc/byobu/Makefile                  |    8 +-
 misc/chipmunk/Makefile               |    6 +-
 misc/chordii/Makefile                |    8 +-
 misc/cksfv/Makefile                  |    4 +-
 misc/colortail/Makefile              |    6 +-
 misc/cuecat/Makefile                 |    4 +-
 misc/deskbar-applet/Makefile         |    6 +-
 misc/dialog/Makefile                 |    8 +-
 misc/dose3/Makefile                  |    8 +-
 misc/ec2-api-tools/Makefile          |   12 +-
 misc/elscreen/Makefile               |    8 +-
 misc/emacs-wiki/Makefile             |   12 +-
 misc/fbreader/options.mk             |   10 +-
 misc/fd/Makefile                     |    4 +-
 misc/fep/Makefile                    |   14 +-
 misc/gkrellm-flynn/Makefile          |    8 +-
 misc/gkrellm-leds/Makefile           |    4 +-
 misc/gnome-utils/Makefile            |    4 +-
 misc/heyu/Makefile                   |    4 +-
 misc/ja-less/Makefile                |   18 +-
 misc/ja-man/Makefile                 |   10 +-
 misc/kchmviewer/Makefile             |    4 +-
 misc/kdeartwork4/Makefile            |    6 +-
 misc/kdepim-runtime4/Makefile        |    4 +-
 misc/kdepim4/Makefile                |   22 +-
 misc/kdepimlibs4/Makefile            |    6 +-
 misc/labelnation/Makefile            |   10 +-
 misc/less/options.mk                 |    6 +-
 misc/libcarddav/options.mk           |    8 +-
 misc/libreoffice/Makefile            |   16 +-
 misc/libreoffice/options.mk          |    4 +-
 misc/libreoffice5-bin/Makefile       |    4 +-
 misc/libreoffice6-bin/Makefile       |    4 +-
 misc/logsurfer/Makefile              |    4 +-
 misc/lookup/Makefile                 |    6 +-
 misc/lv/Makefile                     |   10 +-
 misc/marble/Makefile                 |    4 +-
 misc/mkcue/Makefile                  |    4 +-
 misc/molden/Makefile                 |    4 +-
 misc/mtail/Makefile                  |    4 +-
 misc/ocaml-cudf/Makefile             |    6 +-
 misc/ocaml-magic-mime/buildlink3.mk  |    4 +-
 misc/ocaml-opaline/buildlink3.mk     |    4 +-
 misc/ocaml-opam-file-format/Makefile |    4 +-
 misc/ocaml-opam/Makefile             |    4 +-
 misc/ocaml-topkg/Makefile            |    4 +-
 misc/open2300-mysql/Makefile         |    6 +-
 misc/orca/Makefile                   |   10 +-
 misc/p5-App-MrShell/Makefile         |    4 +-
 misc/p5-Locale-libintl/Makefile      |   28 ++--
 misc/p5-Vroom/Makefile               |    4 +-
 misc/ppower/Makefile                 |    4 +-
 misc/py-anita/options.mk             |    4 +-
 misc/py-carddav/Makefile             |    6 +-
 misc/py-trytond-party/options.mk     |    4 +-
 misc/raspberrypi-userland/Makefile   |    6 +-
 misc/raspberrypi-userland/options.mk |    6 +-
 misc/routeplanner-cli/Makefile       |   10 +-
 misc/screen/options.mk               |    6 +-
 misc/send-pr/Makefile                |   14 +-
 misc/siag/Makefile                   |   18 +-
 misc/superkaramba/Makefile           |    4 +-
 misc/sword/Makefile                  |   10 +-
 misc/teseq/Makefile                  |    6 +-
 misc/todoman/Makefile                |   14 +-
 misc/zyGrib/Makefile                 |  234 +++++++++++++++++-----------------
 71 files changed, 379 insertions(+), 379 deletions(-)

diffs (truncated from 1834 to 300 lines):

diff -r e54ee99b1be0 -r 33682163dd6a misc/JBidwatcher/Makefile
--- a/misc/JBidwatcher/Makefile Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/JBidwatcher/Makefile Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:17 rodent Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/03 17:04:19 rillig Exp $
 #
 
 DISTNAME=      JBidwatcher-2.1.5
@@ -11,9 +11,9 @@
 COMMENT=       Software for eBay sniping, bidding and monitoring
 #LICENSE=      Creative Commons BY-NC-SA Amended
 
-WRKSRC=                ${WRKDIR}
-USE_JAVA=      run
-INSTALLATION_DIRS=      bin libexec/JBidwatcher
+WRKSRC=                        ${WRKDIR}
+USE_JAVA=              run
+INSTALLATION_DIRS=     bin libexec/JBidwatcher
 
 do-build:
        ${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher
diff -r e54ee99b1be0 -r 33682163dd6a misc/ascii/Makefile
--- a/misc/ascii/Makefile       Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/ascii/Makefile       Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/07/04 13:40:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/03 17:04:19 rillig Exp $
 #
 
 DISTNAME=      ascii-3.15
@@ -13,7 +13,7 @@
 USE_TOOLS=             gmake
 USE_LIBTOOL=           yes
 
-BUILD_TARGET=          ascii
+BUILD_TARGET=          ascii
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 
 SUBST_CLASSES+=                prefix
diff -r e54ee99b1be0 -r 33682163dd6a misc/asr-manpages/Makefile
--- a/misc/asr-manpages/Makefile        Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/asr-manpages/Makefile        Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/01 17:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/03 17:04:19 rillig Exp $
 #
 
 DISTNAME=      asr.pages
@@ -11,9 +11,9 @@
 #HOMEPAGE=     http://web.archive.org/web/2/www.winternet.com/~eric/sysadmin/manpages.html
 COMMENT=       Distribution of alt.sysadmin.recovery man page
 
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-DIST_SUBDIR=   ${PKGNAME_NOREV}
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+DIST_SUBDIR=           ${PKGNAME_NOREV}
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 ${PKGMANDIR}/man2 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
 
 do-install:
diff -r e54ee99b1be0 -r 33682163dd6a misc/astrolog/Makefile
--- a/misc/astrolog/Makefile    Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/astrolog/Makefile    Sun Nov 03 17:04:19 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2017/01/19 18:52:18 agc Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/03 17:04:19 rillig Exp $
 
 DISTNAME=      ast54unx
 PKGNAME=       astrolog-5.40
-PKGREVISION=     1
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://www.astrolog.org/ftp/ephem/
 MASTER_SITES+= http://www.astrolog.org/ftp/
@@ -13,9 +13,9 @@
 COMMENT=       Astrology program for X11 and alpha-numeric terminals
 LICENSE=       astrolog-license
 
-RESTRICTED=    Do not sell or profit from this software in any way
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+RESTRICTED=            Do not sell or profit from this software in any way
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 WRKSRC=                ${WRKDIR}
 EPHEM=         LRZ5_24 CHI_24 CPJV_24
diff -r e54ee99b1be0 -r 33682163dd6a misc/bottlerocket/Makefile
--- a/misc/bottlerocket/Makefile        Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/bottlerocket/Makefile        Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/12/26 23:43:52 mef Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/03 17:04:20 rillig Exp $
 
 DISTNAME=      bottlerocket-0.04c
 PKGREVISION=   1
@@ -14,8 +14,8 @@
 GNU_CONFIGURE= yes
 BUILD_TARGET=  br
 
-X10_PORT?=     ${DEFAULT_SERIAL_DEVICE}
-CONFIGURE_ARGS+=--with-x10port=${X10_PORT:Q}
-BUILD_DEFS+=   X10_PORT
+X10_PORT?=             ${DEFAULT_SERIAL_DEVICE}
+CONFIGURE_ARGS+=       --with-x10port=${X10_PORT:Q}
+BUILD_DEFS+=           X10_PORT
 
 .include "../../mk/bsd.pkg.mk"
diff -r e54ee99b1be0 -r 33682163dd6a misc/byobu/Makefile
--- a/misc/byobu/Makefile       Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/byobu/Makefile       Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:43 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 17:04:20 rillig Exp $
 
 BYOBUVER=      5.111
 DISTNAME=      byobu_${BYOBUVER}.orig
@@ -22,9 +22,9 @@
 REPLACE_BASH+= usr/lib/byobu/include/*
 REPLACE_BASH+= usr/share/byobu/tests/*
 
-REPLACE_PERL+= usr/lib/byobu/include/*
-REPLACE_PYTHON+=       usr/lib/byobu/include/*
-PYTHON_VERSIONS_ACCEPTED=       27 # py-newt
+REPLACE_PERL+=                 usr/lib/byobu/include/*
+REPLACE_PYTHON+=               usr/lib/byobu/include/*
+PYTHON_VERSIONS_ACCEPTED=      27 # py-newt
 
 EGDIR=                 share/examples/byobu
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/${EGDIR}
diff -r e54ee99b1be0 -r 33682163dd6a misc/chipmunk/Makefile
--- a/misc/chipmunk/Makefile    Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/chipmunk/Makefile    Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/08/01 17:40:14 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/03 17:04:20 rillig Exp $
 #
 
 DISTNAME=      chipmunk-1.4
@@ -15,9 +15,9 @@
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD"
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+.  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 MAKE_ENV+=     EXTRA_LIBS=-l${MACHINE_ARCH}
-.endif
+.  endif
 .endif
 
 INSTALLATION_DIRS=     sbin
diff -r e54ee99b1be0 -r 33682163dd6a misc/chordii/Makefile
--- a/misc/chordii/Makefile     Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/chordii/Makefile     Sun Nov 03 17:04:19 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2015/11/24 12:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/03 17:04:20 rillig Exp $
 
 DISTNAME=      chordii-4.5.3
 CATEGORIES=    misc
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=chordii/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=chordii/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Produce PS sheet-music from text input
-LICENSE=    gnu-gpl-v2 # or later
-GNU_CONFIGURE = yes
+LICENSE=       gnu-gpl-v2 # or later
+GNU_CONFIGURE =        yes
 
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 
diff -r e54ee99b1be0 -r 33682163dd6a misc/cksfv/Makefile
--- a/misc/cksfv/Makefile       Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/cksfv/Makefile       Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/12/12 10:44:10 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/03 17:04:20 rillig Exp $
 #
 
 DISTNAME=      cksfv-1.3.14
@@ -13,7 +13,7 @@
 
 INSTALLATION_DIRS=     share/doc/cksfv
 
-HAS_CONFIGURE= YES
+HAS_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 CONFIGURE_ARGS+=       --package-prefix=${DESTDIR:Q}
 CONFIGURE_ARGS+=       --mandir=${PREFIX:Q}/${PKGMANDIR}
diff -r e54ee99b1be0 -r 33682163dd6a misc/colortail/Makefile
--- a/misc/colortail/Makefile   Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/colortail/Makefile   Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/06/24 10:59:41 nia Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 17:04:20 rillig Exp $
 
 DISTNAME=      colortail-0.3.0
 CATEGORIES=    misc
@@ -10,8 +10,8 @@
 
 USE_LANGUAGES= c c++
 
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/examples/colortail
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/examples/colortail
 
diff -r e54ee99b1be0 -r 33682163dd6a misc/cuecat/Makefile
--- a/misc/cuecat/Makefile      Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/cuecat/Makefile      Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/08/01 16:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/03 17:04:20 rillig Exp $
 #
 
 DISTNAME=      cuecat-0.2.1
@@ -16,7 +16,7 @@
 # with both netbsd and linux.
 ONLY_FOR_PLATFORM=     NetBSD-*-*
 
-RESTRICTED=    Hardware manufacturer claims intellectual property infringement.
+RESTRICTED=            Hardware manufacturer claims intellectual property infringement.
 NO_SRC_ON_FTP=         ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
diff -r e54ee99b1be0 -r 33682163dd6a misc/deskbar-applet/Makefile
--- a/misc/deskbar-applet/Makefile      Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/deskbar-applet/Makefile      Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2019/09/02 13:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.124 2019/11/03 17:04:20 rillig Exp $
 
 DISTNAME=      deskbar-applet-2.32.0
 PKGREVISION=   62
@@ -22,8 +22,8 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-ORBit via py-gnome2, py-gtk2
 
-REPLACE_PYTHON=                deskbar/deskbar-applet.py
-PY_PATCHPLIST=                 yes
+REPLACE_PYTHON=        deskbar/deskbar-applet.py
+PY_PATCHPLIST= yes
 
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
 
diff -r e54ee99b1be0 -r 33682163dd6a misc/dialog/Makefile
--- a/misc/dialog/Makefile      Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/dialog/Makefile      Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2019/06/22 11:37:13 nia Exp $
+# $NetBSD: Makefile,v 1.87 2019/11/03 17:04:21 rillig Exp $
 
 DISTNAME=      dialog-1.3-20190211
 PKGNAME=       ${DISTNAME:C/-2/.2/}
@@ -11,9 +11,9 @@
 COMMENT=       Display dialog boxes from shell scripts
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= yes
-MAKE_FILE=     makefile
-USE_LIBTOOL=   yes
+GNU_CONFIGURE=         yes
+MAKE_FILE=             makefile
+USE_LIBTOOL=           yes
 CONFIGURE_ARGS+=       --with-libtool
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
diff -r e54ee99b1be0 -r 33682163dd6a misc/dose3/Makefile
--- a/misc/dose3/Makefile       Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/dose3/Makefile       Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/11/12 16:10:25 jaapb Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/03 17:04:21 rillig Exp $
 
 DISTNAME=      dose3-5.0.1
 PKGREVISION=   5
@@ -10,9 +10,9 @@
 COMMENT=       Package repository analysis toolkit
 LICENSE=       gnu-lgpl-v3
 
-GNU_CONFIGURE= yes
-USE_TOOLS+=    aclocal automake autoconf gmake pod2man
-MAKE_JOBS_SAFE=        no
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            aclocal automake autoconf gmake pod2man
+MAKE_JOBS_SAFE=                no
 OCAML_USE_FINDLIB=     yes
 
 .include "../../mk/ocaml.mk"
diff -r e54ee99b1be0 -r 33682163dd6a misc/ec2-api-tools/Makefile
--- a/misc/ec2-api-tools/Makefile       Sun Nov 03 14:05:52 2019 +0000
+++ b/misc/ec2-api-tools/Makefile       Sun Nov 03 17:04:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/08 09:57:20 asau Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/03 17:04:21 rillig Exp $



Home | Main Index | Thread Index | Old Index