diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | time/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e9f4a27ffdd..b33b4710b65 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13608 2006/04/16 22:19:22 tonio Exp $ +$NetBSD: CHANGES,v 1.13609 2006/04/16 22:25:45 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2133,3 +2133,4 @@ Changes to the packages collection and infrastructure in 2006: Update multimedia/p5-xmltv to 0.5.42 [adrianp 2006-04-16] Updated graphics/png to 1.2.9 [wiz 2006-04-16] Added lang/jamvm version 1.4.2 [tonio 2006-04-16] + Added time/p5-Time-Local version 1.12 [minskim 2006-04-16] diff --git a/time/Makefile b/time/Makefile index 5bb5269425a..7e99b32c054 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/03/31 22:24:07 adrianp Exp $ +# $NetBSD: Makefile,v 1.47 2006/04/16 22:25:45 minskim Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -40,6 +40,7 @@ SUBDIR+= p5-DateTime-TimeZone SUBDIR+= p5-Schedule-Cron-Events SUBDIR+= p5-Time SUBDIR+= p5-Time-HiRes +SUBDIR+= p5-Time-Local SUBDIR+= p5-Time-Period SUBDIR+= p5-Time-Piece SUBDIR+= p5-Time-TAI64 |