mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/mutt: Update to 2.2.14
Pet portfmt. Changelog: https://marc.info/?l=mutt-announce&m=174004585212071&w=2 PR: 284998 Approved by: submitter is maintainer
This commit is contained in:
parent
12f86f5cc6
commit
b14f89ebd9
2 changed files with 20 additions and 24 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= mutt
|
PORTNAME= mutt
|
||||||
DISTVERSION= 2.2.13
|
DISTVERSION= 2.2.14
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES+= mail
|
CATEGORIES+= mail
|
||||||
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
|
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
|
||||||
https://bitbucket.org/mutt/mutt/downloads/
|
https://bitbucket.org/mutt/mutt/downloads/
|
||||||
|
@ -20,17 +19,16 @@ USE_PERL5= build
|
||||||
|
|
||||||
SHEBANG_FILES= contrib/smime_keys_test.pl doc/gen-map-doc smime_keys.pl
|
SHEBANG_FILES= contrib/smime_keys_test.pl doc/gen-map-doc smime_keys.pl
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
CONFIGURE_ARGS= --disable-fcntl \
|
||||||
CONFIGURE_ARGS= --disable-fcntl \
|
--enable-compressed \
|
||||||
--enable-compressed \
|
--enable-external-dotlock \
|
||||||
--enable-external-dotlock \
|
--enable-imap \
|
||||||
--enable-imap \
|
--enable-pop \
|
||||||
--enable-pop \
|
--enable-sidebar \
|
||||||
--enable-sidebar \
|
--sysconfdir=${PREFIX}/etc \
|
||||||
--sysconfdir=${PREFIX}/etc \
|
--with-docdir=${DOCSDIR} \
|
||||||
--with-docdir=${DOCSDIR} \
|
--with-ssl=${OPENSSLBASE}
|
||||||
--with-ssl=${OPENSSLBASE}
|
|
||||||
|
|
||||||
.if defined(MUTT_CONFIGURE_ARGS)
|
.if defined(MUTT_CONFIGURE_ARGS)
|
||||||
CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS}
|
CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS}
|
||||||
|
@ -165,12 +163,7 @@ SMTP_CONFIGURE_ENABLE= smtp
|
||||||
|
|
||||||
URLVIEW_RUN_DEPENDS= urlview:textproc/urlview
|
URLVIEW_RUN_DEPENDS= urlview:textproc/urlview
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
pre-configure:
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_MAN} ${FILESDIR}/mailcap.5 ${STAGEDIR}${PREFIX}/share/man/man5
|
|
||||||
|
|
||||||
pre-configure::
|
|
||||||
# Stop make from setgid mutt_dotlock
|
# Stop make from setgid mutt_dotlock
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e '/if test.*mutt_dotlock.*DOTLOCK_GROUP/s/if/if ${FALSE} \&\&/' \
|
-e '/if test.*mutt_dotlock.*DOTLOCK_GROUP/s/if/if ${FALSE} \&\&/' \
|
||||||
|
@ -182,10 +175,13 @@ pre-configure::
|
||||||
@${REINPLACE_CMD} -e 's,$$(docdir)/samples,${EXAMPLESDIR},g' \
|
@${REINPLACE_CMD} -e 's,$$(docdir)/samples,${EXAMPLESDIR},g' \
|
||||||
${WRKSRC}/contrib/Makefile.in
|
${WRKSRC}/contrib/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_MAN} ${FILESDIR}/mailcap.5 ${STAGEDIR}${PREFIX}/share/man/man5
|
||||||
|
|
||||||
# Undo some dist. installed files
|
# Undo some dist. installed files
|
||||||
post-stage::
|
post-stage:
|
||||||
@${MV} ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.dist \
|
@${MV} ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.dist \
|
||||||
${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample
|
${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample
|
||||||
@${RM} ${STAGEDIR}/${LOCALBASE}/etc/mime.types*
|
@${RM} ${STAGEDIR}/${LOCALBASE}/etc/mime.types*
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1710016671
|
TIMESTAMP = 1740063795
|
||||||
SHA256 (mutt/mutt-2.2.13.tar.gz) = eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb
|
SHA256 (mutt/mutt-2.2.14.tar.gz) = d162fb6d491e3af43d6f62f949b7e687bb0c7c2584da52c99a99354a25de14ef
|
||||||
SIZE (mutt/mutt-2.2.13.tar.gz) = 5539130
|
SIZE (mutt/mutt-2.2.14.tar.gz) = 5549971
|
||||||
|
|
Loading…
Add table
Reference in a new issue