Re: UPDATE: mail/mdsort

2019-08-27 Thread Anton Lindqvist
ping

On Wed, Aug 21, 2019 at 09:43:47AM +0200, Anton Lindqvist wrote:
> Hi,
> Update mdsort[1] from author and maintainer, changelog below:
> 
>  * Add missing space for NUL-terminator when using `NAME_MAX` sized
>buffers.
> 
>  * Parse alternative body representations, favoring plain text over
>HTML.
> 
>  * Infer `INSTALL_MAN` from `INSTALL` if not present.
> 
>  * Lower or upper case a matched string used during interpolation.
> 
> Comments? OK?
> 
> [1] https://github.com/mptre/mdsort/releases/tag/v4.1.0
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/mdsort/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  7 Jul 2019 14:50:49 -   1.6
> +++ Makefile  21 Aug 2019 07:39:52 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =maildir sort
>  
> -V =  4.0.0
> +V =  4.1.0
>  DISTNAME =   mdsort-${V}
>  
>  CATEGORIES = mail
> Index: distinfo
> ===
> RCS file: /cvs/ports/mail/mdsort/distinfo,v
> retrieving revision 1.6
> diff -u -p -r1.6 distinfo
> --- distinfo  7 Jul 2019 14:50:49 -   1.6
> +++ distinfo  21 Aug 2019 07:39:52 -
> @@ -1,2 +1,2 @@
> -SHA256 (mdsort-4.0.0.tar.gz) = NBcE2vFmMRYunr1Si/yflmfuDukwht6Rb62m3F0oHng=
> -SIZE (mdsort-4.0.0.tar.gz) = 45206
> +SHA256 (mdsort-4.1.0.tar.gz) = +Y/70QomcvAfPpBTWpWpuOF72UFi1WUxtgPPuNeAeCE=
> +SIZE (mdsort-4.1.0.tar.gz) = 51136



UPDATE: mail/mdsort

2019-08-21 Thread Anton Lindqvist
Hi,
Update mdsort[1] from author and maintainer, changelog below:

 * Add missing space for NUL-terminator when using `NAME_MAX` sized
   buffers.

 * Parse alternative body representations, favoring plain text over
   HTML.

 * Infer `INSTALL_MAN` from `INSTALL` if not present.

 * Lower or upper case a matched string used during interpolation.

Comments? OK?

[1] https://github.com/mptre/mdsort/releases/tag/v4.1.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile7 Jul 2019 14:50:49 -   1.6
+++ Makefile21 Aug 2019 07:39:52 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =4.0.0
+V =4.1.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo7 Jul 2019 14:50:49 -   1.6
+++ distinfo21 Aug 2019 07:39:52 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-4.0.0.tar.gz) = NBcE2vFmMRYunr1Si/yflmfuDukwht6Rb62m3F0oHng=
-SIZE (mdsort-4.0.0.tar.gz) = 45206
+SHA256 (mdsort-4.1.0.tar.gz) = +Y/70QomcvAfPpBTWpWpuOF72UFi1WUxtgPPuNeAeCE=
+SIZE (mdsort-4.1.0.tar.gz) = 51136



Re: UPDATE: mail/mdsort

2019-07-07 Thread Klemens Nanni
OK kn



UPDATE: mail/mdsort

2019-07-07 Thread Anton Lindqvist
Hi,
Update mdsort from author and maintainer, complete changelog can be
found here[1]. While here, switch to PERMIT_PACKAGE.

Comments? OK?

[1] https://github.com/mptre/mdsort/releases/tag/v4.0.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile22 Apr 2019 14:33:07 -  1.5
+++ Makefile5 Jul 2019 05:52:30 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =3.1.0
+V =4.0.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
@@ -12,7 +12,7 @@ HOMEPAGE =https://github.com/mptre/mdso
 MAINTAINER =   Anton Lindqvist 
 
 # MIT
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE =   Yes
 
 # uses pledge()
 WANTLIB += c
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo22 Apr 2019 14:33:07 -  1.5
+++ distinfo5 Jul 2019 05:52:30 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-3.1.0.tar.gz) = SGcDYoMcjxiTrdpq031yu5f0GlLzGBQVR8Mv3+rkC7U=
-SIZE (mdsort-3.1.0.tar.gz) = 42037
+SHA256 (mdsort-4.0.0.tar.gz) = NBcE2vFmMRYunr1Si/yflmfuDukwht6Rb62m3F0oHng=
+SIZE (mdsort-4.0.0.tar.gz) = 45206



UPDATE: mail/mdsort

2019-04-22 Thread Anton Lindqvist
Hi,
Update mdsort from author and maintainer, complete changelog can be
found here[1].

Comments? OK?

