mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- update to 2.60.4
- use proper OpenSSL hooks - take maintainership PR: 57450 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
927c0f54a5
commit
b731d3de37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90011
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= ssmtp
|
||||
PORTVERSION= 2.60.3
|
||||
CATEGORIES= mail
|
||||
PORTVERSION= 2.60.4
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sheepkiller@cultdeadsheep.org
|
||||
COMMENT= Extremely simple MTA to get mail off the system to a mail hub
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$//}
|
||||
@ -23,6 +23,8 @@ USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-ssl --enable-inet6
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
MAILERCONF= /etc/mail/mailer.conf
|
||||
TRUE= /usr/bin/true
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ssmtp_2.60.3.tar.gz) = b9b1c07f513ff2b46ae8a09eaf3e04e5
|
||||
MD5 (ssmtp_2.60.4.tar.gz) = 88fff70f14a001e09b713aa6326162cf
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- configure.orig Fri Sep 27 14:47:52 2002
|
||||
+++ configure Mon Apr 7 01:03:46 2003
|
||||
+++ configure Wed Oct 1 16:42:07 2003
|
||||
@@ -1340,7 +1340,7 @@
|
||||
#define HAVE_SSL 1
|
||||
EOF
|
||||
|
||||
- LIBS="$LIBS -lssl"
|
||||
+ LIBS="$LIBS -lssl -lcrypto"
|
||||
+ LIBS="$LIBS $LDFLAGS -lssl -lcrypto"
|
||||
fi
|
||||
enableval=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user