diff options
author | naddy <naddy@FreeBSD.org> | 2003-10-02 07:08:01 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-10-02 07:08:01 +0800 |
commit | 66a2c11f6d88f5a0da2854ca8ed2c55ac2fd9e11 (patch) | |
tree | 4b6125a5d50134d5087528b0cd8bfb322eb01bac /mail | |
parent | 015f9aac75bfe6569637677d7dbc2039b2a39963 (diff) | |
download | freebsd-ports-gnome-66a2c11f6d88f5a0da2854ca8ed2c55ac2fd9e11.tar.gz freebsd-ports-gnome-66a2c11f6d88f5a0da2854ca8ed2c55ac2fd9e11.tar.zst freebsd-ports-gnome-66a2c11f6d88f5a0da2854ca8ed2c55ac2fd9e11.zip |
- update to 2.60.4
- use proper OpenSSL hooks
- take maintainership
PR: 57450
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'mail')
-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="" |