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: Thu Jan 23 06:12:52 UTC 2025
Modified Files:
pkgsrc/pkgtools/url2pkg: Makefile
Log Message:
url2pkg: update to 23.5.0
Changes since 23.4.0 from 2024-11-23:
Add very basic support for Python packages using pyproject.toml. The
dependencies are not extracted yet.
Fix distinfo generation for Rust packages.
Fix WRKSRC for packages hosted on GitHub.
Fix the order of the variable assignments that end up in the package
Makefile, as required by pkglint.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/pkgtools/url2pkg/Makefile
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.142 pkgsrc/pkgtools/url2pkg/Makefile:1.143
--- pkgsrc/pkgtools/url2pkg/Makefile:1.142 Sat Nov 23 22:30:29 2024
+++ pkgsrc/pkgtools/url2pkg/Makefile Thu Jan 23 06:12:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2024/11/23 22:30:29 rillig Exp $
+# $NetBSD: Makefile,v 1.143 2025/01/23 06:12:52 rillig Exp $
-PKGNAME= url2pkg-23.4.0
+PKGNAME= url2pkg-23.5.0
CATEGORIES= pkgtools
MAINTAINER= rillig%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index