From efc0a4ff3e864592e49d42cbcac422a314ad9e8a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 1 Jul 2016 21:50:20 +0000 Subject: Handle mk/ocaml.mk like a buildlink3.mk file. Helps with bumping ocaml dependencies. Requested by jaapb. Bump version. --- pkgtools/revbump/Makefile | 4 ++-- pkgtools/revbump/files/finddepends | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgtools/revbump') diff --git a/pkgtools/revbump/Makefile b/pkgtools/revbump/Makefile index 104dd6fec4c..7a138e18fb2 100644 --- a/pkgtools/revbump/Makefile +++ b/pkgtools/revbump/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2016/06/08 18:02:43 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/07/01 21:50:20 wiz Exp $ -PKGNAME= revbump-2.12 +PKGNAME= revbump-2.13 CATEGORIES= pkgtools MAINTAINER= wiz@NetBSD.org diff --git a/pkgtools/revbump/files/finddepends b/pkgtools/revbump/files/finddepends index ccca724690f..3cc0c5b847d 100644 --- a/pkgtools/revbump/files/finddepends +++ b/pkgtools/revbump/files/finddepends @@ -1,7 +1,7 @@ #!@PERL@ -w # -*- perl -*- # -# $NetBSD: finddepends,v 1.11 2014/06/24 15:00:27 wiz Exp $ +# $NetBSD: finddepends,v 1.12 2016/07/01 21:50:20 wiz Exp $ # # Copyright (c) 2006, 2014 The NetBSD Foundation, Inc. # @@ -72,6 +72,8 @@ if (! -d $PKGSRCDIR || ! -d "$PKGSRCDIR/doc" || ! -d "$PKGSRCDIR/mk") { } @bl3files = <$PKGSRCDIR/*/*/buildlink3.mk>; +push(@bl3files, "$PKGSRCDIR/mk/ocaml.mk"); + %bl3content = (); foreach $bl3 (@bl3files) { open OUT, $bl3 or die "can't open $bl3"; -- cgit v1.2.3