mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
ports-mgmt/packagekit: Update to 1.3.5
Reported by: portscout!
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= PackageKit
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.3.5
|
||||
CATEGORIES= ports-mgmt sysutils
|
||||
MASTER_SITES= https://www.freedesktop.org/software/PackageKit/releases/
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1770290001
|
||||
SHA256 (PackageKit-1.3.4.tar.xz) = 5d79d97a66fd9a50fcc82419ab530fe7b2102aa3afb1dec53df5d29efba2e687
|
||||
SIZE (PackageKit-1.3.4.tar.xz) = 2963704
|
||||
TIMESTAMP = 1777193969
|
||||
SHA256 (PackageKit-1.3.5.tar.xz) = ea9e5954bc74b24c02cf31674a3ec792b3b74d5758ac0b6aca58ad76fc54374e
|
||||
SIZE (PackageKit-1.3.5.tar.xz) = 2968448
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
--- backends/freebsd/PackageDatabase.hpp.orig 2026-01-28 19:54:23 UTC
|
||||
--- backends/freebsd/PackageDatabase.hpp.orig 2026-04-22 10:56:14 UTC
|
||||
+++ backends/freebsd/PackageDatabase.hpp
|
||||
@@ -252,6 +252,10 @@ class PackageDatabase { (private)
|
||||
if (lockType != PKGDB_LOCK_READONLY)
|
||||
pk_backend_job_set_locked (job, FALSE);
|
||||
});
|
||||
+
|
||||
+ // We don't want libpkg to interactively ask us questions about OS
|
||||
+ // versions mismatch. Provide a default "no" reply.
|
||||
@@ -255,7 +255,7 @@ class PackageDatabase { (private)
|
||||
|
||||
// We don't want libpkg to interactively ask us questions about OS
|
||||
// versions mismatch. Provide a default "no" reply.
|
||||
- pkg_set_ignore_osversion (FALSE);
|
||||
+ pkg_set_ignore_osversion (TRUE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user