Sun Nov 3 19:35:55 2019 UTC ()
meta-pkgs: align variable assignments

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

Manual correction in bulk-small: Some comments have been kept manually
since pkglint thinks they are shell commands, which is wrong.


(rillig)
diff -r1.24 -r1.25 pkgsrc/meta-pkgs/bulk-small/Makefile
diff -r1.18 -r1.19 pkgsrc/meta-pkgs/gnuradio/Makefile
diff -r1.26 -r1.27 pkgsrc/meta-pkgs/kde4/Makefile.kde4
diff -r1.8 -r1.9 pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -r1.5 -r1.6 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile
diff -r1.6 -r1.7 pkgsrc/meta-pkgs/ruby-redmine-themes/Makefile
diff -r1.7 -r1.8 pkgsrc/meta-pkgs/texlive-collection-context/Makefile
diff -r1.47 -r1.48 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/meta-pkgs/bulk-small/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-small/Makefile 2019/08/11 13:21:53 1.24
+++ pkgsrc/meta-pkgs/bulk-small/Makefile 2019/11/03 19:35:54 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.24 2019/08/11 13:21:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2019/11/03 19:35:54 rillig Exp $
2 2
3DISTNAME= bulk-small-20180101 3DISTNAME= bulk-small-20180101
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= meta-pkgs 5CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7DISTFILES= # empty 7DISTFILES= # empty
8 8
9MAINTAINER= dholland@NetBSD.org 9MAINTAINER= dholland@NetBSD.org
10COMMENT= Meta-package for a standard short limited bulk build 10COMMENT= Meta-package for a standard short limited bulk build
11 11
12META_PACKAGE= yes 12META_PACKAGE= yes
13 13
14RESTRICTED= Just for test build purpose 14RESTRICTED= Just for test build purpose
@@ -88,42 +88,42 @@ BUILD_DEPENDS+= bozohttpd-[0-9]*:../../w @@ -88,42 +88,42 @@ BUILD_DEPENDS+= bozohttpd-[0-9]*:../../w
88BUILD_DEPENDS+= curl-[0-9]*:../../www/curl 88BUILD_DEPENDS+= curl-[0-9]*:../../www/curl
89BUILD_DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite 89BUILD_DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite
90 90
91# 91#
92# 2. Base packages for the very popular languages that enormous 92# 2. Base packages for the very popular languages that enormous
93# numbers of other packages depend on. 93# numbers of other packages depend on.
94# 94#
95BUILD_DEPENDS+= perl>=5:../../lang/perl5 95BUILD_DEPENDS+= perl>=5:../../lang/perl5
96BUILD_DEPENDS+= python27-[0-9]*:../../lang/python27 96BUILD_DEPENDS+= python27-[0-9]*:../../lang/python27
97 97
98# 98#
99# 3. Archivers and build tools. 99# 3. Archivers and build tools.
100# 100#
101BUILD_DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar 101BUILD_DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar
102BUILD_DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2 102BUILD_DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2
103BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base 103BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
104BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 104BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
105BUILD_DEPENDS+= xz-[0-9]*:../../archivers/xz 105BUILD_DEPENDS+= xz-[0-9]*:../../archivers/xz
106BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip 106BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
107BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf 107BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
108BUILD_DEPENDS+= automake-[0-9]*:../../devel/automake 108BUILD_DEPENDS+= automake-[0-9]*:../../devel/automake
109BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison 109BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
110BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex 110BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
111BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake 111BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake
112BUILD_DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base 112BUILD_DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
113BUILD_DEPENDS+= m4-[0-9]*:../../devel/m4 113BUILD_DEPENDS+= m4-[0-9]*:../../devel/m4
114BUILD_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config 114BUILD_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config
115#BUILD_DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi 115#BUILD_DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi
116BUILD_DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup 116BUILD_DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup
117 117
118.include "../../mk/bsd.prefs.mk" 118.include "../../mk/bsd.prefs.mk"
119 119
120.if ${X11_TYPE} == "native" 120.if ${X11_TYPE} == "native"
121BUILD_DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links 121BUILD_DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links
122.endif 122.endif
123 123
124# 124#
125# 4. Core widely-used libraries. 125# 4. Core widely-used libraries.
126# 126#
127BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv 127BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
128BUILD_DEPENDS+= db4-[0-9]*:../../databases/db4 128BUILD_DEPENDS+= db4-[0-9]*:../../databases/db4
129BUILD_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm 129BUILD_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm

