diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-09-15 11:24:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-09-15 11:24:43 +0000 |
commit | 878c8c3801db0e69f6f16e1079be93cd1fc844b3 (patch) | |
tree | 273ea383fbce8a231090b82797fa8f846960e9f7 /mail/msmtp/Makefile | |
parent | a49fc537f6f358a8e220e28ee7ec16fad35c10e4 (diff) | |
download | pkgsrc-878c8c3801db0e69f6f16e1079be93cd1fc844b3.tar.gz |
Update to 14.29
Changelog:
Version 1.4.29:
- The obsolete service name "ssmtp" was replaced with "smtps".
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index ccf5b527996..c1b254c1068 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2012/09/15 10:05:28 obache Exp $ +# $NetBSD: Makefile,v 1.41 2012/09/15 11:24:43 ryoon Exp $ -DISTNAME= msmtp-1.4.28 -PKGREVISION= 2 +DISTNAME= msmtp-1.4.29 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 |