diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-10 02:06:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-10 02:06:31 +0000 |
commit | 4f3adbe5d3c62039fc229499eb40f011af79fa8b (patch) | |
tree | 6338a408f71d4f9c21fc8e4e35317dea282dbc70 | |
parent | 4308156d7ef79d73fadd05179b3d5ced0756a2cf (diff) | |
download | pkgsrc-4f3adbe5d3c62039fc229499eb40f011af79fa8b.tar.gz |
Add and enable ruby-actionmailer.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3828f2abd00..17f66107de9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9805 2005/04/10 01:03:42 minskim Exp $ +$NetBSD: CHANGES,v 1.9806 2005/04/10 02:06:31 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1963,3 +1963,4 @@ Changes to the packages collection and infrastructure in 2005: Updated ucspi-tcp to 0.88nb1 [schmonz 2005-04-09] Updated udfclient to 0.3.5 [reinoud 2005-04-10] Added rubygems-0.8.10 [minskim 2005-04-10] + Added ruby-actionmailer-0.8.1 [minskim 2005-04-10] diff --git a/mail/Makefile b/mail/Makefile index 5c398c36c27..c9f833fd76d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.255 2005/04/04 19:12:27 salo Exp $ +# $NetBSD: Makefile,v 1.256 2005/04/10 02:06:31 minskim Exp $ # COMMENT= Electronic mail utilities @@ -167,6 +167,7 @@ SUBDIR+= rblcheck SUBDIR+= ripmime SUBDIR+= rmail-mime SUBDIR+= rss2email +SUBDIR+= ruby-actionmailer SUBDIR+= ruby-tmail SUBDIR+= safecat SUBDIR+= sendmail |