Tue Nov 28 15:50:56 2017 UTC ()
di: update to 4.44.

Provided by Brad Lanam in PR 52770.

    4.44                                    [2017-5-23]
        Fixed check of exabyte sized filesystems.  The signed check now
          only checks for -1 and -2; there could still be situations
          where the overflow exactly matches these values.
        Added faster method for windows check for missing removable
          filesystems.

    4.43                                    [2016-8-9]
        Cleaned up some compiler warnings.
        Fixed memory allocation problem.
        Tcl interface fixes

    4.42                                    [2016-2-22]
        Fixed a parsing bug in the Tcl interface.
        Added a Perl interface.

    4.41                                    [2016-1-24]
        Fixed bug specifying more than one filesystem on the command line.
        Added sort by free space, total space.
        Updated manual page: missing, new sort options.


(wiz)
diff -r1.3 -r1.4 pkgsrc/sysutils/di/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/di/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/di/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/di/Makefile 2017/08/01 14:59:05 1.3
+++ pkgsrc/sysutils/di/Makefile 2017/11/28 15:50:56 1.4
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2017/08/01 14:59:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2017/11/28 15:50:56 wiz Exp $
2# 
3 2
4DISTNAME= di-4.40 3DISTNAME= di-4.44
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6MASTER_SITES= https://gentoo.com/di/ 5MASTER_SITES= https://gentoo.com/di/
7 6
8MAINTAINER= brad.lanam.di@gmail.com 7MAINTAINER= brad.lanam.di@gmail.com
9HOMEPAGE= https://gentoo.com/di/ 8HOMEPAGE= https://gentoo.com/di/
10COMMENT= Alternative df command 9COMMENT= Alternative df command
11LICENSE= zlib 10LICENSE= zlib
12 11
13USE_LANGUAGES= c 12USE_LANGUAGES= c
14USE_TOOLS+= msgfmt 13USE_TOOLS+= msgfmt
15USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
16 15
17MAKE_ENV+= prefix=${PREFIX} \ 16MAKE_ENV+= prefix=${PREFIX} \

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/di/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/di/distinfo 2016/01/24 11:07:49 1.3
+++ pkgsrc/sysutils/di/distinfo 2017/11/28 15:50:56 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/01/24 11:07:49 leot Exp $ 1$NetBSD: distinfo,v 1.4 2017/11/28 15:50:56 wiz Exp $
2 2
3SHA1 (di-4.40.tar.gz) = 81161534dc26ff5a70a25ac2282221d17f47b718 3SHA1 (di-4.44.tar.gz) = 2ca647330f9ef81af3275e560d24f7dfe47f7e88
4RMD160 (di-4.40.tar.gz) = fea69d9841c02ede4bee95d66c579c2d610a281f 4RMD160 (di-4.44.tar.gz) = 979550c3a94a87ad01b6315e8e4cbc4b4940c54c
5SHA512 (di-4.40.tar.gz) = 1f7aeed4f68b91dd6d2e0cfbafaa86d9b93d37c741b1087e3d9e788c34356878995485102f4018e48681925542a4814fa6245ccfa976c1c2ff406530715cde67 5SHA512 (di-4.44.tar.gz) = e4d04def74ee1d9349daa8f01519243833135d63220678b3841505ba2d4667d1d5ec81a09e891bf1abb5e0016fc9cb6e674292665d0d29af7371160ff6eced5c
6Size (di-4.40.tar.gz) = 219245 bytes 6Size (di-4.44.tar.gz) = 267509 bytes