Re: [Update] mail/extsmail

2020-02-04 Thread Edd Barrett
Hi,

On Fri, Jan 31, 2020 at 04:54:51PM +, Laurence Tratt wrote:
> This simple update bumps mail/extsmail from 2.3 to 2.4, fixing a bug which
> could cause child processes to persist.

Works for me.

I'd be happy to commit this if someone is willing to OK.

Any takers?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



[Update] mail/extsmail

2020-01-31 Thread Laurence Tratt
This simple update bumps mail/extsmail from 2.3 to 2.4, fixing a bug which
could cause child processes to persist.


Laurie


Index: Makefile
===
RCS file: /cvs/ports/mail/extsmail/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile24 Oct 2019 12:49:11 -  1.17
+++ Makefile31 Jan 2020 15:27:24 -
@@ -2,7 +2,7 @@
 
 COMMENT =  robust sending of e-mail via external commands
 
-DISTNAME = extsmail-2.3
+DISTNAME = extsmail-2.4
 CATEGORIES =   mail
 
 HOMEPAGE = https://tratt.net/laurie/src/extsmail/
Index: distinfo
===
RCS file: /cvs/ports/mail/extsmail/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo24 Oct 2019 12:49:11 -  1.12
+++ distinfo31 Jan 2020 15:27:24 -
@@ -1,2 +1,2 @@
-SHA256 (extsmail-2.3.tar.gz) = cMMp1aJI/6fCZHKB3KvkLQ9zKIPkLoWve5rvXO6fGok=
-SIZE (extsmail-2.3.tar.gz) = 67743
+SHA256 (extsmail-2.4.tar.gz) = biVEo+5RYOkwgpmul2Nlp8mKHwHoYcYwrduk/E07FVA=
+SIZE (extsmail-2.4.tar.gz) = 67888



[Update] mail/extsmail

2019-10-23 Thread Laurence Tratt
This patch bumps mail/extsmail from 2.0 to 2.3. The most significant change
is that 2.3 makes use of pledge(2). I've been running this for several days
without issues.


Laurie


Index: Makefile
===
RCS file: /cvs/ports/mail/extsmail/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile12 Jul 2019 20:47:27 -  1.16
+++ Makefile23 Oct 2019 21:29:41 -
@@ -2,7 +2,7 @@
 
 COMMENT =  robust sending of e-mail via external commands
 
-DISTNAME = extsmail-2.0
+DISTNAME = extsmail-2.3
 CATEGORIES =   mail
 
 HOMEPAGE = http://tratt.net/laurie/src/extsmail/
Index: distinfo
===
RCS file: /cvs/ports/mail/extsmail/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo19 Nov 2014 09:44:53 -  1.11
+++ distinfo23 Oct 2019 21:29:41 -
@@ -1,2 +1,2 @@
-SHA256 (extsmail-2.0.tar.gz) = +uuh8bAAvOVwEhz3s/X5+cx5QYfmhBcy5/omqfi9s1c=
-SIZE (extsmail-2.0.tar.gz) = 66991
+SHA256 (extsmail-2.3.tar.gz) = cMMp1aJI/6fCZHKB3KvkLQ9zKIPkLoWve5rvXO6fGok=
+SIZE (extsmail-2.3.tar.gz) = 67743



[UPDATE] mail/extsmail - nitpicking

2012-01-04 Thread Jiri B
Hello,

nitpicking, just missing new line at end of file.

jirib

Index: pkg/DESCR
===
RCS file: /data/cvsroot/OpenBSD/ports/mail/extsmail/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   25 Jan 2009 21:54:43 -  1.1.1.1
+++ pkg/DESCR   5 Jan 2012 00:00:43 -
@@ -12,4 +12,4 @@ server to send e-mail, but to use a bac
 is down. The latter feature allows e-mails sent to different e-mail
 addresses, for example, to be routed to different servers; this allows
 e-mails to adhere to the IP addressed filtering increasingly used to cut
-down on spam.
\ No newline at end of file
+down on spam.