pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/url2pkg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Sep 17 17:18:13 UTC 2024

Modified Files:
        pkgsrc/pkgtools/url2pkg: Makefile
        pkgsrc/pkgtools/url2pkg/files: url2pkg.8

Log Message:
pkgtools/url2pkg: document behavior with Perl and Python packages

Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/pkgtools/url2pkg/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/url2pkg/files/url2pkg.8

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

Modified files:

Index: pkgsrc/pkgtools/url2pkg/Makefile
diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.139 pkgsrc/pkgtools/url2pkg/Makefile:1.140
--- pkgsrc/pkgtools/url2pkg/Makefile:1.139      Fri May 10 06:52:13 2024
+++ pkgsrc/pkgtools/url2pkg/Makefile    Tue Sep 17 17:18:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2024/05/10 06:52:13 rillig Exp $
+# $NetBSD: Makefile,v 1.140 2024/09/17 17:18:13 rillig Exp $
 
-PKGNAME=       url2pkg-23.3.1
+PKGNAME=       url2pkg-23.3.2
 CATEGORIES=    pkgtools
 
 MAINTAINER=    rillig%NetBSD.org@localhost

Index: pkgsrc/pkgtools/url2pkg/files/url2pkg.8
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg.8:1.16 pkgsrc/pkgtools/url2pkg/files/url2pkg.8:1.17
--- pkgsrc/pkgtools/url2pkg/files/url2pkg.8:1.16        Sat Jan  1 15:29:14 2022
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg.8     Tue Sep 17 17:18:13 2024
@@ -1,4 +1,4 @@
-.\"    $NetBSD: url2pkg.8,v 1.16 2022/01/01 15:29:14 rillig Exp $
+.\"    $NetBSD: url2pkg.8,v 1.17 2024/09/17 17:18:13 rillig Exp $
 .\"
 .\" Copyright (c) 2001, 2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 1, 2022
+.Dd September 17, 2024
 .Dt URL2PKG 8
 .Os
 .Sh NAME
@@ -50,6 +50,12 @@ fills in some variables in the package
 helps creating a package;
 it is not intended to fly on autopilot, though.
 .Pp
+For Perl and Python packages,
+.Nm
+runs the package's configure phase with custom replacements for
+Module::Build, ExtUtils::MakeMaker, distutils and setuptools.
+Error messages from these packages or modules should be reported back to
+the author, as they indicate incomplete support.
 .Sh ENVIRONMENT
 .Bl -tag -width indent
 .It PKGMAINTAINER, REPLYTO



Home | Main Index | Thread Index | Old Index