diff options
-rw-r--r-- | mail/ssmtp/Makefile | 8 | ||||
-rw-r--r-- | mail/ssmtp/distinfo | 2 | ||||
-rw-r--r-- | mail/ssmtp/files/patch-configure | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 1b661a7f8f8a..c0491105d208 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -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 diff --git a/mail/ssmtp/distinfo b/mail/ssmtp/distinfo index 950cd7ddc765..3cf18c14d4dc 100644 --- a/mail/ssmtp/distinfo +++ b/mail/ssmtp/distinfo @@ -1 +1 @@ -MD5 (ssmtp_2.60.3.tar.gz) = b9b1c07f513ff2b46ae8a09eaf3e04e5 +MD5 (ssmtp_2.60.4.tar.gz) = 88fff70f14a001e09b713aa6326162cf diff --git a/mail/ssmtp/files/patch-configure b/mail/ssmtp/files/patch-configure index 6d5fde1af078..d5de09a8ec58 100644 --- a/mail/ssmtp/files/patch-configure +++ b/mail/ssmtp/files/patch-configure @@ -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="" |