From owner-svn-ports-head@freebsd.org Mon Nov 5 10:07:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D90910FEAB0; Mon, 5 Nov 2018 10:07:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77CFA784EA; Mon, 5 Nov 2018 10:07:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id BEF7C179B7; Mon, 5 Nov 2018 10:07:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Mon, 5 Nov 2018 11:07:38 +0100 From: Mathieu Arnold To: Craig Leres Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r484114 - head/www/mini_httpd Message-ID: <20181105100738.6jividegimmgmmgw@atuin.in.mat.cc> References: <201811041750.wA4Horts058612@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gcg42jwq7thu4h45" Content-Disposition: inline In-Reply-To: <201811041750.wA4Horts058612@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 77CFA784EA X-Spamd-Result: default: False [-4.14 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.976,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[FreeBSD.org]; R_SPF_SOFTFAIL(0.00)[~all]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2018 10:07:43 -0000 --gcg42jwq7thu4h45 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 04, 2018 at 05:50:53PM +0000, Craig Leres wrote: > Author: leres > Date: Sun Nov 4 17:50:52 2018 > New Revision: 484114 > URL: https://svnweb.freebsd.org/changeset/ports/484114 >=20 > Log: > Create log directory on install so that it exists when > 500.mini_httpd-rotate runs. > =20 > While we're here quiet new portlint nit (move CPE_VENDOR to its own > block). Once again, portlint is getting it wrong, CPE_VENDOR was just fine where it= was. https://www.freebsd.org/doc/en/books/porters-handbook/porting-order-uses.ht= ml > PR: 232926 > Reported by: Oleg Strizhak > Approved by: ler (mentor, implicit) >=20 > Modified: > head/www/mini_httpd/Makefile > head/www/mini_httpd/pkg-plist >=20 > Modified: head/www/mini_httpd/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/mini_httpd/Makefile Sun Nov 4 17:46:23 2018 (r484113) > +++ head/www/mini_httpd/Makefile Sun Nov 4 17:50:52 2018 (r484114) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D mini_httpd > PORTVERSION=3D 1.30 > +PORTREVISION=3D 1 > CATEGORIES=3D www ipv6 > MASTER_SITES=3D https://www.acme.com/software/mini_httpd/ > =20 > @@ -12,6 +13,7 @@ COMMENT=3D Small HTTP server with support for GET, HEAD, > LICENSE=3D BSD2CLAUSE > =20 > USES=3D cpe ssl > + > CPE_VENDOR=3D acme > =20 > post-patch: > @@ -22,6 +24,7 @@ post-patch: > =20 > do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily > + @${MKDIR} ${STAGEDIR}${PREFIX}/www/chroot/logs > ${INSTALL_PROGRAM} ${WRKSRC}/mini_httpd ${STAGEDIR}${PREFIX}/sbin > ${INSTALL_PROGRAM} ${WRKSRC}/htpasswd \ > ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}-htpasswd >=20 > Modified: head/www/mini_httpd/pkg-plist > =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/mini_httpd/pkg-plist Sun Nov 4 17:46:23 2018 (r484113) > +++ head/www/mini_httpd/pkg-plist Sun Nov 4 17:50:52 2018 (r484114) > @@ -6,3 +6,4 @@ man/man8/mini_httpd.8.gz > sbin/mini_httpd > sbin/mini_httpd-htpasswd > sbin/mini_httpd_wrapper > +@dir www/chroot/logs >=20 >=20 --=20 Mathieu Arnold --gcg42jwq7thu4h45 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlvgFmlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkjbKBAApaxibx6Za1NHmvPkkfjjrq9RxQhwrSAXgMwpOVBoe9rIvIuorOyzzvbW AJCUJiFfOUF3sYwYFnBeYoPujpqZ75VokSbV0m2LcJewF3j2vy6YVC70AK9DHfko fZdjBG7YgBV7hYHvH16IAV1crTRv9/GstZ0GuJj9DJcELdDQ+m6AHGnedyF7pQAb K4ebDg8141HSvOWY2QIm2IvmX2GOjlRPMe4epLcilsnMYcV9eMbvU8OtMt/HiA5T WyBCMmLOdhsLckkSpYPN86yf1t8/ENZDSifocSKKtrti32dPZrd0nPIASncB6pup xPblGMMne+/MxqiEtfm9r8Z3Qq0NRWFmqZ6ystXkkKbFbZjYpNmsNAyexmKtUEWK OP9NcpuVQCy+bFeJjJFQzEKqzGepAbBsEF30nfXQ4vnppAHaCYnbE2HwGrJgLq0X kDxjyiQH/W/ZmoRMyBcRanpl6DMPomE7nhpCumi5+VwS7TZrfmOTeNgN8YkgHTZZ +A11Xq0X+DZkABvxrzXWjZmrq4tBpS4GIwDN14CsHwyqG8jBqfDYbKB20mHR3HY6 qC5uR89J1PsynyG8WInOT/H+gj+BJ/X/FUYdu6x79W1wUqxDBPaUDnc+Aid/2+k3 HycqD4OPpZ+2Ame8qtJLH9OR+2wSK74Dpye7eDKvmTmGZxw7950= =5wWI -----END PGP SIGNATURE----- --gcg42jwq7thu4h45--