summaryrefslogtreecommitdiff
path: root/mail/evolution/buildlink3.mk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-26 16:21:12 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-26 16:21:12 +0000
commit46abaddea240946cf55c5ed733ca6284f47571e6 (patch)
treec614625907af907a8c113b086fb5b13c5ece7aea /mail/evolution/buildlink3.mk
parent186e105be76e58348147e2ba86d63987be5c392a (diff)
downloadpkgsrc-46abaddea240946cf55c5ed733ca6284f47571e6.tar.gz
Update to 2.2.1.1:
Evolution 2.2.1.1, 2005-03-17 ----------------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Calendar #72983 - 'List' view has one entry for recurring appointment (Rodrigo) * Mail #73559 - Evolution filter crash when using Source Account criteria (Michael) #71003 - threads still running at exit redux (Michael) #73550 - HTML mails don't show if "prefer plain-text" plugin not active (Michael) Other bugs * Plugins - Set auth mechanism for transport and source when configuring exchange (Sushma) Evolution 2.2.1, 2005-03-15 --------------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Addressbook #73206 - Evolution crashed when clicked on 'Cancel' of LDAP authentication (Siva) * Calendar #73563 - evolution-alarm-notify crashes after pressing snooze button (JP) #72979 - Meeting is displayed as appointment in 'List view' (Chen) #73501 - In 'Send Options' popup 'General Options' tab should be removed for exchange (Sush) * Mail #73293 - unread messages becoming read do not update menu items (Michael) #73139 - Not able to see the icons of Shared Folders (Vivek) #73100 - Unify Evolution license text check box messages in Evolution mailer (Michael) #71733 - signature editor should set focus on title field (Harry Lu) #73501 - In 'Send Options' popup 'General Options' tab should be removed (Sushma) * Plugins #72807 - Switching from gw account crashes Evolution (Siva) #73201 -Sharing tab is not present in the properties of a folder which has a space in its name (Vivek) Other bugs * Calendar - Fix memory leak in calendar views (Michael) - Fix forward as icalendar (JP) - Fix default color and selection on first run (JP) * Mail - Improved Post-To handling (Michael) - Fix To/CC/BCC cut and paste (Hans) * Plugins - Don't return an invisible item in gw account setup (Michael) - Handle assigned tasks in itip formatter (JP) * All - Clean up debug spew (Michael) - Fix memory leak for gal view menus (Michael) Updated translations: -pl (GNOME PL Team) -ja (Takeshi AIHANA) -da (Martin Willemoes Hansen) -fr (Christophe Merlet) -ko (Changwoo Ryu) -en_GB (David Lodge) -tr (Baris Cicek) -cs (Miloslav Trmac) -de (Frank Arnold) -sr (Danilo Segan) -sr@Latn (Danilo Segan) -es (Francisco Javier F. Serrador) -pt_BR (Raphael Higino) -sq (Laurent Dhima) -fi (Hile Tuohela) -gu (Ankit Patel) -sv (Christian Rose) -pt (Duarte Loreto) -en_CA (Adam Weinberger)
Diffstat (limited to 'mail/evolution/buildlink3.mk')
-rw-r--r--mail/evolution/buildlink3.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/evolution/buildlink3.mk b/mail/evolution/buildlink3.mk
index 4a1db921bc1..027851f2a56 100644
--- a/mail/evolution/buildlink3.mk
+++ b/mail/evolution/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2005/03/22 16:39:39 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/03/26 16:21:12 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
EVOLUTION_BUILDLINK3_MK:= ${EVOLUTION_BUILDLINK3_MK}+
@@ -15,6 +15,10 @@ BUILDLINK_DEPENDS.evolution+= evolution>=2.2.0
BUILDLINK_PKGSRCDIR.evolution?= ../../mail/evolution
.endif # EVOLUTION_BUILDLINK3_MK
+PRINT_PLIST_AWK+= /^@dirrm lib\/evolution\/2.2$$/ \
+ { print "@comment in evolution: " $$0; next }
+PRINT_PLIST_AWK+= /^@dirrm lib\/evolution$$/ \
+ { print "@comment in evolution: " $$0; next }
PRINT_PLIST_AWK+= /^@dirrm libexec\/evolution\/2.2$$/ \
{ print "@comment in evolution: " $$0; next }
PRINT_PLIST_AWK+= /^@dirrm libexec\/evolution$$/ \