Subject: CVS commit: pkgsrc/pkgtools/url2pkg
From: Roland Illig
Date: 2022-01-01 15:04:11
Message id: 20220101140412.02895FAEC@cvs.NetBSD.org

Log Message:
url2pkg: remove interactivity

In the first phase, url2pkg generates a minimal package Makefile, barely
enough for downloading the distfile from the given URL.  That part runs
fully automated in almost all cases, so there is no need to invoke the
editor at this point.

After adjusting the package Makefile based on the downloaded and
extracted distfile, url2pkg has done its job, so there is no reason to
run the editor there as well.

Bump version.

Files:
RevisionActionfile
1.122modifypkgsrc/pkgtools/url2pkg/Makefile
1.15modifypkgsrc/pkgtools/url2pkg/files/url2pkg.8
1.34modifypkgsrc/pkgtools/url2pkg/files/url2pkg.py
1.34modifypkgsrc/pkgtools/url2pkg/files/url2pkg_test.py