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:           Wed Mar  4 11:35:10 UTC 2020

Modified Files:
        pkgsrc/archivers/star: Makefile distinfo

Log Message:
star: Update to 1.6.1nb5

New features with AN-2020-02-11:

-  star: fixed typos in star.1 and star.4

   Thanks to Eric Ackermann for reporting
   as a side effect of a code review for SchilliX-ON

-  star: fixed typos in header.c

   Thanks to Eric Ackermann for reporting

-  star: translated some German comment to English in diff.c, extract.c,
   list.c, remove.c, restore.c, fifo.c

   Thanks to Eric Ackermann for reporting
   as a side effect of a code review for SchilliX-ON

-  star: create.c: #ifdef __what_people_would_expect__ changed to:
   #ifdef __wrong_but_what_people_would_expect__ for better readability.

-  libschily: new man pages starthandlecond.3 and unhandlecond.3

-  libschily: handlecond.3 and raisecond.3 now correctly mention
   handlecond() & raisecond() instead of handle()/raise(). The old names
   from 1980 had to be renamed because os an unfriendly actt from the
   C standard commitee.

   Thanks to Eric Ackermann for reporting
   as a side effect of a code review for SchilliX-ON

-  libschily: various small fixes in various man pages from libschily.

   Thanks to Eric Ackermann for reporting
   as a side effect of a code review for SchilliX-ON


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.19 -r1.20 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.44 pkgsrc/archivers/star/Makefile:1.45
--- pkgsrc/archivers/star/Makefile:1.44 Sat Jan 18 23:29:57 2020
+++ pkgsrc/archivers/star/Makefile      Wed Mar  4 11:35:10 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2020/01/18 23:29:57 rillig Exp $
+# $NetBSD: Makefile,v 1.45 2020/03/04 11:35:10 micha Exp $
 
-DISTNAME=      schily-2019-12-05
+DISTNAME=      schily-2020-02-11
 PKGNAME=       star-1.6.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/archivers/star/distinfo
diff -u pkgsrc/archivers/star/distinfo:1.19 pkgsrc/archivers/star/distinfo:1.20
--- pkgsrc/archivers/star/distinfo:1.19 Fri Jan 10 12:24:56 2020
+++ pkgsrc/archivers/star/distinfo      Wed Mar  4 11:35:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/01/10 12:24:56 micha Exp $
+$NetBSD: distinfo,v 1.20 2020/03/04 11:35:10 micha Exp $
 
-SHA1 (schily-2019-12-05.tar.bz2) = cb7ea1133284955cba7023e2f0a296c53567743e
-RMD160 (schily-2019-12-05.tar.bz2) = 112011d7fa6f912802fc4458095dbf37d402dcb4
-SHA512 (schily-2019-12-05.tar.bz2) = af16031fcc6345135d29d2dad2d30b85621e9959886843f393bf1ee51387bdbce9319e305bd58173c040995e1ce1c3325d34f9630712ccb618daa69470c249ef
-Size (schily-2019-12-05.tar.bz2) = 4360719 bytes
+SHA1 (schily-2020-02-11.tar.bz2) = da1dfe59c6b2a937b8dba2d4476db2ca8525a646
+RMD160 (schily-2020-02-11.tar.bz2) = fe18d25ecdab9e2d7b587cce52cd745bd388ff6a
+SHA512 (schily-2020-02-11.tar.bz2) = 655a67cdc9387d79a077d44f11dacf2d5479da8b7bf4c59fb8a5fbf58ef23988f2a7aff23b3aec5ab7ac99541ea3439ddd55b53fc0e1d88efe601390161832c7
+Size (schily-2020-02-11.tar.bz2) = 4360092 bytes



Home | Main Index | Thread Index | Old Index