cvs diff -r1.18 -r1.19 pkgsrc/meta-pkgs/gnuradio/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnuradio/Makefile 2017/01/13 22:03:35 1.18
+++ pkgsrc/meta-pkgs/gnuradio/Makefile 2019/11/03 19:35:55 1.19
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.18 2017/01/13 22:03:35 mef Exp $ 1# $NetBSD: Makefile,v 1.19 2019/11/03 19:35:55 rillig Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "../../ham/gnuradio-core/Makefile.version" 5.include "../../ham/gnuradio-core/Makefile.version"
6 6
7DISTNAME= gnuradio-${VERSION} 7DISTNAME= gnuradio-${VERSION}
8CATEGORIES= meta-pkgs ham 8CATEGORIES= meta-pkgs ham
9MASTER_SITES= # empty 9MASTER_SITES= # empty
10DISTFILES= # empty 10DISTFILES= # empty
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://www.gnu.org/software/gnuradio/ 14HOMEPAGE= http://www.gnu.org/software/gnuradio/
15COMMENT= Collection of GNU Radio (meta package, easy to install whole thing) 15COMMENT= Collection of GNU Radio (meta package, easy to install whole thing)
16 16
17# 20 package for now 17# 20 package for now
18DEPENDS+= gnuradio-atsc-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-atsc 18DEPENDS+= gnuradio-atsc-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-atsc
19DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels 19DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels
20DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion 20DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion

cvs diff -r1.26 -r1.27 pkgsrc/meta-pkgs/kde4/Makefile.kde4 (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/kde4/Makefile.kde4 2018/06/08 12:42:13 1.26
+++ pkgsrc/meta-pkgs/kde4/Makefile.kde4 2019/11/03 19:35:55 1.27
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile.kde4,v 1.26 2018/06/08 12:42:13 he Exp $ 1# $NetBSD: Makefile.kde4,v 1.27 2019/11/03 19:35:55 rillig Exp $
2# 2#
3# This Makefile fragment is included at the top of package Makefiles for 3# This Makefile fragment is included at the top of package Makefiles for
4# KDE4-distributed packages (they all share common configure and build 4# KDE4-distributed packages (they all share common configure and build
5# settings). 5# settings).
6 6
7CATEGORIES+= kde 7CATEGORIES+= kde
8_KDE_VERSION= 4.14.3 8_KDE_VERSION= 4.14.3
9MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.14.3/src/kde-l10n/} 9MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.14.3/src/kde-l10n/}
10MASTER_SITES?= ${MASTER_SITE_KDE:=4.14.3/src/} 10MASTER_SITES?= ${MASTER_SITE_KDE:=4.14.3/src/}
11EXTRACT_SUFX?= .tar.xz 11EXTRACT_SUFX?= .tar.xz
12EXTRACT_USING= gtar 12EXTRACT_USING= gtar
13 13
14MAINTAINER?= markd@NetBSD.org 14MAINTAINER?= markd@NetBSD.org
15HOMEPAGE?= http://www.kde.org/ 15HOMEPAGE?= http://www.kde.org/
16LICENSE?= gnu-gpl-v2 AND gnu-lgpl-v2 16LICENSE?= gnu-gpl-v2 AND gnu-lgpl-v2
17 17
18BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 18BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
19TOOLS_DEPENDS.cmake= cmake>=2.8.12:../../devel/cmake 19TOOLS_DEPENDS.cmake= cmake>=2.8.12:../../devel/cmake
20 20
21USE_TOOLS+= pkg-config perl 21USE_TOOLS+= pkg-config perl
22USE_LANGUAGES= c gnu++03 22USE_LANGUAGES= c gnu++03
23USE_CMAKE= yes 23USE_CMAKE= yes
24CMAKE_ARG_PATH= .. 24CMAKE_ARG_PATH= ..
25CONFIGURE_DIRS= _KDE_build 25CONFIGURE_DIRS= _KDE_build
26 26
27# eventually allow CMAKE_BUILD_TYPE to be overridden 27# eventually allow CMAKE_BUILD_TYPE to be overridden
28# set for current default 28# set for current default
29TARGET_NAME= relwithdebinfo 29TARGET_NAME= relwithdebinfo
30PLIST_SUBST+= TARGET=${TARGET_NAME} 30PLIST_SUBST+= TARGET=${TARGET_NAME}
31 31
32pre-configure: 32pre-configure:
33 ${MKDIR} ${WRKSRC}/_KDE_build 33 ${MKDIR} ${WRKSRC}/_KDE_build