[1] https://github.com/mptre/mdsort/releases/tag/v3.1.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile21 Feb 2019 21:09:53 -  1.4
+++ Makefile22 Apr 2019 12:19:23 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =3.0.0
+V =3.1.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo21 Feb 2019 21:09:53 -  1.4
+++ distinfo22 Apr 2019 12:19:23 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-3.0.0.tar.gz) = Vwn4GHtKhvjTVwEm0+5iUq5qS59oCFrmk7UioIVo29c=
-SIZE (mdsort-3.0.0.tar.gz) = 38148
+SHA256 (mdsort-3.1.0.tar.gz) = SGcDYoMcjxiTrdpq031yu5f0GlLzGBQVR8Mv3+rkC7U=
+SIZE (mdsort-3.1.0.tar.gz) = 42037



Re: UPDATE: mail/mdsort

2019-02-20 Thread Giovanni Bechis
ok giovanni@
 Cheers
  Giovanni

On 2/21/19 7:59 AM, Anton Lindqvist wrote:
> ping
> 
> On Thu, Feb 14, 2019 at 08:23:15AM +0100, Anton Lindqvist wrote:
>> Hi,
>> Update mdsort from maintainer, complete changelog can be found here[1].
>>
>> Comments? OK?
>>
>> [1] https://github.com/mptre/mdsort/releases/tag/v3.0.0
>>
>> Index: Makefile
>> ===
>> RCS file: /cvs/ports/mail/mdsort/Makefile,v
>> retrieving revision 1.3
>> diff -u -p -r1.3 Makefile
>> --- Makefile 28 Oct 2018 12:14:02 -  1.3
>> +++ Makefile 13 Feb 2019 07:12:29 -
>> @@ -2,7 +2,7 @@
>>  
>>  COMMENT =   maildir sort
>>  
>> -V = 2.0.0
>> +V = 3.0.0
>>  DISTNAME =  mdsort-${V}
>>  
>>  CATEGORIES =mail
>> Index: distinfo
>> ===
>> RCS file: /cvs/ports/mail/mdsort/distinfo,v
>> retrieving revision 1.3
>> diff -u -p -r1.3 distinfo
>> --- distinfo 28 Oct 2018 12:14:02 -  1.3
>> +++ distinfo 13 Feb 2019 07:12:29 -
>> @@ -1,2 +1,2 @@
>> -SHA256 (mdsort-2.0.0.tar.gz) = 17sfQobEROU9WGbA6Cs3J9qG2XquHsrnjKT4Y0nsCds=
>> -SIZE (mdsort-2.0.0.tar.gz) = 30615
>> +SHA256 (mdsort-3.0.0.tar.gz) = Vwn4GHtKhvjTVwEm0+5iUq5qS59oCFrmk7UioIVo29c=
>> +SIZE (mdsort-3.0.0.tar.gz) = 38148
> 



Re: UPDATE: mail/mdsort

2019-02-20 Thread Anton Lindqvist
ping

On Thu, Feb 14, 2019 at 08:23:15AM +0100, Anton Lindqvist wrote:
> Hi,
> Update mdsort from maintainer, complete changelog can be found here[1].
> 
> Comments? OK?
> 
> [1] https://github.com/mptre/mdsort/releases/tag/v3.0.0
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/mdsort/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  28 Oct 2018 12:14:02 -  1.3
> +++ Makefile  13 Feb 2019 07:12:29 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =maildir sort
>  
> -V =  2.0.0
> +V =  3.0.0
>  DISTNAME =   mdsort-${V}
>  
>  CATEGORIES = mail
> Index: distinfo
> ===
> RCS file: /cvs/ports/mail/mdsort/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  28 Oct 2018 12:14:02 -  1.3
> +++ distinfo  13 Feb 2019 07:12:29 -
> @@ -1,2 +1,2 @@
> -SHA256 (mdsort-2.0.0.tar.gz) = 17sfQobEROU9WGbA6Cs3J9qG2XquHsrnjKT4Y0nsCds=
> -SIZE (mdsort-2.0.0.tar.gz) = 30615
> +SHA256 (mdsort-3.0.0.tar.gz) = Vwn4GHtKhvjTVwEm0+5iUq5qS59oCFrmk7UioIVo29c=
> +SIZE (mdsort-3.0.0.tar.gz) = 38148



UPDATE: mail/mdsort

2019-02-13 Thread Anton Lindqvist
Hi,
Update mdsort from maintainer, complete changelog can be found here[1].

Comments? OK?

