diff options
author | reed <reed> | 2008-03-08 18:45:03 +0000 |
---|---|---|
committer | reed <reed> | 2008-03-08 18:45:03 +0000 |
commit | 6605a03cf37e034d5e4f449cb1e67860fbd3cfcd (patch) | |
tree | 414c9be46488275c12e064bcd7b43f0640238f54 | |
parent | 2790230dd2db627df925acc03707c7ee4ccf87c3 (diff) | |
download | pkgsrc-6605a03cf37e034d5e4f449cb1e67860fbd3cfcd.tar.gz |
Add vixie-cron.
Fix my earlier CHANGES entry.
-rw-r--r-- | doc/CHANGES-2008 | 5 | ||||
-rw-r--r-- | time/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 2a4e80c7b5b..d21c056c5d7 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.473 2008/03/08 17:37:11 adrianp Exp $ +$NetBSD: CHANGES-2008,v 1.474 2008/03/08 18:45:03 reed Exp $ Changes to the packages collection and infrastructure in 2008: @@ -864,7 +864,7 @@ Changes to the packages collection and infrastructure in 2008: Updated sysutils/e2fsprogs to 1.40.7 [tron 2008-03-07] Updated finance/gnucash to 2.2.4 [wiz 2008-03-07] Removed misc/goffice successor misc/goffice0.6 [wiz 2008-03-07] - Added misc/linux-words version 2.0 [reed 2008-03-07] + Added misc/linux-words version 2 [reed 2008-03-07] Added net/portmap version 4nb3 [reed 2008-03-07] Added textproc/py-Excelerator version 0.6.3a [mjl 2008-03-08] Added devel/bin86 version 0.16.17nb1 [reed 2008-03-08] @@ -879,3 +879,4 @@ Changes to the packages collection and infrastructure in 2008: Updated sysutils/xentools3 to 3.1.3nb2 [bouyer 2008-03-08] Updated print/libpaper to 1.1.23 [tnn 2008-03-08] Updated www/horde to 3.1.7 [adrianp 2008-03-08] + Added time/vixie-cron version 4.1nb1 [reed 2008-03-08] diff --git a/time/Makefile b/time/Makefile index b8f30db0b3e..a3c897de3a1 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2007/12/17 20:17:42 drochner Exp $ +# $NetBSD: Makefile,v 1.69 2008/03/08 18:45:03 reed Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -84,6 +84,7 @@ SUBDIR+= sunbird SUBDIR+= sunclock SUBDIR+= swisswatch SUBDIR+= titrax +SUBDIR+= vixie-cron SUBDIR+= wmcalclock SUBDIR+= wmclockmon SUBDIR+= wmfishtime |