pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/star



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jul 17 10:58:41 UTC 2020

Modified Files:
        pkgsrc/archivers/star: Makefile distinfo

Log Message:
archivers/star: Update to 1.6.1nb9

Changelog from AN-2020-07-01:
- star: Backslashes are now honored when looking for the substitution
  separators in options like -s /from/to/ or -pax-s /from/to/

  Previously, -s '/xxx\/yy//' was interpreted in a way that made
  the **to string** "yy" and the **from string** "xxx\" instead of
  making the from string "xxx\/yy" and the to string empty.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/star/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/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.51 pkgsrc/archivers/star/Makefile:1.52
--- pkgsrc/archivers/star/Makefile:1.51 Fri Jun  5 17:04:31 2020
+++ pkgsrc/archivers/star/Makefile      Fri Jul 17 10:58:41 2020
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.51 2020/06/05 17:04:31 micha Exp $
+# $NetBSD: Makefile,v 1.52 2020/07/17 10:58:41 micha Exp $
 
-DISTNAME=      schily-2020-05-25
+DISTNAME=      schily-2020-07-01
 PKGNAME=       star-1.6.1
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    micha%NetBSD.org@localhost
 HOMEPAGE=      https://sourceforge.net/projects/schilytools/
 COMMENT=       Unique standard tape archiver
 LICENSE=       cddl-1.0

Index: pkgsrc/archivers/star/distinfo
diff -u pkgsrc/archivers/star/distinfo:1.23 pkgsrc/archivers/star/distinfo:1.24
--- pkgsrc/archivers/star/distinfo:1.23 Fri Jun  5 17:04:31 2020
+++ pkgsrc/archivers/star/distinfo      Fri Jul 17 10:58:41 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/06/05 17:04:31 micha Exp $
+$NetBSD: distinfo,v 1.24 2020/07/17 10:58:41 micha Exp $
 
-SHA1 (schily-2020-05-25.tar.bz2) = ba4f353ab3c3ecded4c417e8601f6986717508a9
-RMD160 (schily-2020-05-25.tar.bz2) = 56f9a9812f26ff80699bb1e5ed299e24a724ff18
-SHA512 (schily-2020-05-25.tar.bz2) = 73079c7c9c724911af10e641dfd82fb900c434c59a1d30fa34ac69f7f3e31dfe050cf718621574ce54cf5eb7189f32a5894fe070115c7eabc13c65e00b010b3b
-Size (schily-2020-05-25.tar.bz2) = 4794851 bytes
+SHA1 (schily-2020-07-01.tar.bz2) = 7653c8b99d1aebe85337df681aae8ec1352c1ac1
+RMD160 (schily-2020-07-01.tar.bz2) = 4c7989eb95cff9a4bdd5f521b95135902912ab8d
+SHA512 (schily-2020-07-01.tar.bz2) = 512f0c3488bde5812d2011b2c1b1f308b9c139331a16c40fc0b61983fd8ff26d60845ddc8adc4d5bf651405cde786e63de61a473a1c658d08e5a8fdf949312d6
+Size (schily-2020-07-01.tar.bz2) = 4828878 bytes



Home | Main Index | Thread Index | Old Index