From 0a76266f3b9c61cba8203640782299a195527656 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Thu, 19 Feb 2015 12:58:49 +0000 Subject: [PATCH 1/2] msmtp-nossl: prerm --- mail/msmtp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index cf137d144..f810a5dd5 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -124,6 +124,7 @@ endef Package/msmtp-nossl/conffiles = $(Package/msmtp/conffiles) Package/msmtp-nossl/install = $(Package/msmtp/install) Package/msmtp-nossl/postinst = $(Package/msmtp/postinst) +Package/msmtp-nossl/prerm = $(Package/msmtp/prerm) define Package/msmtp-queue/install $(INSTALL_DIR) $(1)/usr/bin From 94a28e969ffc19aa35c8e67451a5cf73574b877d Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Tue, 24 Feb 2015 11:11:13 +0000 Subject: [PATCH 2/2] msmtp: bump revision Signed-off-by: Alexander Ryzhov --- mail/msmtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f810a5dd5..1a7e21480 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp PKG_VERSION:=1.6.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/msmtp