From owner-svn-ports-all@freebsd.org Sun Oct 20 17:08:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C33B163B14; Sun, 20 Oct 2019 17:08:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46x5p91rWfz3RBC; Sun, 20 Oct 2019 17:08:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id D046912D3; Sun, 20 Oct 2019 17:08:48 +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)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id E5CF2942D80; Sun, 20 Oct 2019 17:08:45 +0000 (UTC) Date: Sun, 20 Oct 2019 19:08:44 +0200 From: Mathieu Arnold To: Tobias Kortkamp Cc: Mateusz Piotrowski <0mp@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r514890 - in head/www/quark: . files Message-ID: <20191020170844.m3wyr5mh5dsyjlyt@atuin.in.mat.cc> References: <201910201210.x9KCAqYa083092@repo.freebsd.org> <20191020125556.GA22298@urd.tobik.me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qicjie2x7tzjoks3" Content-Disposition: inline In-Reply-To: <20191020125556.GA22298@urd.tobik.me> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2019 17:08:49 -0000 --qicjie2x7tzjoks3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 20, 2019 at 02:55:56PM +0200, Tobias Kortkamp wrote: > On Sun, Oct 20, 2019 at 12:10:52PM +0000, Mateusz Piotrowski wrote: > > Author: 0mp > > Date: Sun Oct 20 12:10:52 2019 > > New Revision: 514890 > > URL: https://svnweb.freebsd.org/changeset/ports/514890 > >=20 > > Log: > > Update to the latest commit > > =20 > > - Point MASTER_SITES to FreeBSD's servers as we seem to have to host = the > > distfile on our own (I wasn't able to find a way to get a tarball f= rom > > upstream servers). Also, add a "regenerate-distfile" target to ease > > the process of updating the distfile in the future. > > - Update MAKE_ARGS: setting CC there is no longer needed. > > - Remove config.mk patches: it is sufficient for the sake of the port= to > > just remove the include statement from the Makefile. > > =20 > > Changelog: > > https://git.suckless.org/quark/log.html > > =20 > > Reported by: BieHDC > >=20 > > Deleted: > > head/www/quark/files/ > > Modified: > > head/www/quark/Makefile > > head/www/quark/distinfo > >=20 > > Modified: head/www/quark/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/quark/Makefile Sun Oct 20 11:38:29 2019 (r514889) > > +++ head/www/quark/Makefile Sun Oct 20 12:10:52 2019 (r514890) > > @@ -1,11 +1,11 @@ > > # $FreeBSD$ > > =20 > > PORTNAME=3D quark > > -DISTVERSION=3D g20180403 > > +DISTVERSION=3D g20190923 > > CATEGORIES=3D www > > -MASTER_SITES=3D https://git.suckless.org/quark/snapshot/ > > +MASTER_SITES=3D https://people.freebsd.org/~0mp/distfiles/ >=20 > This should be LOCAL/0mp instead. You will need to copy the distfile > into your ~/public_distfiles and wait for a bit for that to work. >=20 > > +do-patch: > > + ${REINPLACE_CMD} -e '/^include config.mk$$/d' ${WRKSRC}/Makefile >=20 > There is no reason to overwrite the default do-patch here. It will > just make putting new patches under files/ in the future harder and > breaks stuff like EXTRA_PATCH_TREE etc. Please move this to > post-patch. On top of that, our policy is that patching in the Makefile should ONLY be done when the thing that gets replaced is a variable. Everything else is static and MUST be patched using a patch file. https://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html#slow-= patch-automatic-replacements --=20 Mathieu Arnold --qicjie2x7tzjoks3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl2slJxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkhGSA/+JlhA+unmxowxydiRMao/cTtos7Lg9R+ZeTDd9gJyxQZ8ZoFIiGYgdjGD wVzSdd3yb1U2ah49M7qZPt2hsb0xh0yxuTAqu97Hp5ElGfTJELo06R1xxfYeFsb7 JsXPW2WNefnehTAAOvX8sLQ5Oq9mx7S+YHiqksyaEcYK5wH93VwcbkRl+NCyfaOj of98kF92mDnntoPi8aCTZQMeqnFBU3+TYjcCt0GS4aulXuMzI+AE6AByaB9Fhh56 wIJOZN0O57tuK8KCLrQFPS8eAibTd8MoSAq5puVLjMyfjCqfXQwJQtSF90W7x8Pt bCZAOoGLs13M3EPv7zmUWURRwCIlOsb7pRtM8526hqbGbyNGGYp5VKNcFP59F6NE JCB2zYPKFlmKgPemcaI++sMO/vvtODyC4d1PReza75WthAlqwJLOlS8wMHC1DOE2 CMutAb8ZgYJ+dpoEPlH4rap/qcYMkEvGhRdoJsNGN9HtHjXbmQkiFC4AnOKfl7bT vnQp6/t5nUIekIDTT3jUvDxZ37hG6vq2pfm0o2wuEMMzrNXZrTdOwUIAOgys63mZ VOKnkldlTzJZuaqnZhYp1f5HyVavLrwdsaGzvB14GBIhvUKtKsND8rxR/eGIcKH1 6NakOiK+vbAEvLTXIPPPRZXghx09qabWSbJ0SzYd0Zg8b0DoNJc= =ubHR -----END PGP SIGNATURE----- --qicjie2x7tzjoks3--