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:           Tue Apr 21 08:11:19 UTC 2020

Modified Files:
        pkgsrc/archivers/arqiver: Makefile distinfo

Log Message:
Update archivers/arqiver to version 0.5.0

Changes from 0.4.0

- Added read-only support for Android and MS Windows packages.
- Reset the GUI if the archive's password isn't entered (correctly).
- Speed up listing by using static regexes.
- Handle relative file paths correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/archivers/arqiver/Makefile:1.7
--- pkgsrc/archivers/arqiver/Makefile:1.6       Sun Apr 12 08:28:17 2020
+++ pkgsrc/archivers/arqiver/Makefile   Tue Apr 21 08:11:19 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/04/12 08:28:17 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/21 08:11:19 pin Exp $
 
-VERSION=       0.4.0
+VERSION=       0.5.0
 DISTNAME=      Arqiver-V${VERSION}
 PKGNAME=       arqiver-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.2 pkgsrc/archivers/arqiver/distinfo:1.3
--- pkgsrc/archivers/arqiver/distinfo:1.2       Sat Mar 14 22:26:26 2020
+++ pkgsrc/archivers/arqiver/distinfo   Tue Apr 21 08:11:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/14 22:26:26 gutteridge Exp $
+$NetBSD: distinfo,v 1.3 2020/04/21 08:11:19 pin Exp $
 
-SHA1 (Arqiver-V0.4.0.tar.gz) = 6ac3e335851db9d628bfe423ccda31c9d33325a4
-RMD160 (Arqiver-V0.4.0.tar.gz) = 6a1e49f912ec79ba445386fe3e74e53e827f7b53
-SHA512 (Arqiver-V0.4.0.tar.gz) = c2c8ac67b0aebe74c22795d2493177c95858bd5afe50dc76aafc62b2d2ba60fa7a1a8519811a0325aabfec8cd48ea31f0c6f6d1c712c9a89bf41441008551ad1
-Size (Arqiver-V0.4.0.tar.gz) = 118725 bytes
+SHA1 (Arqiver-V0.5.0.tar.gz) = 29dc919f6c6d850fc71724f4e0a886b3e02f3a16
+RMD160 (Arqiver-V0.5.0.tar.gz) = bef05b43a21af68e15f494d679b66cfce691f21b
+SHA512 (Arqiver-V0.5.0.tar.gz) = a951a60fb292a4f63f135b32eec87e81c100485e69ac8cfc91d8c6ea6fee88cce76c128d6de8541a9564151a24a2a3cf2d566098223853692fed7bfa77bd07f1
+Size (Arqiver-V0.5.0.tar.gz) = 120137 bytes



Home | Main Index | Thread Index | Old Index