pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/540eeac18d0d
branches:  trunk
changeset: 343385:540eeac18d0d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 03 11:04:16 2019 +0000

description:
mbone: align variable assignments

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

No manual corrections.

diffstat:

 mbone/beacon/Makefile    |  4 ++--
 mbone/vic-devel/Makefile |  4 ++--
 mbone/vic/Makefile       |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r e04a9384ff32 -r 540eeac18d0d mbone/beacon/Makefile
--- a/mbone/beacon/Makefile     Sun Nov 03 11:04:08 2019 +0000
+++ b/mbone/beacon/Makefile     Sun Nov 03 11:04:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:21:53 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/03 11:04:16 rillig Exp $
 #
 
 DISTNAME=      beacon-1.3
@@ -11,7 +11,7 @@
 COMMENT=       Multicast supervision tool
 LICENSE=       modified-bsd
 
-GNU_CONFIGURE= YES
+GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/share/examples/beacon
 
 USE_TOOLS+=    tar patch perl
diff -r e04a9384ff32 -r 540eeac18d0d mbone/vic-devel/Makefile
--- a/mbone/vic-devel/Makefile  Sun Nov 03 11:04:08 2019 +0000
+++ b/mbone/vic-devel/Makefile  Sun Nov 03 11:04:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/07/18 00:06:21 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/03 11:04:17 rillig Exp $
 
 DISTNAME=      vic-2.8ucl1.4.0beta-4337
 PKGNAME=       vic-devel-2.8.1.4.0beta.4337
@@ -24,7 +24,7 @@
 WRKSRC=                ${WRKDIR}/vic-mpeg4
 GNU_CONFIGURE= yes
 
-USE_LANGUAGES= c gnu++03
+USE_LANGUAGES=         c gnu++03
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
diff -r e04a9384ff32 -r 540eeac18d0d mbone/vic/Makefile
--- a/mbone/vic/Makefile        Sun Nov 03 11:04:08 2019 +0000
+++ b/mbone/vic/Makefile        Sun Nov 03 11:04:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/03/12 11:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/03 11:04:16 rillig Exp $
 
 DISTNAME=      vicsrc-2.8
 PKGNAME=       ${DISTNAME:S/src//}
@@ -22,7 +22,7 @@
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE= yes
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}



Home | Main Index | Thread Index | Old Index