pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/revbump Handle mk/ocaml.mk like a buildlink3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc76e7fa09bf
branches:  trunk
changeset: 349190:dc76e7fa09bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 01 21:50:20 2016 +0000

description:
Handle mk/ocaml.mk like a buildlink3.mk file.

Helps with bumping ocaml dependencies. Requested by jaapb.

Bump version.

diffstat:

 pkgtools/revbump/Makefile          |  4 ++--
 pkgtools/revbump/files/finddepends |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r d4418423e8d2 -r dc76e7fa09bf pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Fri Jul 01 20:34:54 2016 +0000
+++ b/pkgtools/revbump/Makefile Fri Jul 01 21:50:20 2016 +0000
@@ -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@localhost
diff -r d4418423e8d2 -r dc76e7fa09bf pkgtools/revbump/files/finddepends
--- a/pkgtools/revbump/files/finddepends        Fri Jul 01 20:34:54 2016 +0000
+++ b/pkgtools/revbump/files/finddepends        Fri Jul 01 21:50:20 2016 +0000
@@ -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 @@
 }
 
 @bl3files = <$PKGSRCDIR/*/*/buildlink3.mk>;
+push(@bl3files, "$PKGSRCDIR/mk/ocaml.mk");
+
 %bl3content = ();
 foreach $bl3 (@bl3files) {
     open OUT, $bl3 or die "can't open $bl3";



Home | Main Index | Thread Index | Old Index