ports/57450: [update orphaned port] mail/ssmtp: update to 2.60.4 and take maintainership

Clement Laforet sheepkiller at cultdeadsheep.org
Wed Oct 1 15:10:27 UTC 2003


The following reply was made to PR ports/57450; it has been noted by GNATS.

From: Clement Laforet <sheepkiller at cultdeadsheep.org>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/57450: [update orphaned port] mail/ssmtp: update to
 2.60.4 and take maintainership
Date: Wed, 1 Oct 2003 17:01:45 +0200

 Here's a more "correct" patch.
 Thanks to Oliver Eikemeier for his pointing.
 
 Index: ssmtp/Makefile
 ===================================================================
 RCS file: /WORK/REPO/ports/mail/ssmtp/Makefile,v
 retrieving revision 1.11
 diff -u -r1.11 Makefile
 --- ssmtp/Makefile	4 Aug 2003 10:47:28 -0000	1.11
 +++ ssmtp/Makefile	1 Oct 2003 14:56:22 -0000
 @@ -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 at FreeBSD.org
 +MAINTAINER=	sheepkiller at 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_REINPLACE=	yes
  
  CONFIGURE_ARGS=	--enable-ssl --enable-inet6
 +CFLAGS+=	-I${OPENSSLINC}
 +LDFLAGS+=	-L${OPENSSLLIB}
  MAILERCONF=	/etc/mail/mailer.conf
  TRUE=		/usr/bin/true
  
 Index: ssmtp/distinfo
 ===================================================================
 RCS file: /WORK/REPO/ports/mail/ssmtp/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- ssmtp/distinfo	14 Apr 2003 01:29:12 -0000	1.2
 +++ ssmtp/distinfo	1 Oct 2003 14:55:50 -0000
 @@ -1 +1 @@
 -MD5 (ssmtp_2.60.3.tar.gz) = b9b1c07f513ff2b46ae8a09eaf3e04e5
 +MD5 (ssmtp_2.60.4.tar.gz) = 88fff70f14a001e09b713aa6326162cf
 Index: ssmtp/files/patch-configure
 ===================================================================
 RCS file: /WORK/REPO/ports/mail/ssmtp/files/patch-configure,v
 retrieving revision 1.1
 diff -u -r1.1 patch-configure
 --- ssmtp/files/patch-configure	14 Apr 2003 01:29:12 -0000	1.1
 +++ ssmtp/files/patch-configure	1 Oct 2003 14:59:24 -0000
 @@ -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=""
   



More information about the freebsd-ports-bugs mailing list