diff options
author | novel <novel@FreeBSD.org> | 2011-10-18 03:30:12 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-10-18 03:30:12 +0800 |
commit | 32a50e36966257a0f8f92248575bed8f01a76c11 (patch) | |
tree | 46a07afc890539c5e9fba95b2253d88aee3afbea /mail | |
parent | bf0dffb58a38a063f19797e8bc8195eb41d4779a (diff) | |
download | freebsd-ports-gnome-32a50e36966257a0f8f92248575bed8f01a76c11.tar.gz freebsd-ports-gnome-32a50e36966257a0f8f92248575bed8f01a76c11.tar.zst freebsd-ports-gnome-32a50e36966257a0f8f92248575bed8f01a76c11.zip |
Update to 1.4.25.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 4 | ||||
-rw-r--r-- | mail/msmtp/files/patch-src-Makefile.in | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 26dfe95b30ce..2c9b04511460 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.24 -PORTREVISION= 1 +PORTVERSION= 1.4.25 CATEGORIES= mail ipv6 MASTER_SITES= SF diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 04be909718aa..01ce39cb538a 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,2 +1,2 @@ -SHA256 (msmtp-1.4.24.tar.bz2) = f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb736887 -SIZE (msmtp-1.4.24.tar.bz2) = 299358 +SHA256 (msmtp-1.4.25.tar.bz2) = 65796adf60e1ebb4341f8415bd3cfa6647226bdba5fbaa5af7bc369808ab4e63 +SIZE (msmtp-1.4.25.tar.bz2) = 302039 diff --git a/mail/msmtp/files/patch-src-Makefile.in b/mail/msmtp/files/patch-src-Makefile.in deleted file mode 100644 index c3c7f7bce333..000000000000 --- a/mail/msmtp/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2011-05-18 12:03:49.000000000 +0400 -+++ src/Makefile.in 2011-05-18 12:04:01.000000000 +0400 -@@ -232,7 +232,7 @@ - stream.h tools.c tools.h xalloc.c xalloc.h gettext.h \ - $(am__append_1) $(am__append_2) - AM_CPPFLAGS = $(tls_CFLAGS) $(libgsasl_CFLAGS) $(libidn_CFLAGS) $(libgnome_keyring_CFLAGS) --msmtp_LDADD = $(tls_LIBS) $(libgsasl_LIBS) $(libidn_LIBS) $(libgnome_keyring_LIBS) -+msmtp_LDADD = $(tls_LIBS) $(libgsasl_LIBS) $(libidn_LIBS) $(libgnome_keyring_LIBS) $(LTLIBINTL) - all: all-am - - .SUFFIXES: |