diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-10-13 12:39:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-10-13 12:39:52 +0000 |
commit | f0fbf805e18ec4f24bd5d1986e6de80be71b9c47 (patch) | |
tree | 202151fee6b754096dac86a65bbe7b98930b2d08 | |
parent | 190eb0f5d21ea0ec26609ffdadc0271cc799b110 (diff) | |
download | pkgsrc-f0fbf805e18ec4f24bd5d1986e6de80be71b9c47.tar.gz |
Added mail/libsylph.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index c47af4e64f0..5e65594d0bf 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1485 2006/10/13 02:39:46 epg Exp $ +>$NetBSD: CHANGES-2006,v 1.1486 2006/10/13 12:39:52 xtraeme Exp $ Changes to the packages collection and infrastructure in 2006: @@ -4762,3 +4762,4 @@ Changes to the packages collection and infrastructure in 2006: Added devel/py-ctypes version 1.0.0 [epg 2006-10-13] Added audio/libdiscid version 0.1.0 [epg 2006-10-13] Added audio/py-musicbrainz version 0.4.0 [epg 2006-10-13] + Added mail/libsylph version 0.3.0 [xtraeme 2006-10-13] diff --git a/mail/Makefile b/mail/Makefile index f0809551118..c030d9a6540 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.295 2006/10/12 20:41:28 tv Exp $ +# $NetBSD: Makefile,v 1.296 2006/10/13 12:39:52 xtraeme Exp $ # COMMENT= Electronic mail utilities @@ -82,6 +82,7 @@ SUBDIR+= libesmtp SUBDIR+= libetpan SUBDIR+= libmilter SUBDIR+= libspf-alt +SUBDIR+= libsylph SUBDIR+= mail-notification SUBDIR+= mailagent SUBDIR+= mailcrypt |