update to mutt-1.14.0
This commit is contained in:
parent
cb9d05d1b1
commit
8ad2d79915
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.130 2020/03/29 15:36:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.131 2020/05/14 11:41:47 sthen Exp $
|
||||
|
||||
COMMENT= tty-based e-mail client
|
||||
|
||||
DISTNAME= mutt-1.13.5
|
||||
DISTNAME= mutt-1.14.0
|
||||
#PGPSIGFILES= ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
EPOCH= 3
|
||||
|
||||
@ -37,6 +37,12 @@ CONFIGURE_STYLE= gnu
|
||||
FLAVOR_COMMA= ${FLAVOR_EXT:S/-/,/g}
|
||||
SUBST_VARS= FLAVOR_COMMA
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
MODPY_RUNDEP= No
|
||||
MODPY_BUILDDEP= No
|
||||
MODPY_ADJ_FILES= contrib/markdown2html
|
||||
|
||||
CONFIGURE_ARGS+= --enable-compressed \
|
||||
--enable-external_dotlock \
|
||||
--disable-fcntl \
|
||||
@ -90,7 +96,9 @@ CONFIGURE_ARGS+= --with-curses
|
||||
|
||||
post-install:
|
||||
mv -f ${PREFIX}/share/doc/mutt/samples/* ${PREFIX}/share/examples/mutt
|
||||
cd ${PREFIX}/share/examples/mutt; \
|
||||
chmod +x *.sh *.pl mutt_xtitle markdown2html
|
||||
sed -i -e 's,gpg ,${LOCALBASE}/bin/gpg2 ,' \
|
||||
${PREFIX}/share/examples/mutt/gpg.rc
|
||||
${PREFIX}/share/examples/mutt/gpg.rc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mutt-1.13.5.tar.gz) = bNcbWz5rJVr+9r7TteHo7pgZs9fJg5/ZXnmARYgqplM=
|
||||
SIZE (mutt-1.13.5.tar.gz) = 4902500
|
||||
SHA256 (mutt-1.14.0.tar.gz) = 3y6CqDrTjJqf029Exasrcm3vpLsaF955TdOADzNT+fg=
|
||||
SIZE (mutt-1.14.0.tar.gz) = 5220515
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.37 2019/12/02 12:19:55 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.38 2020/05/14 11:41:47 sthen Exp $
|
||||
@pkgpath mail/mutt/stable${FLAVOR_COMMA}
|
||||
@pkgpath mail/mutt/snapshot[,compressed][,hcache][,idn][,sidebar]${FLAVOR_COMMA}
|
||||
@pkgpath mail/mutt[,compressed][,idn][,sidebar]${FLAVOR_COMMA}
|
||||
@ -55,6 +55,8 @@ share/examples/mutt/Muttrc.dist
|
||||
@sample ${SYSCONFDIR}/Muttrc
|
||||
share/examples/mutt/Pine.rc
|
||||
share/examples/mutt/Tin.rc
|
||||
share/examples/mutt/bgedit-detectgui.sh
|
||||
share/examples/mutt/bgedit-screen-tmux.sh
|
||||
share/examples/mutt/ca-bundle.crt
|
||||
share/examples/mutt/colors.default
|
||||
share/examples/mutt/colors.linux
|
||||
|
Loading…
Reference in New Issue
Block a user