Received: by mail.netbsd.org (Postfix, from userid 605) id 988F684D93; Sun, 28 Apr 2019 06:59:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DAB084D90 for ; Sun, 28 Apr 2019 06:59:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FytSUuHr8Yj1 for ; Sun, 28 Apr 2019 06:59:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6CC2C84D48 for ; Sun, 28 Apr 2019 06:59:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67CDCFB16; Sun, 28 Apr 2019 06:59:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155643479293100" MIME-Version: 1.0 Date: Sun, 28 Apr 2019 06:59:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-medium To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190428065952.67CDCFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155643479293100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 28 06:59:52 UTC 2019 Modified Files: pkgsrc/meta-pkgs/bulk-medium: Makefile Log Message: bulk-medium: switch from removed python35 to 37. bump version To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/bulk-medium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155643479293100 Content-Disposition: inline Content-Length: 1050 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-medium/Makefile diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.54 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.55 --- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.54 Fri Apr 26 13:14:04 2019 +++ pkgsrc/meta-pkgs/bulk-medium/Makefile Sun Apr 28 06:59:52 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2019/04/26 13:14:04 maya Exp $ +# $NetBSD: Makefile,v 1.55 2019/04/28 06:59:52 wiz Exp $ -DISTNAME= bulk-medium-20190414 -PKGREVISION= 1 +DISTNAME= bulk-medium-20190428 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -89,7 +88,7 @@ BUILD_DEPENDS+= sun-jdk6-[0-9]*:../../la BUILD_DEPENDS+= sun-jre6-[0-9]*:../../lang/sun-jre6 BUILD_DEPENDS+= openjdk7-[0-9]*:../../lang/openjdk7 BUILD_DEPENDS+= openjdk8-[0-9]*:../../lang/openjdk8 -BUILD_DEPENDS+= python35-[0-9]*:../../lang/python35 +BUILD_DEPENDS+= python37-[0-9]*:../../lang/python37 BUILD_DEPENDS+= tcl-[0-9]*:../../lang/tcl BUILD_DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail BUILD_DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw --_----------=_155643479293100--