Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F1A697A1FB for ; Sat, 11 Mar 2017 23:28:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9ED508561E; Sat, 11 Mar 2017 23:28:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E90085610 for ; Sat, 11 Mar 2017 23:28:59 +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 Chmok_umH-3K for ; Sat, 11 Mar 2017 23:28:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 908B98557D for ; Sat, 11 Mar 2017 23:28:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C139EFBE4; Sat, 11 Mar 2017 23:28:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148927493441420" MIME-Version: 1.0 Date: Sat, 11 Mar 2017 23:28:54 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/rt3 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170311232854.C139EFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148927493441420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Mar 11 23:28:54 UTC 2017 Modified Files: pkgsrc/devel/rt3: Makefile Log Message: rt3 needs libapreq, not libapreq2. so no ap24 (yet) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/rt3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148927493441420 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/rt3/Makefile diff -u pkgsrc/devel/rt3/Makefile:1.61 pkgsrc/devel/rt3/Makefile:1.62 --- pkgsrc/devel/rt3/Makefile:1.61 Sat Mar 11 23:26:32 2017 +++ pkgsrc/devel/rt3/Makefile Sat Mar 11 23:28:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2017/03/11 23:26:32 maya Exp $ +# $NetBSD: Makefile,v 1.62 2017/03/11 23:28:54 maya Exp $ DISTNAME= rt-3.8.17 PKGREVISION= 7 @@ -82,7 +82,7 @@ DEPENDS+= p5-GnuPG-Interface-[0-9]*:../. # Front-end dependencies: .if !empty(PKG_OPTIONS:Mmodperl1) -DEPENDS+= p5-${APACHE_PKG_PREFIX}-libapreq>=1.2:../../www/p5-libapreq +DEPENDS+= p5-libapreq>=1.2:../../www/p5-libapreq DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI .elif !empty(PKG_OPTIONS:Mmodperl2) DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI --_----------=_148927493441420--