From: Michael Lauer Date: Sat, 19 Aug 2006 16:01:39 +0000 (+0000) Subject: esmtp: update to 0.5.1 X-Git-Tag: Release-2010-05/1~9453^2~913^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadf8c368c891c853e4857181ae6a8d6717b880b;p=openembedded.git esmtp: update to 0.5.1 --- diff --git a/packages/esmtp/esmtp_0.4.1.bb b/packages/esmtp/esmtp_0.5.1.bb similarity index 100% rename from packages/esmtp/esmtp_0.4.1.bb rename to packages/esmtp/esmtp_0.5.1.bb index 081c7ab208..2ab587a505 100644 --- a/packages/esmtp/esmtp_0.4.1.bb +++ b/packages/esmtp/esmtp_0.5.1.bb @@ -1,10 +1,10 @@ -SECTION = "console/network" -LICENSE = "GPL" -DEPENDS = "libesmtp" DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \ with a sendmail-compatible syntax, based on libESMTP and \ supporting the AUTH (including the CRAM-MD5 and NTLM SASL \ mechanisms) and StartTLS SMTP extensions." +SECTION = "console/network" +LICENSE = "GPL" +DEPENDS = "libesmtp" SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2"