From b326fa0735ff8780bfe1586cf9127998b78e765d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 24 May 2011 14:59:12 -0700 Subject: msmtp: update tof 1.4.24 (From OE-Core rev: 5aaed6f4fc275b95e969fe880439540200201c3c) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/msmtp/msmtp_1.4.23.bb | 26 -------------------------- meta/recipes-extended/msmtp/msmtp_1.4.24.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-extended/msmtp/msmtp_1.4.23.bb create mode 100644 meta/recipes-extended/msmtp/msmtp_1.4.24.bb (limited to 'meta/recipes-extended/msmtp') diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb deleted file mode 100644 index d48881ace4..0000000000 --- a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "msmtp is an SMTP client." -DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" -HOMEPAGE = "http://msmtp.sourceforge.net/" -SECTION = "console/network" - -PRIORITY = "required" -LICENSE = "GPLv3" -DEPENDS = "zlib gnutls" -PR = "r1" - - -#COPYING or Licence -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ - " - -SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16" -SRC_URI[sha256sum] = "269cd30eeb867167c6a599e23399f4fc24196fcdef3bac5b120d806b3b421810" - -inherit gettext autotools update-alternatives - -ALTERNATIVE_NAME = "sendmail" -ALTERNATIVE_PATH = "${bindir}/msmtp" -ALTERNATIVE_LINK = "${sbindir}/sendmail" -ALTERNATIVE_PRIORITY = "100" diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb new file mode 100644 index 0000000000..39a7eea108 --- /dev/null +++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb @@ -0,0 +1,26 @@ +SUMMARY = "msmtp is an SMTP client." +DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" +HOMEPAGE = "http://msmtp.sourceforge.net/" +SECTION = "console/network" + +PRIORITY = "required" +LICENSE = "GPLv3" +DEPENDS = "zlib gnutls" +PR = "r1" + + +#COPYING or Licence +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ + " + +SRC_URI[md5sum] = "3ed704fbd3e7419cab5c65bb7928d9ba" +SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb736887" + +inherit gettext autotools update-alternatives + +ALTERNATIVE_NAME = "sendmail" +ALTERNATIVE_PATH = "${bindir}/msmtp" +ALTERNATIVE_LINK = "${sbindir}/sendmail" +ALTERNATIVE_PRIORITY = "100" -- cgit v1.2.3-54-g00ecf