Date: Sun, 11 Sep 2016 10:27:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421813 - head/mail/neomutt Message-ID: <201609111027.u8BAR8VA026846@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Sep 11 10:27:07 2016 New Revision: 421813 URL: https://svnweb.freebsd.org/changeset/ports/421813 Log: Update to 20160910 Remove the requirement for gmake now the makefile has been fixed Changes: https://www.neomutt.org/2016/09/10/release Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo head/mail/neomutt/pkg-plist Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sun Sep 11 10:26:24 2016 (r421812) +++ head/mail/neomutt/Makefile Sun Sep 11 10:27:07 2016 (r421813) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20160827 +PORTVERSION= 20160910 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/GPL USE_GITHUB= yes -USES= autoreconf gmake localbase ncurses shebangfix ssl +USES= autoreconf localbase ncurses shebangfix ssl GNU_CONFIGURE= yes LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet \ Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Sun Sep 11 10:26:24 2016 (r421812) +++ head/mail/neomutt/distinfo Sun Sep 11 10:27:07 2016 (r421813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472303580 -SHA256 (neomutt-neomutt-neomutt-20160827_GH0.tar.gz) = 1afbf4d588fc35b000502016a975110efbc62f4afe4c6fa065e5369310304173 -SIZE (neomutt-neomutt-neomutt-20160827_GH0.tar.gz) = 2629013 +TIMESTAMP = 1473589342 +SHA256 (neomutt-neomutt-neomutt-20160910_GH0.tar.gz) = cc1159c7210a706db765b7198ac53405d25e7577ff9e5cd2f1d062964213798b +SIZE (neomutt-neomutt-neomutt-20160910_GH0.tar.gz) = 2638853 Modified: head/mail/neomutt/pkg-plist ============================================================================== --- head/mail/neomutt/pkg-plist Sun Sep 11 10:26:24 2016 (r421812) +++ head/mail/neomutt/pkg-plist Sun Sep 11 10:27:07 2016 (r421813) @@ -32,15 +32,14 @@ man/man5/muttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/gettingstarted.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/keybase/KeybaseAndMutt.md %%PORTDOCS%%%%DOCSDIR%%/keybase/LICENSE %%PORTDOCS%%%%DOCSDIR%%/keybase/README.md +%%PORTDOCS%%%%DOCSDIR%%/keybase/attachmentView.png %%PORTDOCS%%%%DOCSDIR%%/keybase/decrypt.sh -%%PORTDOCS%%%%DOCSDIR%%/keybase/images/attachmentView.png -%%PORTDOCS%%%%DOCSDIR%%/keybase/images/pagerMode.png %%PORTDOCS%%%%DOCSDIR%%/keybase/install.sh %%PORTDOCS%%%%DOCSDIR%%/keybase/keybase.py %%PORTDOCS%%%%DOCSDIR%%/keybase/muttrc +%%PORTDOCS%%%%DOCSDIR%%/keybase/pagerMode.png %%PORTDOCS%%%%DOCSDIR%%/keybase/pgpdecrypt.sh %%PORTDOCS%%%%DOCSDIR%%/keybase/pgpverify.sh %%PORTDOCS%%%%DOCSDIR%%/keybase/verify.sh @@ -80,9 +79,12 @@ man/man5/muttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/samples/pgp2.rc %%PORTDOCS%%%%DOCSDIR%%/samples/pgp5.rc %%PORTDOCS%%%%DOCSDIR%%/samples/pgp6.rc +%%PORTDOCS%%%%DOCSDIR%%/samples/sample.colors.attach_headers %%PORTDOCS%%%%DOCSDIR%%/samples/sample.mailcap %%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc +%%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc-sidebar %%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc-tlr +%%PORTDOCS%%%%DOCSDIR%%/samples/sample.vimrc-sidebar %%PORTDOCS%%%%DOCSDIR%%/samples/smime.rc %%PORTDOCS%%%%DOCSDIR%%/samples/smime_keys_test.pl %%PORTDOCS%%%%DOCSDIR%%/security.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111027.u8BAR8VA026846>