Le Tue, 26 May 2020 20:28:04 +0000,
purplerain@secbsd.org a écrit :
> Hi,
>
> Onesixtyone scanner port not works because website not found.
> Patch below fix that.
>
> Tested on amd64.
>
> P.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/onesixtyone/Makefile,v
> retrieving revision 1.6
> diff -u -p -u -r1.6 Makefile
> --- Makefile 12 Jul 2019 21:15:36 -0000 1.6
> +++ Makefile 26 May 2020 20:19:02 -0000
> @@ -1,18 +1,20 @@
> -# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:36 sthen Exp $
> +# $OpenBSD: Makefile,v 1.7 2020/05/26 15:14:10 sthen Exp $
> -COMMENT= efficient SNMP scanner
> +COMMENT = efficient SNMP scanner
> -DISTNAME= onesixtyone-0.3.2
> -CATEGORIES= security
> -REVISION= 0
> +DISTNAME = onesixtyone-0.3.2
> +CATEGORIES = security
> +REVISION = 0
> +
> +HOMEPAGE = http://www.phreedom.org/software/onesixtyone
> # GPL
> -PERMIT_PACKAGE= Yes
> -WANTLIB= c
> +PERMIT_PACKAGE = Yes
> +WANTLIB = c
> -MASTER_SITES= http://www.phreedom.org/solar/onesixtyone/
> +MASTER_SITES = ${HOMEPAGE}/releases/
> -NO_TEST= Yes
> +NO_TEST = Yes
> do-build:
> @perl -pi -e "s/logf/logfile/g" ${WRKSRC}/onesixtyone.c
Hi, for some reasons your patch don't apply.
Something went wrong in the process and the inline diff is not usable.
No comments:
Post a Comment