cvs diff -r1.8 -r1.9 pkgsrc/meta-pkgs/py-tryton-platform/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile 2019/09/02 13:20:21 1.8
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile 2019/11/03 19:35:55 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:21 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2019/11/03 19:35:55 rillig Exp $
2# 2#
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} 4PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
5.include "../../devel/py-trytond/Makefile.common" 5.include "../../devel/py-trytond/Makefile.common"
6 6
7CATEGORIES= meta-pkgs python 7CATEGORIES= meta-pkgs python
8MASTER_SITES= # empty 8MASTER_SITES= # empty
9DISTFILES= # empty 9DISTFILES= # empty
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13COMMENT= Install complete tryton client/server platform 13COMMENT= Install complete tryton client/server platform
14 14
@@ -116,16 +116,16 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-p @@ -116,16 +116,16 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-p
116DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-product-location 116DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-product-location
117DEPENDS+= ${PYPKGPREFIX}-trytond-stock-split>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-split 117DEPENDS+= ${PYPKGPREFIX}-trytond-stock-split>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-split
118DEPENDS+= ${PYPKGPREFIX}-trytond-authentication-sms>=${TRYTON_BASEVER}:../../security/py-trytond-authentication-sms 118DEPENDS+= ${PYPKGPREFIX}-trytond-authentication-sms>=${TRYTON_BASEVER}:../../security/py-trytond-authentication-sms
119DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-classification>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-classification 119DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-classification>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-classification
120DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-scheduling>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-scheduling 120DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-scheduling>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-scheduling
121DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-todo>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-todo 121DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-todo>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-todo
122DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar 122DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
123DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time>=${TRYTON_BASEVER}:../../time/py-trytond-company-work-time 123DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time>=${TRYTON_BASEVER}:../../time/py-trytond-company-work-time
124DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet-cost>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet-cost 124DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet-cost>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet-cost
125DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet 125DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet
126DEPENDS+= ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user 126DEPENDS+= ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user
127DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav 127DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav
128 128
129PYTHON_VERSIONS_ACCEPTED= 27 # py-simplesoap via py-stdnum and py-trytond-bank 129PYTHON_VERSIONS_ACCEPTED= 27 # py-simplesoap via py-stdnum and py-trytond-bank
130 130
131.include "../../mk/bsd.pkg.mk" 131.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile 2017/09/30 15:48:42 1.5
+++ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile 2019/11/03 19:35:55 1.6
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.5 2017/09/30 15:48:42 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2019/11/03 19:35:55 rillig Exp $
2 2
3DISTNAME= redmine-plugins-1.2.0 3DISTNAME= redmine-plugins-1.2.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= devel meta-pkgs 5CATEGORIES= devel meta-pkgs
6MASTER_SITES= # blank 6MASTER_SITES= # blank
7DISTFILES= # blank 7DISTFILES= # blank
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.redmine.org/ 10HOMEPAGE= http://www.redmine.org/
11COMMENT= Redmine plugins meta package 11COMMENT= Redmine plugins meta package
12 12
13DEPENDS+= ${RUBY_PKGPREFIX}-redmine_code_review-[0-9]*:../../devel/ruby-redmine_code_review 13DEPENDS+= ${RUBY_PKGPREFIX}-redmine_code_review-[0-9]*:../../devel/ruby-redmine_code_review
14DEPENDS+= ${RUBY_PKGPREFIX}-redmine_jenkins-[0-9]*:../../devel/ruby-redmine_jenkins 14DEPENDS+= ${RUBY_PKGPREFIX}-redmine_jenkins-[0-9]*:../../devel/ruby-redmine_jenkins
15DEPENDS+= ${RUBY_PKGPREFIX}-redmine_lightbox2-[0-9]*:../../devel/ruby-redmine_lightbox2 15DEPENDS+= ${RUBY_PKGPREFIX}-redmine_lightbox2-[0-9]*:../../devel/ruby-redmine_lightbox2
16DEPENDS+= ${RUBY_PKGPREFIX}-redmine_startpage-[0-9]*:../../devel/ruby-redmine_startpage 16DEPENDS+= ${RUBY_PKGPREFIX}-redmine_startpage-[0-9]*:../../devel/ruby-redmine_startpage
17DEPENDS+= ${RUBY_PKGPREFIX}-redmine_theme_changer-[0-9]*:../../devel/ruby-redmine_theme_changer 17DEPENDS+= ${RUBY_PKGPREFIX}-redmine_theme_changer-[0-9]*:../../devel/ruby-redmine_theme_changer
18DEPENDS+= ${RUBY_PKGPREFIX}-redmine_work_time-[0-9]*:../../devel/ruby-redmine_work_time 18DEPENDS+= ${RUBY_PKGPREFIX}-redmine_work_time-[0-9]*:../../devel/ruby-redmine_work_time
19 19
20META_PACKAGE= yes 20META_PACKAGE= yes
21MESSAGE_SRC+= ${.CURDIR}/MESSAGE.common ${.CURDIR}/MESSAGE 21MESSAGE_SRC+= ${.CURDIR}/MESSAGE.common ${.CURDIR}/MESSAGE
22RUBY_VERSIONS_ACCEPTED= 22 22RUBY_VERSIONS_ACCEPTED= 22
23 23
24.include "../../lang/ruby/rubyversion.mk" 24.include "../../lang/ruby/rubyversion.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/meta-pkgs/ruby-redmine-themes/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/ruby-redmine-themes/Makefile 2017/09/30 15:48:42 1.6
+++ pkgsrc/meta-pkgs/ruby-redmine-themes/Makefile 2019/11/03 19:35:55 1.7
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.6 2017/09/30 15:48:42 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2019/11/03 19:35:55 rillig Exp $
2 2
3DISTNAME= redmine-themes-1.3.0 3DISTNAME= redmine-themes-1.3.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= devel meta-pkgs 5CATEGORIES= devel meta-pkgs
6MASTER_SITES= # blank 6MASTER_SITES= # blank
7DISTFILES= # blank 7DISTFILES= # blank
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.redmine.org/ 10HOMEPAGE= http://www.redmine.org/
11COMMENT= Redmine themes meta package 11COMMENT= Redmine themes meta package
12 12
13DEPENDS+= ${RUBY_PKGPREFIX}-redmine-flatly-light-theme-[0-9]*:../../devel/ruby-redmine-flatly-light-theme 13DEPENDS+= ${RUBY_PKGPREFIX}-redmine-flatly-light-theme-[0-9]*:../../devel/ruby-redmine-flatly-light-theme
14DEPENDS+= ${RUBY_PKGPREFIX}-redmine-gitmike-theme-[a-z0-9]*:../../devel/ruby-redmine-gitmike-theme 14DEPENDS+= ${RUBY_PKGPREFIX}-redmine-gitmike-theme-[a-z0-9]*:../../devel/ruby-redmine-gitmike-theme
15DEPENDS+= ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-[0-9]*:../../devel/ruby-redmine-minimalflat-theme 15DEPENDS+= ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-[0-9]*:../../devel/ruby-redmine-minimalflat-theme
16DEPENDS+= ${RUBY_PKGPREFIX}-redmine-red-andy-theme-[0-9]*:../../devel/ruby-redmine-red-andy-theme 16DEPENDS+= ${RUBY_PKGPREFIX}-redmine-red-andy-theme-[0-9]*:../../devel/ruby-redmine-red-andy-theme
17 17
18META_PACKAGE= yes 18META_PACKAGE= yes
19RUBY_VERSIONS_ACCEPTED= 22 19RUBY_VERSIONS_ACCEPTED= 22
20 20
21.include "../../lang/ruby/rubyversion.mk" 21.include "../../lang/ruby/rubyversion.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/meta-pkgs/texlive-collection-context/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/texlive-collection-context/Makefile 2019/05/15 11:42:53 1.7
+++ pkgsrc/meta-pkgs/texlive-collection-context/Makefile 2019/11/03 19:35:55 1.8
@@ -1,56 +1,56 @@ @@ -1,56 +1,56 @@
1# $NetBSD: Makefile,v 1.7 2019/05/15 11:42:53 markd Exp $ 1# $NetBSD: Makefile,v 1.8 2019/11/03 19:35:55 rillig Exp $
2 2
3DISTNAME= collection-context 3DISTNAME= collection-context
4PKGNAME= texlive-${DISTNAME}-2019pre1 4PKGNAME= texlive-${DISTNAME}-2019pre1
5CATEGORIES= meta-pkgs 5CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7TEXLIVE_REV= 47139 7TEXLIVE_REV= 47139
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.tug.org/texlive/ 10HOMEPAGE= http://www.tug.org/texlive/
11COMMENT= ConTeXt and packages 11COMMENT= ConTeXt and packages
12 12
13DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic 13DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
14 14
15DEPENDS+= tex-context-[0-9]*:../../print/tex-context 15DEPENDS+= tex-context-[0-9]*:../../print/tex-context
16DEPENDS+= tex-jmn-[0-9]*:../../fonts/tex-jmn 16DEPENDS+= tex-jmn-[0-9]*:../../fonts/tex-jmn
17DEPENDS+= tex-context-account-[0-9]*:../../print/tex-context-account 17DEPENDS+= tex-context-account-[0-9]*:../../print/tex-context-account
18DEPENDS+= tex-context-algorithmic-[0-9]*:../../print/tex-context-algorithmic 18DEPENDS+= tex-context-algorithmic-[0-9]*:../../print/tex-context-algorithmic
19DEPENDS+= tex-context-animation-[0-9]*:../../print/tex-context-animation 19DEPENDS+= tex-context-animation-[0-9]*:../../print/tex-context-animation
20DEPENDS+= tex-context-annotation-[0-9]*:../../print/tex-context-annotation 20DEPENDS+= tex-context-annotation-[0-9]*:../../print/tex-context-annotation
21DEPENDS+= tex-context-bnf-[0-9]*:../../print/tex-context-bnf 21DEPENDS+= tex-context-bnf-[0-9]*:../../print/tex-context-bnf
22DEPENDS+= tex-context-chromato-[0-9]*:../../print/tex-context-chromato 22DEPENDS+= tex-context-chromato-[0-9]*:../../print/tex-context-chromato
23# depend context-cmscbf 23# depend context-cmscbf
24# depend context-cmttbf 24# depend context-cmttbf
25DEPENDS+= tex-context-construction-plan-[0-9]*:../../print/tex-context-construction-plan 25DEPENDS+= tex-context-construction-plan-[0-9]*:../../print/tex-context-construction-plan
26DEPENDS+= tex-context-cyrillicnumbers-[0-9]*:../../print/tex-context-cyrillicnumbers 26DEPENDS+= tex-context-cyrillicnumbers-[0-9]*:../../print/tex-context-cyrillicnumbers
27DEPENDS+= tex-context-degrade-[0-9]*:../../print/tex-context-degrade 27DEPENDS+= tex-context-degrade-[0-9]*:../../print/tex-context-degrade
28DEPENDS+= tex-context-fancybreak-[0-9]*:../../print/tex-context-fancybreak 28DEPENDS+= tex-context-fancybreak-[0-9]*:../../print/tex-context-fancybreak
29DEPENDS+= tex-context-filter-[0-9]*:../../print/tex-context-filter 29DEPENDS+= tex-context-filter-[0-9]*:../../print/tex-context-filter
30DEPENDS+= tex-context-french-[0-9]*:../../print/tex-context-french 30DEPENDS+= tex-context-french-[0-9]*:../../print/tex-context-french
31DEPENDS+= tex-context-fullpage-[0-9]*:../../print/tex-context-fullpage 31DEPENDS+= tex-context-fullpage-[0-9]*:../../print/tex-context-fullpage
32DEPENDS+= tex-context-gantt-[0-9]*:../../print/tex-context-gantt 32DEPENDS+= tex-context-gantt-[0-9]*:../../print/tex-context-gantt
33DEPENDS+= tex-context-gnuplot-[0-9]*:../../print/tex-context-gnuplot 33DEPENDS+= tex-context-gnuplot-[0-9]*:../../print/tex-context-gnuplot
34# depend context-handlecsv 34# depend context-handlecsv
35# depend context-inifile 35# depend context-inifile
36# depend context-layout 36# depend context-layout
37DEPENDS+= tex-context-letter-[0-9]*:../../print/tex-context-letter 37DEPENDS+= tex-context-letter-[0-9]*:../../print/tex-context-letter
38DEPENDS+= tex-context-lettrine-[0-9]*:../../print/tex-context-lettrine 38DEPENDS+= tex-context-lettrine-[0-9]*:../../print/tex-context-lettrine
39DEPENDS+= tex-context-mathsets-[0-9]*:../../print/tex-context-mathsets 39DEPENDS+= tex-context-mathsets-[0-9]*:../../print/tex-context-mathsets
40# only a doc package exists 40# only a doc package exists
41#DEPENDS+= tex-context-notes-zh-cn-[0-9]*:../../print/tex-context-notes-zh-cn 41#DEPENDS+= tex-context-notes-zh-cn-[0-9]*:../../print/tex-context-notes-zh-cn
42DEPENDS+= tex-context-rst-[0-9]*:../../print/tex-context-rst 42DEPENDS+= tex-context-rst-[0-9]*:../../print/tex-context-rst
43DEPENDS+= tex-context-ruby-[0-9]*:../../print/tex-context-ruby 43DEPENDS+= tex-context-ruby-[0-9]*:../../print/tex-context-ruby
44DEPENDS+= tex-context-simplefonts-[0-9]*:../../print/tex-context-simplefonts 44DEPENDS+= tex-context-simplefonts-[0-9]*:../../print/tex-context-simplefonts
45DEPENDS+= tex-context-simpleslides-[0-9]*:../../print/tex-context-simpleslides 45DEPENDS+= tex-context-simpleslides-[0-9]*:../../print/tex-context-simpleslides
46DEPENDS+= tex-context-title-[0-9]*:../../print/tex-context-title 46DEPENDS+= tex-context-title-[0-9]*:../../print/tex-context-title
47DEPENDS+= tex-context-transliterator-[0-9]*:../../print/tex-context-transliterator 47DEPENDS+= tex-context-transliterator-[0-9]*:../../print/tex-context-transliterator
48DEPENDS+= tex-context-typearea-[0-9]*:../../print/tex-context-typearea 48DEPENDS+= tex-context-typearea-[0-9]*:../../print/tex-context-typearea
49DEPENDS+= tex-context-typescripts-[0-9]*:../../print/tex-context-typescripts 49DEPENDS+= tex-context-typescripts-[0-9]*:../../print/tex-context-typescripts
50DEPENDS+= tex-context-vim-[0-9]*:../../print/tex-context-vim 50DEPENDS+= tex-context-vim-[0-9]*:../../print/tex-context-vim
51DEPENDS+= tex-context-visualcounter-[0-9]*:../../print/tex-context-visualcounter 51DEPENDS+= tex-context-visualcounter-[0-9]*:../../print/tex-context-visualcounter
52# depend npp-for-context 52# depend npp-for-context
53 53
54META_PACKAGE= yes 54META_PACKAGE= yes
55 55
56.include "../../mk/bsd.pkg.mk" 56.include "../../mk/bsd.pkg.mk"

