From owner-svn-src-head@freebsd.org Sun May 22 05:40:57 2016 Return-Path: Delivered-To: svn-src-head@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 C90BBB43577; Sun, 22 May 2016 05:40:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AEEE17FE; Sun, 22 May 2016 05:40:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id g64so885115pfb.2; Sat, 21 May 2016 22:40:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=m75vq6c4NUa2aWzZ7g1+auVm/IggiPddDetJqlIsb48=; b=Js5WwDaU7SIDbfegLw9vsORo8UOOgoef+MTcp4iPxk1ROl7sDI6IXjStn9q55e4JcE 3x5v8j32YMXfwQKJ/iViFWdBWd717Qj36Dk+ty/C6rkETFPLG1pKJ69i60YgtmhiEVnO 8DkI6sg8pJyy5nI4LPhFHrJDB+tx+SUh2j3K9W01N1LhMpy3KMRKx4Rnd8cqSZONNTum JORCcIULK3rVbqPfB41SmPVbVf0xbTqELBfcSHTIwGfXZdYyMkQdss3F1PWr8yECTl/J ksL2SqG1BeYU6x+iYflWf8A4/f2zfAmrsypM3GAtPEQJsNtolTyjfkm5i6CYRqxFX/or 8NHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=m75vq6c4NUa2aWzZ7g1+auVm/IggiPddDetJqlIsb48=; b=BwFsxT0pTw0blebzVxogtqpnw8/5Kesrnkj2g8EchSjA1396FLduNoIbH8iObrKWnh sXjiro3uiyfqfz5JwLZhrxaDzxXDB1+AoOpte7eqEEBYjOct48nbXkspDeCcLYOsCns+ TV3VzMchulq3HYxHpj3DXpktl7EK+3MJSID5/bMbRcDWIn0liarnS8llP4h6Yfm+L7uM S5rte6mKdtqllwWbBMrU45Xssi9MS51+6blyVm6NCHedw5wLrvuw5Z4IUnyHswIhLM/w wsFtJ74MbUPfHtmBmnIXdp4OlTb/2qVfHo/Z+j4eY7bWYfMZplJNd8KQsxL12IOYo3vs 2Rig== X-Gm-Message-State: AOPr4FWuW4vfgVLIRMiv/xVe695f3ZwGL6dheEvXiTnYmPO46KzyYq5rlXvUEkQ92pTl+w== X-Received: by 10.98.83.199 with SMTP id h190mr17322380pfb.15.1463895657104; Sat, 21 May 2016 22:40:57 -0700 (PDT) Received: from [192.168.20.7] (c-73-97-222-46.hsd1.wa.comcast.net. [73.97.222.46]) by smtp.gmail.com with ESMTPSA id u127sm37522373pfb.82.2016.05.21.22.40.56 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 May 2016 22:40:56 -0700 (PDT) Subject: Re: svn commit: r300395 - head/contrib/top Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_B05A0B46-C33F-40FE-B9C6-FA8FF7C2F377"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <20160522053603.GA61694@ymer.vnode.se> Date: Sat, 21 May 2016 22:40:55 -0700 Cc: Garrett Cooper , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <69236DC0-9A88-4B80-A66E-52F90EB0BB0F@gmail.com> References: <201605220417.u4M4H12O020940@repo.freebsd.org> <20160522053603.GA61694@ymer.vnode.se> To: Joel Dahl X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 05:40:57 -0000 --Apple-Mail=_B05A0B46-C33F-40FE-B9C6-FA8FF7C2F377 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On May 21, 2016, at 22:36, Joel Dahl wrote: >=20 > On Sun, May 22, 2016 at 04:17:01AM +0000, Garrett Cooper wrote: >> Author: ngie >> Date: Sun May 22 04:17:00 2016 >> New Revision: 300395 >> URL: https://svnweb.freebsd.org/changeset/base/300395 >>=20 >> Log: >> Silence top(1) compiler warnings >>=20 >> The contrib/top code is no longer maintained upstream (last pulled = 16 years >> ago). >=20 > Move it out of contrib/? Hi Joel, I spoke with the submitter and after doing some combined = research, it turns out the project is very much still alive on = SourceForge: http://www.unixtop.org . I=E2=80=99m working with the = submitter on reconciling our changes and upgrading the version to the = latest release copy. Thanks! -Ngie --Apple-Mail=_B05A0B46-C33F-40FE-B9C6-FA8FF7C2F377 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJXQUZoAAoJEPWDqSZpMIYVIb8P/2JnMtyA9KUWR4Mn4ODUhIuI YwRsfWNnScL4QqSjRfvrC6Kt/NMclequQXntz9AkLMSFNemmFvO41pJUfna0WNle tATX7ZL7AOPAbV/UG/ST5si1QaW5/h65pwqy0z5BCsz2qEsOq2icPKxCNXpMaxyh MjgEiat+xlrvf/4seUi4wuC22Sj/kyVZml1NKzmGO9uq33OybVSYjjslZ+z+GERq iPQ7EirrKSgbr85T/A5AOVmGGQK5O0+pjbLHMqvTZp6gNUP84c1BZyDtUzB+p2lA iEl0VambJzteTg/2gsnvohSobZMN/tKy2hVG8qJ1k0C+KXRObraRa1eP0cyEGM5L bEAsSzoDa7x602LggP/9AGyMFC28yTQhJwT6swGQ0Ql0myTyQ1SJbPxU/AWcuT6R 0RzP5fGGMscrW1PJ/VNp60rvlMO0fUoiiltZPdEy8MyS91wfLVQzZTOnYrx8t5cR xFJpArgKB27vyd4SKJaeexKfeHjptkD1amnV1Y97HAwZmO3B3UqUEjhr2wH0LFmB B++lqYJU0SvTvTlHizagrl5yuHdH9DkVnMers4zxW71kfEahQR7nj/4mZrjJbjtP vgJ+aqQAyo6o8bVjcqHjk2AtI0OeXIOQDI7xDNifWfe8bH1ORkKycbL9r9FryGho m1KdJ/tjF+C0sq8lUT9U =K6Gw -----END PGP SIGNATURE----- --Apple-Mail=_B05A0B46-C33F-40FE-B9C6-FA8FF7C2F377--