pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed Have spellchecker by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/894d39a9a014
branches:  trunk
changeset: 400185:894d39a9a014
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Oct 12 19:47:40 2009 +0000

description:
Have spellchecker by default
Take maintainership from Chris (I have asked him in private mail)
Remove PKG_REVPATH, I think we gave enough time.

diffstat:

 mail/sylpheed/Makefile   |  8 +++-----
 mail/sylpheed/options.mk |  4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r fc5f73ff4d5f -r 894d39a9a014 mail/sylpheed/Makefile
--- a/mail/sylpheed/Makefile    Mon Oct 12 15:29:30 2009 +0000
+++ b/mail/sylpheed/Makefile    Mon Oct 12 19:47:40 2009 +0000
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.120 2009/08/26 19:57:58 sno Exp $
+# $NetBSD: Makefile,v 1.121 2009/10/12 19:47:40 ahoka Exp $
 
 DISTNAME=      sylpheed-2.7.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail news x11
 MASTER_SITES=  http://sylpheed.sraoss.jp/sylpheed/v2.7/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    chris%NetBSD.org@localhost
+MAINTAINER=    ahoka%NetBSD.org@localhost
 HOMEPAGE=      http://sylpheed.sraoss.jp/en/
 COMMENT=       Gtk based e-mail and netnews client
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 CONFLICTS=             sylpheed-claws-[0-9]*
 
-PREV_PKGPATH=          mail/sylpheed-devel
-
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake msgfmt pkg-config
diff -r fc5f73ff4d5f -r 894d39a9a014 mail/sylpheed/options.mk
--- a/mail/sylpheed/options.mk  Mon Oct 12 15:29:30 2009 +0000
+++ b/mail/sylpheed/options.mk  Mon Oct 12 19:47:40 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2008/06/29 11:38:32 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2009/10/12 19:47:40 ahoka Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sylpheed
 PKG_SUPPORTED_OPTIONS= jpilot ldap inet6 gpgme gtkspell
-PKG_SUGGESTED_OPTIONS= inet6 gpgme
+PKG_SUGGESTED_OPTIONS= inet6 gpgme gtkspell
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index