[1] https://github.com/mptre/mdsort/releases/tag/v3.0.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile28 Oct 2018 12:14:02 -  1.3
+++ Makefile13 Feb 2019 07:12:29 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =2.0.0
+V =3.0.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo28 Oct 2018 12:14:02 -  1.3
+++ distinfo13 Feb 2019 07:12:29 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-2.0.0.tar.gz) = 17sfQobEROU9WGbA6Cs3J9qG2XquHsrnjKT4Y0nsCds=
-SIZE (mdsort-2.0.0.tar.gz) = 30615
+SHA256 (mdsort-3.0.0.tar.gz) = Vwn4GHtKhvjTVwEm0+5iUq5qS59oCFrmk7UioIVo29c=
+SIZE (mdsort-3.0.0.tar.gz) = 38148



Re: UPDATE: mail/mdsort

2018-10-28 Thread Klemens Nanni
OK



UPDATE: mail/mdsort

2018-10-28 Thread Anton Lindqvist
Hi,
Update mdsort from maintainer, complete changelog can be found here[1].
Most notably, mdsort can now act as a MDA reading messages from stdin.

Comments? OK?

[1] https://github.com/mptre/mdsort/releases/tag/v2.0.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile30 Jul 2018 10:48:59 -  1.2
+++ Makefile27 Oct 2018 12:38:15 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =1.1.0
+V =2.0.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo30 Jul 2018 10:48:59 -  1.2
+++ distinfo27 Oct 2018 12:38:15 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-1.1.0.tar.gz) = uWtd0YUJ5zFCbEJ5rTxaGJmIPHhr794PsMJSBX7iFls=
-SIZE (mdsort-1.1.0.tar.gz) = 26633
+SHA256 (mdsort-2.0.0.tar.gz) = 17sfQobEROU9WGbA6Cs3J9qG2XquHsrnjKT4Y0nsCds=
+SIZE (mdsort-2.0.0.tar.gz) = 30615



Re: UPDATE: mail/mdsort

2018-07-30 Thread Solene Rapenne
Anton Lindqvist  wrote:
> Hi,
> Update mdsort from maintainer, changelog can be found here[1].
> 
> Comments? OK?
> 
> [2] https://github.com/mptre/mdsort/releases/tag/v1.1.0
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/mdsort/Makefile,v
> retrieving revision 1.1
> diff -u -p -r1.1 Makefile
> --- Makefile  7 Apr 2018 08:31:12 -   1.1
> +++ Makefile  30 Jul 2018 06:14:50 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =maildir sort
>  
> -V =  1.0.1
> +V =  1.1.0
>  DISTNAME =   mdsort-${V}
>  
>  CATEGORIES = mail
> Index: distinfo
> ===
> RCS file: /cvs/ports/mail/mdsort/distinfo,v
> retrieving revision 1.1
> diff -u -p -r1.1 distinfo
> --- distinfo  7 Apr 2018 08:31:12 -   1.1
> +++ distinfo  30 Jul 2018 06:14:50 -
> @@ -1,2 +1,2 @@
> -SHA256 (mdsort-1.0.1.tar.gz) = Q/iaAWW2SPXDjPtjpkupLTne718VzJvjvlZTggZnbSs=
> -SIZE (mdsort-1.0.1.tar.gz) = 23431
> +SHA256 (mdsort-1.1.0.tar.gz) = uWtd0YUJ5zFCbEJ5rTxaGJmIPHhr794PsMJSBX7iFls=
> +SIZE (mdsort-1.1.0.tar.gz) = 26633

for somewhat reason, the patch hunk for Makefile didn't apply.

ok solene@ for update



UPDATE: mail/mdsort

2018-07-29 Thread Anton Lindqvist
Hi,
Update mdsort from maintainer, changelog can be found here[1].

Comments? OK?

[2] https://github.com/mptre/mdsort/releases/tag/v1.1.0

Index: Makefile
===
RCS file: /cvs/ports/mail/mdsort/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile7 Apr 2018 08:31:12 -   1.1
+++ Makefile30 Jul 2018 06:14:50 -
@@ -2,7 +2,7 @@
 
 COMMENT =  maildir sort
 
-V =1.0.1
+V =1.1.0
 DISTNAME = mdsort-${V}
 
 CATEGORIES =   mail
Index: distinfo
===
RCS file: /cvs/ports/mail/mdsort/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo7 Apr 2018 08:31:12 -   1.1
+++ distinfo30 Jul 2018 06:14:50 -
@@ -1,2 +1,2 @@
-SHA256 (mdsort-1.0.1.tar.gz) = Q/iaAWW2SPXDjPtjpkupLTne718VzJvjvlZTggZnbSs=
-SIZE (mdsort-1.0.1.tar.gz) = 23431
+SHA256 (mdsort-1.1.0.tar.gz) = uWtd0YUJ5zFCbEJ5rTxaGJmIPHhr794PsMJSBX7iFls=
+SIZE (mdsort-1.1.0.tar.gz) = 26633