summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile4
-rw-r--r--doc/CHANGES-20174
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e4236e9677f..cbb2ec1392a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2386 2017/03/18 23:52:09 minskim Exp $
+# $NetBSD: Makefile,v 1.2387 2017/03/20 12:27:36 mef Exp $
#
COMMENT= Development utilities
@@ -1463,6 +1463,7 @@ SUBDIR+= p5-Sub-Exporter-ForMethods
SUBDIR+= p5-Sub-Exporter-GlobExporter
SUBDIR+= p5-Sub-Exporter-Progressive
SUBDIR+= p5-Sub-Identify
+SUBDIR+= p5-Sub-Info
SUBDIR+= p5-Sub-Install
SUBDIR+= p5-Sub-Installer
SUBDIR+= p5-Sub-Name
@@ -1501,6 +1502,7 @@ SUBDIR+= p5-Term-ShellUI
SUBDIR+= p5-Term-Size
SUBDIR+= p5-Term-Size-Any
SUBDIR+= p5-Term-Size-Perl
+SUBDIR+= p5-Term-Table
SUBDIR+= p5-Term-UI
SUBDIR+= p5-Test-API
SUBDIR+= p5-Test-Aggregate
diff --git a/doc/CHANGES-2017 b/doc/CHANGES-2017
index 9a248c2413b..55f34db2c9a 100644
--- a/doc/CHANGES-2017
+++ b/doc/CHANGES-2017
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.1218 2017/03/20 12:13:03 taca Exp $
+$NetBSD: CHANGES-2017,v 1.1219 2017/03/20 12:27:36 mef Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -1487,3 +1487,5 @@ Changes to the packages collection and infrastructure in 2017:
Updated devel/p5-Module-Install-ReadmeFromPod to 0.30 [mef 2017-03-20]
Updated lang/rust to 1.16.0 [jperkin 2017-03-20]
Updated devel/ruby-power_assert to 1.0.1 [taca 2017-03-20]
+ Added devel/p5-Term-Table version 0.006 [mef 2017-03-20]
+ Added devel/p5-Sub-Info version 0.002 [mef 2017-03-20]