Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2017 14:46:14 +0100
From:      Remko Lodder <remko@freebsd.org>
To:        Xin LI <delphij@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r454862 - in head/www/fcgiwrap: . files
Message-ID:  <70330F80-9447-4394-9A43-B627FF117453@freebsd.org>
In-Reply-To: <201711250203.vAP23vQq049109@repo.freebsd.org>
References:  <201711250203.vAP23vQq049109@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you :-)

Cheers,

Remko Lodder
 /* sent from my phone and thus brief and to the point *\

> Op 25 nov. 2017 om 03:03 heeft Xin LI <delphij@FreeBSD.org> het volgende g=
eschreven:
>=20
> Author: delphij
> Date: Sat Nov 25 02:03:57 2017
> New Revision: 454862
> URL: https://svnweb.freebsd.org/changeset/ports/454862
>=20
> Log:
>  Fix an obvious typo.
>=20
>  Reported by:    remko
>=20
> Modified:
>  head/www/fcgiwrap/Makefile
>  head/www/fcgiwrap/files/fcgiwrap.in
>=20
> Modified: head/www/fcgiwrap/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- head/www/fcgiwrap/Makefile    Sat Nov 25 01:34:24 2017    (r454861)
> +++ head/www/fcgiwrap/Makefile    Sat Nov 25 02:03:57 2017    (r454862)
> @@ -2,7 +2,7 @@
>=20
> PORTNAME=3D    fcgiwrap
> PORTVERSION=3D    1.1.0
> -PORTREVISION=3D    7
> +PORTREVISION=3D    8
> CATEGORIES=3D    www
>=20
> MAINTAINER=3D    ports@FreeBSD.org
>=20
> Modified: head/www/fcgiwrap/files/fcgiwrap.in
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- head/www/fcgiwrap/files/fcgiwrap.in    Sat Nov 25 01:34:24 2017    (r4=
54861)
> +++ head/www/fcgiwrap/files/fcgiwrap.in    Sat Nov 25 02:03:57 2017    (r4=
54862)
> @@ -140,7 +140,7 @@ if [ -n "$2" ]; then
>        eval fcgiwrap_enable=3D"\${fcgiwrap_${profile}_enable:-${fcgiwrap_e=
nable}}"
>        eval fcgiwrap_fib=3D"\${fcgiwrap_${profile}_fib:-${fcgiwrap_fib}}"
>        eval fcgiwrap_user=3D"\${fcgiwrap_${profile}_user:-${fcgiwrap_user}=
}"
> -        eval fcgiwrap_group=3D"\${fcgiwrap_${profile}_user:-${fcgiwrap_gr=
oup}}"
> +        eval fcgiwrap_group=3D"\${fcgiwrap_${profile}_group:-${fcgiwrap_g=
roup}}"
>        eval fcgiwrap_socket=3D"\${fcgiwrap_${profile}_socket:?}"
>        eval fcgiwrap_socket_mode=3D"\${fcgiwrap_${profile}_socket_mode:-${=
fcgiwrap_socket_mode}}"
>        eval fcgiwrap_socket_owner=3D"\${fcgiwrap_${profile}_socket_owner:-=
${fcgiwrap_socket_owner}}"
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?70330F80-9447-4394-9A43-B627FF117453>