pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/scripts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 18 18:10:09 UTC 2022

Modified Files:
        pkgsrc/mk/scripts: remove_todo

Log Message:
mk/scripts/remove_todo: support python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/scripts/remove_todo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/scripts/remove_todo
diff -u pkgsrc/mk/scripts/remove_todo:1.3 pkgsrc/mk/scripts/remove_todo:1.4
--- pkgsrc/mk/scripts/remove_todo:1.3   Fri Apr 12 13:53:57 2013
+++ pkgsrc/mk/scripts/remove_todo       Fri Feb 18 18:10:09 2022
@@ -20,7 +20,7 @@ then
 fi
 
 TODO=$1
-PKGBASE=$(echo $2 | sed "s/^py[0-9][0-9]-/py-/")
+PKGBASE=$(echo $2 | sed "s/^py[0-9][0-9]*-/py-/")
 PKGVERSION=$3
 TMPFILE="$TODO.$$"
 PKG_ADMIN="${PKG_ADMIN:-pkg_admin}"



Home | Main Index | Thread Index | Old Index