From: <abe...@us...> - 2012-01-14 22:34:02
|
Revision: 5376 http://astlinux.svn.sourceforge.net/astlinux/?rev=5376&view=rev Author: abelbeck Date: 2012-01-14 22:33:56 +0000 (Sat, 14 Jan 2012) Log Message: ----------- msmtp, version bump to 1.4.27 Modified Paths: -------------- branches/1.0/package/msmtp/msmtp.mk Modified: branches/1.0/package/msmtp/msmtp.mk =================================================================== --- branches/1.0/package/msmtp/msmtp.mk 2012-01-12 22:24:33 UTC (rev 5375) +++ branches/1.0/package/msmtp/msmtp.mk 2012-01-14 22:33:56 UTC (rev 5376) @@ -4,14 +4,16 @@ # ############################################################# -MSMTP_VERSION = 1.4.25 +MSMTP_VERSION = 1.4.27 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.bz2 MSMTP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/msmtp/ MSMTP_DEPENDENCIES = openssl MSMTP_CONF_OPT += \ --with-ssl=openssl \ - --with-libssl-prefix=$(STAGING_DIR)/usr \ + --without-libgsasl \ + --without-libidn \ + --without-gnome-keyring \ --sysconfdir=/etc define MSMTP_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |