pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/revbump pkgtools/revbump: Catch up with ocaml...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a00ce5f7aae0
branches: trunk
changeset: 388065:a00ce5f7aae0
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Nov 12 11:26:20 2022 +0000
description:
pkgtools/revbump: Catch up with ocaml.mk move
mk/ocaml.mk has moved to lang/ocaml/ocaml.mk, so simply adjust the
path here.
diffstat:
pkgtools/revbump/Makefile | 4 ++--
pkgtools/revbump/files/finddepends | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 0d88e868f258 -r a00ce5f7aae0 pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Sat Nov 12 11:02:26 2022 +0000
+++ b/pkgtools/revbump/Makefile Sat Nov 12 11:26:20 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2022/06/28 11:35:26 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2022/11/12 11:26:20 gdt Exp $
PKGNAME= revbump-2.15
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= pkgtools
MAINTAINER= wiz%NetBSD.org@localhost
diff -r 0d88e868f258 -r a00ce5f7aae0 pkgtools/revbump/files/finddepends
--- a/pkgtools/revbump/files/finddepends Sat Nov 12 11:02:26 2022 +0000
+++ b/pkgtools/revbump/files/finddepends Sat Nov 12 11:26:20 2022 +0000
@@ -1,7 +1,7 @@
#!@PERL@ -w
# -*- perl -*-
#
-# $NetBSD: finddepends,v 1.12 2016/07/01 21:50:20 wiz Exp $
+# $NetBSD: finddepends,v 1.13 2022/11/12 11:26:20 gdt Exp $
#
# Copyright (c) 2006, 2014 The NetBSD Foundation, Inc.
#
@@ -72,7 +72,7 @@
}
@bl3files = <$PKGSRCDIR/*/*/buildlink3.mk>;
-push(@bl3files, "$PKGSRCDIR/mk/ocaml.mk");
+push(@bl3files, "$PKGSRCDIR/lang/ocaml/ocaml.mk");
%bl3content = ();
foreach $bl3 (@bl3files) {
Home |
Main Index |
Thread Index |
Old Index