diff options
-rw-r--r-- | doc/CHANGES-2014 | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2014 b/doc/CHANGES-2014 index 1a4e6550185..b83319db9c0 100644 --- a/doc/CHANGES-2014 +++ b/doc/CHANGES-2014 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2014,v 1.2079 2014/05/31 21:34:15 szptvlfn Exp $ +$NetBSD: CHANGES-2014,v 1.2080 2014/05/31 22:06:19 abs Exp $ Changes to the packages collection and infrastructure in 2014: @@ -2861,3 +2861,4 @@ Changes to the packages collection and infrastructure in 2014: Added devel/ruby-mercenary version 0.3.3 [bsiegert 2014-05-31] Added math/hs-scientific version 0.2.0.2 [szptvlfn 2014-05-31] Added converters/hs-base64-bytestring version 1.0.0.1 [szptvlfn 2014-05-31] + Added sysutils/disk-filltest version 0.7.1 [abs 2014-05-31] diff --git a/sysutils/Makefile b/sysutils/Makefile index f667563c8dc..05eda4e46de 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.600 2014/05/25 15:34:09 gdt Exp $ +# $NetBSD: Makefile,v 1.601 2014/05/31 22:05:01 abs Exp $ # COMMENT= System utilities @@ -98,6 +98,7 @@ SUBDIR+= devkitd SUBDIR+= di SUBDIR+= dirsize SUBDIR+= dirvish +SUBDIR+= disk-filltest SUBDIR+= diskscrub SUBDIR+= dmassage SUBDIR+= dmesg2gif |