On 2022/09/16 17:11:38 +0200, Steffen Nurpmeso <stef...@sdaoden.eu> wrote:
> Hello.
> 
> Omar Polo pointed out in private that i indeed had forgotten the
> patch, thanks again.  Quite ridiculous.
> 
> So here the patch in public, too.

Sorry for the delay.

Committed with two small edits, thanks!

> Ciao.
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/s-postgray/Makefile,v
> retrieving revision 1.2
> diff -u -p -a -p -u -r1.2 Makefile
> --- Makefile  8 Jun 2022 20:59:10 -0000       1.2
> +++ Makefile  16 Sep 2022 14:16:13 -0000
> @@ -1,6 +1,6 @@
>  COMMENT=             fast and secure postfix graylisting policy server
>  
> -DISTNAME=            s-postgray-0.7.0
> +DISTNAME=            s-postgray-0.8.0

added FIX_EXTRACT_PERMISSIONS for it to build with PORTS_PRIVSEP:
different users needs to poke things in the build dir and so lax
permissions (644 or the like) are needed.

>  CATEGORIES=          mail
>  HOMEPAGE=            https://www.sdaoden.eu/code.html\#s-postgray
>  
> @@ -20,6 +20,7 @@ MAKE_FLAGS=         MANDIR="${DESTDIR}${PREFIX}
>  # get rid of hardcoded -O2
>  MAKE_FLAGS+=         SUFOPT=-I./include
>  
> -NO_TEST=             Yes
> +test:

renamed to `do-test'

> +     cd ${WRKBUILD} && ./s-postgray-test.sh
>  
>  .include <bsd.port.mk>

Reply via email to