summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhorben <khorben>2015-06-24 18:01:27 +0000
committerkhorben <khorben>2015-06-24 18:01:27 +0000
commit559d3cfe7eff2d10b703f0e01432e7ee401b8132 (patch)
tree9202f078a935973c99403e84b5d746d60b3ebc59
parentcf5d22e5d49eb08ec00a0b5f5fdf36b8490842b1 (diff)
downloadpkgsrc-559d3cfe7eff2d10b703f0e01432e7ee401b8132.tar.gz
Add devel/py-google-apputils
This is necessary to fix building devel/py-protobuf.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20153
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4ad2cbaa881..dc58357aa0d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2110 2015/06/14 21:48:42 wiz Exp $
+# $NetBSD: Makefile,v 1.2111 2015/06/24 18:01:27 khorben Exp $
#
COMMENT= Development utilities
@@ -1630,6 +1630,7 @@ SUBDIR+= py-gobject
SUBDIR+= py-gobject-shared
SUBDIR+= py-gobject3
SUBDIR+= py-gobject3-common
+SUBDIR+= py-google-apputils
SUBDIR+= py-greenlet
SUBDIR+= py-h5py
SUBDIR+= py-hg-fastimport
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015
index 21876a2439a..ef434206342 100644
--- a/doc/CHANGES-2015
+++ b/doc/CHANGES-2015
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2015,v 1.2755 2015/06/23 17:47:19 bouyer Exp $
+$NetBSD: CHANGES-2015,v 1.2756 2015/06/24 18:05:50 khorben Exp $
Changes to the packages collection and infrastructure in 2015:
@@ -5333,3 +5333,4 @@ Changes to the packages collection and infrastructure in 2015:
Updated misc/tmux to 2.0nb1 [jperkin 2015-06-23]
Updated sysutils/xenkernel45 to 4.5.1 [bouyer 2015-06-23]
Updated sysutils/xentools45 to 4.5.1 [bouyer 2015-06-23]
+ Added devel/py-google-apputils version 0.4.2 [khorben 2015-06-24]