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 40D167A2B1 for ; Thu, 1 Sep 2016 13:16:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E4AC585EE1; Thu, 1 Sep 2016 13:16:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 757F185EDF for ; Thu, 1 Sep 2016 13:16:16 +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 MZgD6gCRQxdQ for ; Thu, 1 Sep 2016 13:16:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D970D85EC7 for ; Thu, 1 Sep 2016 13:16:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D790FBC3; Thu, 1 Sep 2016 13:16:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472735775240580" MIME-Version: 1.0 Date: Thu, 1 Sep 2016 13:16:15 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/mantis To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160901131615.7D790FBC3@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. --_----------=_1472735775240580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Sep 1 13:16:15 UTC 2016 Modified Files: pkgsrc/devel/mantis: Makefile Log Message: Bump PKGREVISION from adding textproc/php-json dependency To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/mantis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472735775240580 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mantis/Makefile diff -u pkgsrc/devel/mantis/Makefile:1.45 pkgsrc/devel/mantis/Makefile:1.46 --- pkgsrc/devel/mantis/Makefile:1.45 Tue Aug 30 12:37:43 2016 +++ pkgsrc/devel/mantis/Makefile Thu Sep 1 13:16:15 2016 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2016/08/30 12:37:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/09/01 13:16:15 ryoon Exp $ DISTNAME= mantisbt-1.3.1 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/mantisbt/mantis/} CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/} @@ -12,6 +13,8 @@ LICENSE= gnu-gpl-v2 PHP_VERSIONS_ACCEPTED= 55 56 +DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json + NO_BUILD= YES USE_TOOLS+= bash:run pax --_----------=_1472735775240580--