pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 19 09:00:11 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin: Update to 25.5.0.

## Version 25.5.0 (2025-05-19)

 * Improve SUPERSEDES support.  Top-level packages that are superseded are
   now correctly handled, and replacements are now correctly calculated to
   handle e.g. the recent php-X.Y -> phpXY-X.Y renames.

 * Improved handling for CONFLICTS.  Rather than simply give up, pkgin will
   now calculate the impact of the CONFLICT and show what will happen if the
   user wishes to continue.

 * Upgrades will now first upgrade just the core packaging tools if they
   have available updates.  Users may have to run "pkgin upgrade" twice to
   ensure all packages are upgraded.  This will help upgrade scenarios and
   avoid users having to manually run "pkg_add -U pkg_install pkgin" prior
   to upgrades.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/pkgtools/pkgin/distinfo

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

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.136 pkgsrc/pkgtools/pkgin/Makefile:1.137
--- pkgsrc/pkgtools/pkgin/Makefile:1.136        Thu Apr 17 21:52:08 2025
+++ pkgsrc/pkgtools/pkgin/Makefile      Mon May 19 09:00:11 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2025/04/17 21:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2025/05/19 09:00:11 jperkin Exp $
 
-DISTNAME=              pkgin-24.12.0
-PKGREVISION=           1
+DISTNAME=              pkgin-25.5.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.81 pkgsrc/pkgtools/pkgin/distinfo:1.82
--- pkgsrc/pkgtools/pkgin/distinfo:1.81 Fri Dec  6 10:09:33 2024
+++ pkgsrc/pkgtools/pkgin/distinfo      Mon May 19 09:00:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.81 2024/12/06 10:09:33 jperkin Exp $
+$NetBSD: distinfo,v 1.82 2025/05/19 09:00:11 jperkin Exp $
 
-BLAKE2s (pkgin-24.12.0.tar.gz) = 0f0e99826a71eb341cbb383bdeb1865916af027c8cc11ace154cae79d6553dc3
-SHA512 (pkgin-24.12.0.tar.gz) = aebccc6d006688798c0aa6e64ff8429fc1cee1f9bf6618fd4465c8671d3f730f79ca13f20b08cb21a1411419a41afefef4bf9eed2588e88c9f3f01c7d6f12956
-Size (pkgin-24.12.0.tar.gz) = 266989 bytes
+BLAKE2s (pkgin-25.5.0.tar.gz) = dc419ce5c99cf9a7e1bf89bc989c6f8fab75d4b0e8f08f6c2287ed8225f535e3
+SHA512 (pkgin-25.5.0.tar.gz) = 27deedc825ab1763217db9c37b6d790c73b50ec7cd700760fce267bd39d628da9b0e546e7e5acd901f47e652eb9c2d3d696f9122b2719801af88ae21e18a1297
+Size (pkgin-25.5.0.tar.gz) = 268186 bytes



Home | Main Index | Thread Index | Old Index