ports/103539: [PATCH] mail/mutt-ng: update to 20060915
Nils Vogels
nivo+kw+ports.bfa274 at is-root.com
Sun Sep 24 03:00:30 UTC 2006
>Number: 103539
>Category: ports
>Synopsis: [PATCH] mail/mutt-ng: update to 20060915
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 24 03:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Nils Vogels
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug 5 19:36:46 CEST
>Description:
- Update to 20060915
- Clean up some portlint warnings
Port maintainer (shaun at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- mutt-ng-20060915.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/mutt-ng/Makefile /disk/3/home/nivo/ports/mutt-ng/Makefile
--- /usr/ports/mail/mutt-ng/Makefile Fri Jul 14 00:57:36 2006
+++ /disk/3/home/nivo/ports/mutt-ng/Makefile Sun Sep 24 04:54:27 2006
@@ -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}/
@@ -25,23 +24,6 @@
--with-docdir=${DOCSDIR} --with-charmaps
MAKE_ENV= "EXAMPLESDIR=${EXAMPLESDIR}"
-.if !defined(WITHOUT_NLS)
-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
-.endif
-.elif !defined(WITHOUT_MUTT_ICONV)
-USE_ICONV= yes
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-PLIST_SUB+= NLS="@comment "
-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 \
@@ -59,6 +41,24 @@
DEBUG "Compile a debug version" on
.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NLS)
+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
+.endif
+
+.elif !defined(WITHOUT_MUTT_ICONV)
+USE_ICONV= yes
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.else
+PLIST_SUB+= NLS="@comment "
+CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --disable-iconv
+.endif
.if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
WITH_MUTT_IMAP_HEADER_CACHE= yes
diff -ruN --exclude=CVS /usr/ports/mail/mutt-ng/distinfo /disk/3/home/nivo/ports/mutt-ng/distinfo
--- /usr/ports/mail/mutt-ng/distinfo Sat Jul 1 20:09:38 2006
+++ /disk/3/home/nivo/ports/mutt-ng/distinfo Sun Sep 24 04:52:25 2006
@@ -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
--- mutt-ng-20060915.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list