Fri May 10 17:38:53 2024 UTC (26d)
bulk-test-python27: add offlineimap


(wiz)
diff -r1.5 -r1.6 pkgsrc/meta-pkgs/bulk-test-python27/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/meta-pkgs/bulk-test-python27/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-python27/Makefile 2024/05/10 10:57:43 1.5
+++ pkgsrc/meta-pkgs/bulk-test-python27/Makefile 2024/05/10 17:38:53 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2024/05/10 10:57:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2024/05/10 17:38:53 wiz Exp $
2 2
3DISTNAME= bulk-test-python27-20240510 3DISTNAME= bulk-test-python27-20240510
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= pksrc-users@NetBSD.org 8MAINTAINER= pksrc-users@NetBSD.org
9COMMENT= Meta-package for testing python 2.7 9COMMENT= Meta-package for testing python 2.7
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}
@@ -18,20 +18,21 @@ NO_BIN_ON_FTP= ${RESTRICTED} @@ -18,20 +18,21 @@ NO_BIN_ON_FTP= ${RESTRICTED}
18# - it might break if python27 went missing 18# - it might break if python27 went missing
19# - some user might care 19# - some user might care
20# 20#
21# We intentionally exclude "someone might have a private python 2.7 codebase that 21# We intentionally exclude "someone might have a private python 2.7 codebase that
22# wants to use this as a dependency". 22# wants to use this as a dependency".
23 23
24 24
25DEPENDS+= python27-[0-9]*:../../lang/python27 25DEPENDS+= python27-[0-9]*:../../lang/python27
26 26
27DEPENDS+= articfox-[0-9]*:../../www/arcticfox 27DEPENDS+= articfox-[0-9]*:../../www/arcticfox
28DEPENDS+= getmail<6:../../mail/getmail 28DEPENDS+= getmail<6:../../mail/getmail
29DEPENDS+= gimp-[0-9]*:../../graphics/gimp 29DEPENDS+= gimp-[0-9]*:../../graphics/gimp
30DEPENDS+= mailman<3:../../mail/mailman 30DEPENDS+= mailman<3:../../mail/mailman
 31DEPENDS+= offlineimap-[0-9]*:../../mail/offlineimap
31DEPENDS+= mongodb-[0-9]*:../../databases/mongodb3 32DEPENDS+= mongodb-[0-9]*:../../databases/mongodb3
32DEPENDS+= rdiff-backup-[0-9]*:../../sysutils/rdiff-backup 33DEPENDS+= rdiff-backup-[0-9]*:../../sysutils/rdiff-backup
33 34
34# does not support Python 3 yet 35# does not support Python 3 yet
35DEPENDS+= py27-moin-[0-9]*:../../www/py-moin 36DEPENDS+= py27-moin-[0-9]*:../../www/py-moin
36 37
37.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"