- Update to 1.3.6
- Temporarily disable gnutls PR: ports/77269 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
This commit is contained in:
parent
51bebfce97
commit
4725ffed8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128369
2 changed files with 9 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= msmtp
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.3.6
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= msmtp
|
||||
|
@ -23,11 +23,17 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
MAN1= msmtp.1
|
||||
INFO= msmtp
|
||||
PLIST_FILES= bin/msmtp
|
||||
|
||||
# conflicts with mail/msmtp
|
||||
CONFLICTS= msmtp-1.2.*
|
||||
|
||||
# XXX we need gnutls >= 1.2.0 which is not avaible via ports tree
|
||||
.if defined(WITH_GNUTLS)
|
||||
.undef WITH_GNUTLS
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+= --with-ssl=gnutls
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (msmtp-1.3.2.tar.bz2) = 8461c307baad0928c190269c74fc3133
|
||||
SIZE (msmtp-1.3.2.tar.bz2) = 162756
|
||||
MD5 (msmtp-1.3.6.tar.bz2) = 31e219da3d59d812626020e0bfd9bf1a
|
||||
SIZE (msmtp-1.3.6.tar.bz2) = 391544
|
||||
|
|
Loading…
Reference in a new issue