diff options
author | az <az@FreeBSD.org> | 2006-05-09 15:37:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-05-09 15:37:29 +0800 |
commit | 2b8f366e75e4d7cb5f4f3d38d4ab3a008acaf270 (patch) | |
tree | 558d7ae2036505a1cd752ab0392b43b9cf4225e0 /mail | |
parent | b8882437df63b75f2328ffce9264818cc7a2aa19 (diff) | |
download | freebsd-ports-gnome-2b8f366e75e4d7cb5f4f3d38d4ab3a008acaf270.tar.gz freebsd-ports-gnome-2b8f366e75e4d7cb5f4f3d38d4ab3a008acaf270.tar.zst freebsd-ports-gnome-2b8f366e75e4d7cb5f4f3d38d4ab3a008acaf270.zip |
- Update to 20060501 snapshot
- Add distfile mirror
- HTML docs not generated: we don't need lynx any more
- portlint(1)
- Pass maintainership to submitter
PR: ports/96671
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-ng/Makefile | 25 | ||||
-rw-r--r-- | mail/mutt-ng/distinfo | 6 | ||||
-rw-r--r-- | mail/mutt-ng/files/patch-doc_Makefile.in | 55 | ||||
-rw-r--r-- | mail/mutt-ng/pkg-plist | 1 |
4 files changed, 67 insertions, 20 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index 467e92a2a82c..6cf885294c09 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -6,18 +6,17 @@ # PORTNAME= mutt-ng -PORTVERSION= 20051110 -PORTREVISION= 1 +PORTVERSION= 20060501 CATEGORIES= mail -MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ +MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ DISTNAME= muttng-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= A fork of the mutt with the goal to incorporate all the patches GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-fcntl --sysconfdir=${PREFIX}/etc \ @@ -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,10 +41,6 @@ CONFIGURE_ARGS+= --disable-nls CONFIGURE_ARGS+= --disable-iconv .endif -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= lynx:${PORTSDIR}/www/lynx -.endif - OPTIONS= POP "Enable pop3 support" on \ IMAP "Enable imap support" on \ NNTP "Enable nntp support" off \ @@ -65,7 +60,7 @@ OPTIONS= POP "Enable pop3 support" on \ .include <bsd.port.pre.mk> .if defined(WITH_MUTT_MAILDIR_HEADER_CACHE) -WITH_MUTT_IMAP_HEADER_CACHE= yes +WITH_MUTT_IMAP_HEADER_CACHE= yes .endif .if defined (WITH_POP) @@ -119,12 +114,12 @@ CONFIGURE_ARGS+= --with-slang=${LOCALBASE} LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses CONFIGURE_ARGS+= --with-curses=${LOCALBASE} .elif defined(WITH_SLANG) && defined(WITH_NCURSES_PORT) -BROKEN= "You may not specify both WITH_SLANG and WITH_NCURSES options" +BROKEN= You may not specify both WITH_SLANG and WITH_NCURSES options .endif .if defined(WITH_SASL2) || defined(WITH_MUTT_CYRUS_SASL2) .if !defined(WITH_POP) && !defined(WITH_IMAP) -BROKEN= "SASL2 only is useful for imap or pop" +BROKEN= SASL2 only is useful for imap or pop .endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-sasl2=${LOCALBASE} @@ -173,10 +168,6 @@ post-install: @${MKDIR} ${DOCSDIR} && ${CHMOD} a+rx ${DOCSDIR} @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \ ${DOCSDIR} - @${FIND} ${DOCSDIR}/html ! -type d | ${SED} -e 's,${PREFIX}/,,' \ - >> ${TMPPLIST} - @${ECHO} "@dirrm share/doc/mutt-ng/html" >> ${TMPPLIST} - @${ECHO} "@dirrm ${DOCSDIR:S,${PREFIX},,}" >> ${TMPPLIST} .endif .include <bsd.port.post.mk> diff --git a/mail/mutt-ng/distinfo b/mail/mutt-ng/distinfo index 55452980ee32..5f6d52055b74 100644 --- a/mail/mutt-ng/distinfo +++ b/mail/mutt-ng/distinfo @@ -1,3 +1,3 @@ -MD5 (muttng-20051110.tar.gz) = 21594b8fe6f654fc38907a47ce22b779 -SHA256 (muttng-20051110.tar.gz) = 8a22f01bbfd68f781da9c3fabb6f9ca65a60c29e6059490b9fc0efd969931657 -SIZE (muttng-20051110.tar.gz) = 2732141 +MD5 (muttng-20060501.tar.gz) = 8b6752e9aebfd8ea78ea99036c760af2 +SHA256 (muttng-20060501.tar.gz) = 0499233085745ecd29a889ff235f7d57ab8c75644ab12efc04e7d4ff101752be +SIZE (muttng-20060501.tar.gz) = 2734082 diff --git a/mail/mutt-ng/files/patch-doc_Makefile.in b/mail/mutt-ng/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..f34ec5b98f57 --- /dev/null +++ b/mail/mutt-ng/files/patch-doc_Makefile.in @@ -0,0 +1,55 @@ +--- doc/Makefile.in.orig Tue Mar 14 10:36:31 2006 ++++ doc/Makefile.in Tue May 2 15:43:59 2006 +@@ -89,11 +89,11 @@ + $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \ + done + -$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true +- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html +- -cd html; for file in *.html ; do \ +- $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ +- done +- -$(INSTALL) -m 644 muttng.css $(DESTDIR)$(docdir)/html || true ++# $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html ++# -cd html; for file in *.html ; do \ ++# $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ ++# done ++# -$(INSTALL) -m 644 muttng.css $(DESTDIR)$(docdir)/html || true + + uninstall: + for f in muttng.1 mutt_dotlock.1 fleang.1 muttng-flea.1 muttngbug.1 ; do \ +@@ -113,12 +113,12 @@ + @HTMLCLEAN_CMD@ $@ || true + + manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml +- test -d html || mkdir html +- -xsltproc --nonet --stringparam html.stylesheet muttng.css -o html/ $^ +- touch stamp-doc-chunked +- cd html; for file in *.html ; do \ +- @HTMLCLEAN_CMD@ $$file || true ; \ +- done ++# test -d html || mkdir html ++# -xsltproc --nonet --stringparam html.stylesheet muttng.css -o html/ $^ ++# touch stamp-doc-chunked ++# cd html; for file in *.html ; do \ ++# @HTMLCLEAN_CMD@ $$file || true ; \ ++# done + + manual.pdf: stamp-doc-tex + -if test -f manual.tex; then pdfjadetex manual.tex; fi +@@ -182,11 +182,11 @@ + ln $$file $(distdir) 2> /dev/null \ + || cp -p $$file $(distdir) ; \ + done +- mkdir $(distdir)/html +- cd html; for file in *.html ; do \ +- ln $$file ../$(distdir)/html 2> /dev/null \ +- || cp -p $$file ../$(distdir)/html ; \ +- done ++# mkdir $(distdir)/html ++# cd html; for file in *.html ; do \ ++# ln $$file ../$(distdir)/html 2> /dev/null \ ++# || cp -p $$file ../$(distdir)/html ; \ ++# done + + ../makedoc$(EXEEXT): $(top_srcdir)/makedoc.c + (cd .. && $(MAKE) makedoc$(EXEEXT)) diff --git a/mail/mutt-ng/pkg-plist b/mail/mutt-ng/pkg-plist index 3aa65f5ca2b9..bb8a5569af73 100644 --- a/mail/mutt-ng/pkg-plist +++ b/mail/mutt-ng/pkg-plist @@ -89,3 +89,4 @@ etc/muttng-mime.types %%NLS%%share/locale/zh_TW/LC_MESSAGES/muttng.mo @dirrm %%EXAMPLESDIR%%/iconv @dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |