pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/revbump revbump: support python 3.10 and newe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49e39b374ee5
branches: trunk
changeset: 388331:49e39b374ee5
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 17 07:25:30 2022 +0000
description:
revbump: support python 3.10 and newer in check-cvs-diff
Bump version.
diffstat:
pkgtools/revbump/Makefile | 5 ++---
pkgtools/revbump/files/check-cvs-diff | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 09e90f38b262 -r 49e39b374ee5 pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Thu Nov 17 06:21:36 2022 +0000
+++ b/pkgtools/revbump/Makefile Thu Nov 17 07:25:30 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2022/11/17 00:20:28 gutteridge Exp $
+# $NetBSD: Makefile,v 1.48 2022/11/17 07:25:30 wiz Exp $
-PKGNAME= revbump-2.15
-PKGREVISION= 5
+PKGNAME= revbump-2.16
CATEGORIES= pkgtools
MAINTAINER= wiz%NetBSD.org@localhost
diff -r 09e90f38b262 -r 49e39b374ee5 pkgtools/revbump/files/check-cvs-diff
--- a/pkgtools/revbump/files/check-cvs-diff Thu Nov 17 06:21:36 2022 +0000
+++ b/pkgtools/revbump/files/check-cvs-diff Thu Nov 17 07:25:30 2022 +0000
@@ -1,7 +1,7 @@
#!@PERL@ -w
# -*- perl -*-
#
-# $NetBSD: check-cvs-diff,v 1.4 2022/11/17 00:20:28 gutteridge Exp $
+# $NetBSD: check-cvs-diff,v 1.5 2022/11/17 07:25:30 wiz Exp $
#
# read output of (cd /usr/pkgsrc; cvs diff -u ) and check if
# py* and ruby* strings are left in buildlink3.mk.
@@ -71,7 +71,7 @@
open(EDIT, $file_to_edit ) || print STDERR "Problem opening file $file_to_edit: $! \n";
while(<EDIT>) {
if ( /^BUILDLINK.*py27/ ) { $_=~ s/py27/\${PYPKGPREFIX}/ ; $edit++;}
- if ( /^BUILDLINK.*py3[0-9]/ ) { $_=~ s/py3[0-9]/\${PYPKGPREFIX}/ ;
+ if ( /^BUILDLINK.*py3[0-9]*/ ) { $_=~ s/py3[0-9]/\${PYPKGPREFIX}/ ;
print STDERR " py3[0-9] found at $file_to_edit\n";
; $edit++;}
if ( /^BUILDLINK.*ruby[0-9][0-9]*/ ) { $_=~ s/ruby[0-9][0-9]*/\${RUBY_PKGPREFIX}/ ; $edit++;}
Home |
Main Index |
Thread Index |
Old Index