Received: by mail.netbsd.org (Postfix, from userid 605) id EA5F48501A; Wed, 10 Jan 2024 16:54:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2625C84F81 for ; Wed, 10 Jan 2024 16:54:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id k_Iwma6IiKtx for ; Wed, 10 Jan 2024 16:54:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 751E084F7D for ; Wed, 10 Jan 2024 16:54:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D704FA42; Wed, 10 Jan 2024 16:54:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170490565542890" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 16:54:15 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/p5-Qmail-Deliverable To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240110165415.6D704FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170490565542890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jan 10 16:54:15 UTC 2024 Modified Files: pkgsrc/mail/p5-Qmail-Deliverable: Makefile Log Message: p5-Qmail-Deliverable: add perl5 to CATEGORIES, unset USE_LANGUAGES. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/p5-Qmail-Deliverable/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170490565542890 Content-Disposition: inline Content-Length: 903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Qmail-Deliverable/Makefile diff -u pkgsrc/mail/p5-Qmail-Deliverable/Makefile:1.1 pkgsrc/mail/p5-Qmail-Deliverable/Makefile:1.2 --- pkgsrc/mail/p5-Qmail-Deliverable/Makefile:1.1 Wed Jan 10 11:51:45 2024 +++ pkgsrc/mail/p5-Qmail-Deliverable/Makefile Wed Jan 10 16:54:15 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2024/01/10 11:51:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2024/01/10 16:54:15 schmonz Exp $ DISTNAME= Qmail-Deliverable-1.07 PKGNAME= p5-${DISTNAME} -CATEGORIES= mail +CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JU/JUERD/} MAINTAINER= schmonz@NetBSD.org @@ -10,6 +10,7 @@ HOMEPAGE= https://metacpan.org/pod/Qmai COMMENT= Deliverability check daemon for qmail LICENSE= public-domain +USE_LANGUAGES= # none PERL5_PACKLIST= auto/Qmail/Deliverable/.packlist SUBST_CLASSES+= varqmail --_----------=_170490565542890--