pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libmtp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 19 13:32:22 UTC 2026

Modified Files:
        pkgsrc/devel/libmtp: Makefile distinfo options.mk
Removed Files:
        pkgsrc/devel/libmtp/patches: patch-configure

Log Message:
libmtp: updated to 1.1.23

1.1.23
- lots of new ids (including lots of Garmins)
- one incorrect ID removed that caused Lenovo Laptop crashes
- other small bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/libmtp/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libmtp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libmtp/options.mk
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/libmtp/patches/patch-configure

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

Modified files:

Index: pkgsrc/devel/libmtp/Makefile
diff -u pkgsrc/devel/libmtp/Makefile:1.25 pkgsrc/devel/libmtp/Makefile:1.26
--- pkgsrc/devel/libmtp/Makefile:1.25   Mon Nov 17 11:00:37 2025
+++ pkgsrc/devel/libmtp/Makefile        Tue May 19 13:32:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/11/17 11:00:37 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/05/19 13:32:22 adam Exp $
 
-DISTNAME=      libmtp-1.1.21
+DISTNAME=      libmtp-1.1.23
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libmtp/}
 
@@ -11,7 +11,7 @@ LICENSE=      gnu-lgpl-v2
 
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                HAVE_DOXYGEN=false
 PKGCONFIG_OVERRIDE+=   libmtp.pc.in

Index: pkgsrc/devel/libmtp/distinfo
diff -u pkgsrc/devel/libmtp/distinfo:1.20 pkgsrc/devel/libmtp/distinfo:1.21
--- pkgsrc/devel/libmtp/distinfo:1.20   Fri Dec 19 11:00:45 2025
+++ pkgsrc/devel/libmtp/distinfo        Tue May 19 13:32:22 2026
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.20 2025/12/19 11:00:45 nia Exp $
+$NetBSD: distinfo,v 1.21 2026/05/19 13:32:22 adam Exp $
 
-BLAKE2s (libmtp-1.1.21.tar.gz) = 53c04b94294f26300d1e2d9e33365fa21148bc1885b7ac863492723a6a4ef350
-SHA512 (libmtp-1.1.21.tar.gz) = 510f01f75de37a07c8ce54957a8fb74724538a7cfbdf1a86c201fda68573ef23fa578ff7baf2d9df938703b5776ded4ab1057c617125f3539e594bb5a1f3146f
-Size (libmtp-1.1.21.tar.gz) = 862703 bytes
-SHA1 (patch-configure) = f57b708684696e496b1d61783e48fe4b63618d65
+BLAKE2s (libmtp-1.1.23.tar.gz) = 7784cb3d111d1076a3c8dbe64b8d1bd1667611bfd177c872c97289e595df0912
+SHA512 (libmtp-1.1.23.tar.gz) = 2411513f1b7f81d4418eb1455213d7e198bc7d36bfadc22d2c380c51ca1924fffe21b08b6522266586ec76cbfc760427ed5d1c31064a59f6906d6638f198d1af
+Size (libmtp-1.1.23.tar.gz) = 920281 bytes
 SHA1 (patch-examples_pathutils.c) = 6ecbcbb6c7899b49a1dea000be3691ade9a94d68
 SHA1 (patch-hotplug.sh.in) = 72216bb36bd0f6274c16c09d121fcffb567ab120
 SHA1 (patch-m4_byteorder.m4) = e6c1170d9099f13c637b3a73d67618d318c7a73d

Index: pkgsrc/devel/libmtp/options.mk
diff -u pkgsrc/devel/libmtp/options.mk:1.1 pkgsrc/devel/libmtp/options.mk:1.2
--- pkgsrc/devel/libmtp/options.mk:1.1  Sat Apr  9 10:09:14 2016
+++ pkgsrc/devel/libmtp/options.mk      Tue May 19 13:32:22 2026
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2016/04/09 10:09:14 richard Exp $
+# $NetBSD: options.mk,v 1.2 2026/05/19 13:32:22 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libmtp
 PKG_SUPPORTED_OPTIONS= mtpz
-PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index