From owner-svn-ports-all@freebsd.org Thu Feb 11 18:11:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31879AA540D; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 14C8E1583; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 09C6B161F; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A41D413B1F; Thu, 11 Feb 2016 18:11:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id fgKbQrAvsk7i; Thu, 11 Feb 2016 18:11:25 +0000 (UTC) Subject: Re: svn commit: r408642 - head/ports-mgmt/portmaster DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9F69D13B18 To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201602101841.u1AIf2Z8045511@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56BCCECD.1020709@FreeBSD.org> Date: Thu, 11 Feb 2016 10:11:25 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201602101841.u1AIf2Z8045511@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 11 Feb 2016 18:11:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/10/2016 10:41 AM, John Marino wrote: > Author: marino > Date: Wed Feb 10 18:41:02 2016 > New Revision: 408642 > URL: https://svnweb.freebsd.org/changeset/ports/408642 >=20 > Log: > ports-mgmt/portmaster: Assign maintainership to Torsten Z. > =20 > Torsten has accepted the challenge of whipping portmaster back into > shape. In addition to changing MAINTAINER, he's starting with fixing= > both non-default options by providing their necessary RUN_DEPENDS. > =20 > PR: 207075 >=20 > Modified: > head/ports-mgmt/portmaster/Makefile >=20 > Modified: head/ports-mgmt/portmaster/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/ports-mgmt/portmaster/Makefile Wed Feb 10 18:26:28 2016 (r4086= 41) > +++ head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:41:02 2016 (r4086= 42) > @@ -2,13 +2,12 @@ > =20 > PORTNAME=3D portmaster > PORTVERSION=3D 3.17.9 > -PORTREVISION=3D 0 > CATEGORIES=3D ports-mgmt > MASTER_SITES=3D LOCAL/bdrewery/${PORTNAME}/ \ > - http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > + http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > GH > =20 > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D ports@toco-domains.de > COMMENT=3D Manage your ports without external databases or languages > =20 > LICENSE=3D BSD2CLAUSE > @@ -25,6 +24,9 @@ PLIST_FILES=3D sbin/portmaster \ > BASH_PLIST_FILES=3D etc/bash_completion.d/portmaster.sh > ZSH_PLIST_FILES=3D share/zsh/site-functions/_portmaster > =20 > +BASH_RUN_DEPENDS=3D bash>=3D0:${PORTSDIR}/shells/bash > +ZSH_RUN_DEPENDS=3D zsh>=3D0:${PORTSDIR}/shells/zsh > + This isn't right. Portmaster does not have a run dependency on bash nor zsh. It simply provides files that zsh/bash can use - that is not a run dependency though. > verify: checksum > =20 > do-build: >=20 --=20 Regards, Bryan Drewery --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWvM7NAAoJEDXXcbtuRpfPOVsH/2XTfuBuduxJNMCc/z9eVH1h ebRpj5LtQybxQcl9DMvdf13XGo8B6CH1PE/lXWgPzuIV0GAe6BrFjnX0mNO9SeDP CtPcvKN/CbNTwzIn0JbTVZwEn4W//46RYZI7RYW4oSxDsrCTp4C65EG+C7voJEvA pQHgt9tkWREn/0vPSFom8NV64NneEY0YxllvHjLUmiknJIuiUzFjg4xdO385U5ue 8XdQNday7WrUcOUXkGKAdQ4fUPg0hJ7AfdWAaBa1By1prZ8GXPnWfxfWUeAMSF7S c0HilHdQ5qcNO34lYN79KDMBS8ohxU5+Wom3lDbjhesicvTATiQpcXJ+l88fIZI= =G7KL -----END PGP SIGNATURE----- --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb--