diff --git a/devel/Makefile b/devel/Makefile index 19c720056840..37a1aecbd9eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2684 2018/05/25 00:53:53 minskim Exp $ +# $NetBSD: Makefile,v 1.2685 2018/05/25 04:01:43 bsiegert Exp $ # COMMENT= Development utilities @@ -1968,6 +1968,7 @@ SUBDIR+= py-execnet SUBDIR+= py-expect SUBDIR+= py-expressions SUBDIR+= py-extras +SUBDIR+= py-fakefs SUBDIR+= py-faker SUBDIR+= py-falcon SUBDIR+= py-fann2 diff --git a/doc/CHANGES-2018 b/doc/CHANGES-2018 index 5fdd4386e8bb..e1ad2eb6294e 100644 --- a/doc/CHANGES-2018 +++ b/doc/CHANGES-2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.2551 2018/05/25 03:31:41 wen Exp $ +$NetBSD: CHANGES-2018,v 1.2552 2018/05/25 04:10:31 bsiegert Exp $ Changes to the packages collection and infrastructure in 2018: @@ -3673,3 +3673,4 @@ Changes to the packages collection and infrastructure in 2018: Updated devel/p5-Type-Tiny-XS to 0.014 [wen 2018-05-25] Updated devel/p5-Error to 0.17026 [wen 2018-05-25] Updated devel/p5-CPAN-Perl-Releases to 3.58 [wen 2018-05-25] + Added devel/py-fakefs version 3.4.1 [bsiegert 2018-05-25]