This commit is contained in:
drochner 2015-12-02 18:26:50 +00:00
parent e900144320
commit eca9a44fcd
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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]