Fri Mar 11 07:39:25 2022 UTC ()
bulk-test-boost: +quassel


(nia)
diff -r1.9 -r1.10 pkgsrc/meta-pkgs/bulk-test-boost/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/meta-pkgs/bulk-test-boost/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-boost/Makefile 2021/11/12 16:18:46 1.9
+++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile 2022/03/11 07:39:25 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2021/11/12 16:18:46 nia Exp $ 1# $NetBSD: Makefile,v 1.10 2022/03/11 07:39:25 nia Exp $
2 2
3DISTNAME= bulk-test-boost-20211112 3DISTNAME= bulk-test-boost-20220311
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9COMMENT= Meta-package for testing Boost 9COMMENT= Meta-package for testing Boost
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purposes 13RESTRICTED= Just for test build purposes
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
16 16
@@ -39,22 +39,23 @@ BUILD_DEPENDS+= librecad-[0-9]*:../../c @@ -39,22 +39,23 @@ BUILD_DEPENDS+= librecad-[0-9]*:../../c
39BUILD_DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice 39BUILD_DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice
40BUILD_DEPENDS+= mongodb-[0-9]*:../../databases/mongodb 40BUILD_DEPENDS+= mongodb-[0-9]*:../../databases/mongodb
41BUILD_DEPENDS+= mumble-[0-9]*:../../chat/mumble 41BUILD_DEPENDS+= mumble-[0-9]*:../../chat/mumble
42BUILD_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd 42BUILD_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd
43BUILD_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server 43BUILD_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server
44BUILD_DEPENDS+= ncmpc-[0-9]*:../../audio/ncmpc 44BUILD_DEPENDS+= ncmpc-[0-9]*:../../audio/ncmpc
45BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp 45BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp
46BUILD_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql 46BUILD_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql
47BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad 47BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad
48BUILD_DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib 48BUILD_DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib
49BUILD_DEPENDS+= powerdns-[0-9]*:../../net/powerdns 49BUILD_DEPENDS+= powerdns-[0-9]*:../../net/powerdns
50BUILD_DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor 50BUILD_DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor
51BUILD_DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent 51BUILD_DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent
 52BUILD_DEPENDS+= quassel-[0-9]*:../../chat/quassel
52BUILD_DEPENDS+= scribus>=1.5:../../print/scribus-qt5 53BUILD_DEPENDS+= scribus>=1.5:../../print/scribus-qt5
53BUILD_DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight 54BUILD_DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight
54BUILD_DEPENDS+= strawberry-[0-9]*:../../audio/strawberry 55BUILD_DEPENDS+= strawberry-[0-9]*:../../audio/strawberry
55BUILD_DEPENDS+= tcpflow-[0-9]*:../../net/tcpflow 56BUILD_DEPENDS+= tcpflow-[0-9]*:../../net/tcpflow
56BUILD_DEPENDS+= ugrep-[0-9]*:../../textproc/ugrep 57BUILD_DEPENDS+= ugrep-[0-9]*:../../textproc/ugrep
57BUILD_DEPENDS+= xsd-[0-9]*:../../devel/xsd 58BUILD_DEPENDS+= xsd-[0-9]*:../../devel/xsd
58BUILD_DEPENDS+= znc-[0-9]*:../../chat/znc 59BUILD_DEPENDS+= znc-[0-9]*:../../chat/znc
59 60
60.include "../../mk/bsd.pkg.mk" 61.include "../../mk/bsd.pkg.mk"