Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mutt to v2.0.3 #4293

Merged
merged 1 commit into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cross/mutt/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = mutt
PKG_VERS = 1.13.4
PKG_VERS = 2.0.3
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = ftp://ftp.mutt.org/pub/$(PKG_NAME)
Expand All @@ -21,4 +21,4 @@ include ../../mk/spksrc.cross-cc.mk
.PHONY: mutt_install
mutt_install:
$(RUN) $(MAKE) install DESTDIR=$(INSTALL_DIR)
cp $(WORK_DIR)/$(PKG_DIR)/doc/Muttrc $(STAGING_INSTALL_PREFIX)/etc/Muttrc
cp $(WORK_DIR)/$(PKG_DIR)/doc/Muttrc.head $(STAGING_INSTALL_PREFIX)/etc/Muttrc
6 changes: 3 additions & 3 deletions cross/mutt/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mutt-1.13.4.tar.gz SHA1 2d009e2dee3814fd6416ea12f9a501c475367ea3
mutt-1.13.4.tar.gz SHA256 b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04
mutt-1.13.4.tar.gz MD5 8f08d01bb6379ce4f803560db3f1bc65
mutt-2.0.3.tar.gz SHA1 02fb63980031df89d19939ec801b763e08b3023f
mutt-2.0.3.tar.gz SHA256 9c327cafb7acbfd4a57e7c817148fe438720a4545a5f628926f7745bc752c1ed
mutt-2.0.3.tar.gz MD5 34be16eacfdd6aca5d54d67e1075b6a4
7 changes: 3 additions & 4 deletions spk/mutt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = mutt
SPK_VERS = 1.13.4
SPK_REV = 5
SPK_VERS = 2.0.3
SPK_REV = 6
SPK_ICON = src/mutt.png

DEPENDS = cross/mutt
Expand All @@ -10,7 +10,7 @@ DESCRIPTION = Mutt is a small but very powerful text-based mail client for Unix
DISPLAY_NAME = Mutt
STARTABLE = no

CHANGELOG = "Update openssl to 1.1."
CHANGELOG = "1. Update to mutt v2.0.3.<br/>2. Update openssl to 1.1."

HOMEPAGE = http://www.mutt.org
LICENSE = GPLv2
Expand All @@ -21,7 +21,6 @@ SPK_LINKS = /usr/local/bin/mutt:bin/mutt-utf8

POST_STRIP_TARGET = mutt_extra_install


include ../../mk/spksrc.spk.mk

.PHONY: mutt_extra_install
Expand Down
1 change: 0 additions & 1 deletion spk/mutt/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ service_save ()
mv ${INSTALL_TARGET_DIR}/etc/Muttrc.local ${TMP_DIR}/Muttrc.local >> "${INST_LOG}"
fi
}