cvs diff -r1.47 -r1.48 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile 2019/08/13 20:55:15 1.47
+++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile 2019/11/03 19:35:55 1.48
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.47 2019/08/13 20:55:15 markd Exp $ 1# $NetBSD: Makefile,v 1.48 2019/11/03 19:35:55 rillig Exp $
2 2
3DISTNAME= collection-latexextra 3DISTNAME= collection-latexextra
4PKGNAME= texlive-${DISTNAME}-2019pre4 4PKGNAME= texlive-${DISTNAME}-2019pre4
5CATEGORIES= meta-pkgs 5CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7TEXLIVE_REV= 51779 7TEXLIVE_REV= 51779
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.tug.org/texlive/ 10HOMEPAGE= http://www.tug.org/texlive/
11COMMENT= LaTeX additional packages 11COMMENT= LaTeX additional packages
12 12
13DEPENDS+= texlive-collection-latexrecommended-[0-9]*:../../meta-pkgs/texlive-collection-latexrecommended 13DEPENDS+= texlive-collection-latexrecommended-[0-9]*:../../meta-pkgs/texlive-collection-latexrecommended
14DEPENDS+= texlive-collection-pictures-[0-9]*:../../meta-pkgs/texlive-collection-pictures 14DEPENDS+= texlive-collection-pictures-[0-9]*:../../meta-pkgs/texlive-collection-pictures
15 15
16DEPENDS+= tex-2up-[0-9]*:../../print/tex-2up 16DEPENDS+= tex-2up-[0-9]*:../../print/tex-2up
17# depend ESIEEcv 17# depend ESIEEcv
18# depend GS1 18# depend GS1
19# depend HA-prosper 19# depend HA-prosper
20# depend Tabbing 20# depend Tabbing
21DEPENDS+= tex-a0poster-[0-9]*:../../print/tex-a0poster 21DEPENDS+= tex-a0poster-[0-9]*:../../print/tex-a0poster
22DEPENDS+= tex-a4wide-[0-9]*:../../print/tex-a4wide 22DEPENDS+= tex-a4wide-[0-9]*:../../print/tex-a4wide
23DEPENDS+= tex-a5comb-[0-9]*:../../print/tex-a5comb 23DEPENDS+= tex-a5comb-[0-9]*:../../print/tex-a5comb
24# depend abraces 24# depend abraces
25DEPENDS+= tex-abstract-[0-9]*:../../print/tex-abstract 25DEPENDS+= tex-abstract-[0-9]*:../../print/tex-abstract
26# depend achemso 26# depend achemso
27# depend acro 27# depend acro