diff --git a/devel/Makefile b/devel/Makefile index 8141d40567c0..ac3eb5369763 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2176 2015/12/02 17:23:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2177 2015/12/02 18:26:50 drochner Exp $ # COMMENT= Development utilities @@ -1712,6 +1712,7 @@ SUBDIR+= py-pip SUBDIR+= py-pkgconfig SUBDIR+= py-pkginfo SUBDIR+= py-pluggy +SUBDIR+= py-ply SUBDIR+= py-polib SUBDIR+= py-pqueue SUBDIR+= py-pretend diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015 index c818dd7f3c9a..f4705989938d 100644 --- a/doc/CHANGES-2015 +++ b/doc/CHANGES-2015 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2015,v 1.4830 2015/12/02 17:31:40 wiz Exp $ +$NetBSD: CHANGES-2015,v 1.4831 2015/12/02 18:27:50 drochner Exp $ Changes to the packages collection and infrastructure in 2015: @@ -8070,3 +8070,4 @@ Changes to the packages collection and infrastructure in 2015: Added devel/tlsh version 3.4.3 [wiz 2015-12-02] Added devel/py-tlsh version 3.4.3 [wiz 2015-12-02] Updated textproc/mdoclint to 1.34 [wiz 2015-12-02] + Updated devel/py-ply to 3.8 [drochner 2015-12-02]