diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-07 23:58:54 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-07 23:58:54 +0800 |
commit | 64033cb9fd238f861717429e3555789c80f92151 (patch) | |
tree | f62152e5ee859a2ce8aaae844f933093e0ad2b0a /mail/mutt-ng | |
parent | ce3d4356a527b5c8dcb7bbe2e11cf88da37a6b55 (diff) | |
download | freebsd-ports-gnome-64033cb9fd238f861717429e3555789c80f92151.tar.gz freebsd-ports-gnome-64033cb9fd238f861717429e3555789c80f92151.tar.zst freebsd-ports-gnome-64033cb9fd238f861717429e3555789c80f92151.zip |
Update to 20060915.
PR: ports/103539
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/Makefile | 35 | ||||
-rw-r--r-- | mail/mutt-ng/distinfo | 6 |
2 files changed, 20 insertions, 21 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index 165df9851b20..486deb6f75ed 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mutt-ng -PORTVERSION= 20060630 -PORTREVISION= 1 +PORTVERSION= 20060915 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -30,7 +29,7 @@ USE_GETTEXT= yes USE_ICONV= yes PLIST_SUB+= NLS="" .if defined(WITHOUT_MUTT_ICONV) -BROKEN= The WITHOUT_MUTT_ICONV knob of the mutt port only works if WITHOUT_NLS is also given +BROKEN= The WITHOUT_MUTT_ICONV knob of the mutt port only works if WITHOUT_NLS is also given .endif .elif !defined(WITHOUT_MUTT_ICONV) USE_ICONV= yes @@ -42,21 +41,21 @@ CONFIGURE_ARGS+= --disable-nls CONFIGURE_ARGS+= --disable-iconv .endif -OPTIONS= POP "Enable pop3 support" on \ - IMAP "Enable imap support" on \ - NNTP "Enable nntp support" off \ - COMPRESSED "Enable compressed folder support" on \ - FLOCK "Enable flock to lock files" on \ - HCACHE_DB4 "Enable headers caching via DB4" on \ - HCACHE_GDBM "Enable headers caching via gdbm" off \ - HCACHE_QDBM "Enable headers caching via qdbm" off \ - ESMTP "Enable libesmtp support for sending mail" off \ - SLANG "Compile with SLANG frontend" off \ - NCURSES_PORT "Compile with ncurses frontend via port" off \ - SASL2 "Compile with sasl2 support for authentication" off \ - GNUTLS "Compile with SSL support via GNUTLS" off \ - LIBIDN "Enable international domain names" off \ - DEBUG "Compile a debug version" on +OPTIONS= POP "Enable pop3 support" on \ + IMAP "Enable imap support" on \ + NNTP "Enable nntp support" off \ + COMPRESSED "Enable compressed folder support" on \ + FLOCK "Enable flock to lock files" on \ + HCACHE_DB4 "Enable headers caching via DB4" on \ + HCACHE_GDBM "Enable headers caching via gdbm" off \ + HCACHE_QDBM "Enable headers caching via qdbm" off \ + ESMTP "Enable libesmtp support for sending mail" off \ + SLANG "Compile with SLANG frontend" off \ + NCURSES_PORT "Compile with ncurses frontend via port" off \ + SASL2 "Compile with sasl2 support for authentication" off \ + GNUTLS "Compile with SSL support via GNUTLS" off \ + LIBIDN "Enable international domain names" off \ + DEBUG "Compile a debug version" on .include <bsd.port.pre.mk> diff --git a/mail/mutt-ng/distinfo b/mail/mutt-ng/distinfo index 93ff0e5f1eb8..0505a54c3647 100644 --- a/mail/mutt-ng/distinfo +++ b/mail/mutt-ng/distinfo @@ -1,3 +1,3 @@ -MD5 (muttng-20060630.tar.gz) = ab22e207035bccd2d993d70485756934 -SHA256 (muttng-20060630.tar.gz) = b69d1342ac34509ba5689c15e2426722adb0f5bb52f5e2e8a0d62a67d6b92f03 -SIZE (muttng-20060630.tar.gz) = 2734087 +MD5 (muttng-20060915.tar.gz) = b78112847354e856a2e9867cc2b7aee1 +SHA256 (muttng-20060915.tar.gz) = 315edb4c76cd04e3ad2e8a5cef53355cfab719903ce7eb1e2bee560f490ebbe3 +SIZE (muttng-20060915.tar.gz) = 2734133 |