pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/arqiver



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Dec  2 16:02:45 UTC 2023

Modified Files:
        pkgsrc/archivers/arqiver: Makefile PLIST distinfo

Log Message:
archivers/arqiver: update to 0.12.0

V0.12.0
--------
 * Made it possible to modify files inside archives.
 * Added an option for using system icons.
 * Made sure that "No" is the default button of question dialogs (Qt seems to
   have a minor problem in this regard).
 * Don't start extraction if the archive is removed.
 * Made viewing/extracting of single files much faster with bsdtar.
 * Consistently prevent the parent extraction folder from being hidden (for it
   not to be missed by the user).
 * Fixed a bug in removal of files from archives.
 * Make sure that ed-like special characters are escaped when making path
   patterns with bsdtar.
 * Added a workaround for a nasty bug in bsdtar about start backslashes and the
   option "--strip-components".
 * Added new mimetype names of `shared-mime-info` ≥ 2.3.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/arqiver/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/arqiver/distinfo

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

Modified files:

Index: pkgsrc/archivers/arqiver/Makefile
diff -u pkgsrc/archivers/arqiver/Makefile:1.31 pkgsrc/archivers/arqiver/Makefile:1.32
--- pkgsrc/archivers/arqiver/Makefile:1.31      Sun Nov 12 13:20:31 2023
+++ pkgsrc/archivers/arqiver/Makefile   Sat Dec  2 16:02:45 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2023/11/12 13:20:31 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/12/02 16:02:45 pin Exp $
 
-DISTNAME=      Arqiver-0.11.0
+DISTNAME=      Arqiver-0.12.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   7
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/archivers/arqiver/PLIST
diff -u pkgsrc/archivers/arqiver/PLIST:1.6 pkgsrc/archivers/arqiver/PLIST:1.7
--- pkgsrc/archivers/arqiver/PLIST:1.6  Tue Mar 28 20:31:17 2023
+++ pkgsrc/archivers/arqiver/PLIST      Sat Dec  2 16:02:45 2023
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.6 2023/03/28 20:31:17 pin Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/12/02 16:02:45 pin Exp $
 bin/arqiver
 share/applications/arqiver.desktop
 share/arqiver/translations/arqiver_ca.qm
 share/arqiver/translations/arqiver_cs.qm
 share/arqiver/translations/arqiver_eo.qm
 share/arqiver/translations/arqiver_et.qm
+share/arqiver/translations/arqiver_fi.qm
 share/arqiver/translations/arqiver_fr.qm
+share/arqiver/translations/arqiver_he.qm
 share/arqiver/translations/arqiver_hi.qm
 share/arqiver/translations/arqiver_hr.qm
 share/arqiver/translations/arqiver_hu.qm

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.12 pkgsrc/archivers/arqiver/distinfo:1.13
--- pkgsrc/archivers/arqiver/distinfo:1.12      Tue Mar 28 20:31:17 2023
+++ pkgsrc/archivers/arqiver/distinfo   Sat Dec  2 16:02:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/03/28 20:31:17 pin Exp $
+$NetBSD: distinfo,v 1.13 2023/12/02 16:02:45 pin Exp $
 
-BLAKE2s (Arqiver-0.11.0.tar.gz) = 071e2de63d07597a60cf46f3267f080de8fb4717bcb0f8f3ef6fede35a6cf566
-SHA512 (Arqiver-0.11.0.tar.gz) = d25956993d0c134e2615178853b9d25cbd84550165958496c752e733e1b42575a7526cb51b70d670549fb27076d5c77620f6ad5a774aa576af1123ee41abe30c
-Size (Arqiver-0.11.0.tar.gz) = 151477 bytes
+BLAKE2s (Arqiver-0.12.0.tar.gz) = 292ca7d607bcc406f521bca205aaaa22d798a0e5137fd9e28050e63d39aee5eb
+SHA512 (Arqiver-0.12.0.tar.gz) = 48e21bbfabe8ef017110b13ea3d33f20ac5013d7f5d28a6b9d8feb170000bc0c2b92f60144aad485872c23d3d8aec74a82183a8a673b0efa7a18b4b7d783e5c3
+Size (Arqiver-0.12.0.tar.gz) = 161687 bytes



Home | Main Index | Thread Index | Old Index