diff mbox

msmtp: bump to version 1.4.31

Message ID 1367962161-18531-1-git-send-email-gilles.talis@gmail.com
State Accepted
Commit ea78a5f4de26dc3ab0b5c195e0cf5e47719d3c24
Headers show

Commit Message

Gilles Talis May 7, 2013, 9:29 p.m. UTC
Also added license information

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/msmtp/msmtp.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Comments

Yann E. MORIN May 7, 2013, 9:38 p.m. UTC | #1
On Tue, May 07, 2013 at 02:29:21PM -0700, Gilles Talis wrote:
> Also added license information
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  package/msmtp/msmtp.mk |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk
> index 87a2fbb..e99ab3d 100644
> --- a/package/msmtp/msmtp.mk
> +++ b/package/msmtp/msmtp.mk
> @@ -4,9 +4,11 @@
>  #
>  #############################################################
>  
> -MSMTP_VERSION = 1.4.27
> +MSMTP_VERSION = 1.4.31
>  MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION)
>  MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.bz2
> +MSMTP_LICENSE = GPLv3+
> +MSMTP_LICENSE_FILES = COPYING
>  
>  MSMTP_DEPENDENCIES += host-pkgconf
>  
> -- 
> 1.7.4.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard May 7, 2013, 9:40 p.m. UTC | #2
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> Also added license information
 Gilles> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk
index 87a2fbb..e99ab3d 100644
--- a/package/msmtp/msmtp.mk
+++ b/package/msmtp/msmtp.mk
@@ -4,9 +4,11 @@ 
 #
 #############################################################
 
-MSMTP_VERSION = 1.4.27
+MSMTP_VERSION = 1.4.31
 MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION)
 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.bz2
+MSMTP_LICENSE = GPLv3+
+MSMTP_LICENSE_FILES = COPYING
 
 MSMTP_DEPENDENCIES += host-pkgconf