From owner-svn-ports-head@freebsd.org Mon Oct 8 15:39:08 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 3D3DD10C2EC2; Mon, 8 Oct 2018 15:39:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E78CE8FA15; Mon, 8 Oct 2018 15:39:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E28842477D; Mon, 8 Oct 2018 15:39:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98Fd7uQ008084; Mon, 8 Oct 2018 15:39:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98Fd7Ol008083; Mon, 8 Oct 2018 15:39:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201810081539.w98Fd7Ol008083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 8 Oct 2018 15:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481548 - head/astro/xearth X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/astro/xearth X-SVN-Commit-Revision: 481548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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, 08 Oct 2018 15:39:08 -0000 Author: rene Date: Mon Oct 8 15:39:07 2018 New Revision: 481548 URL: https://svnweb.freebsd.org/changeset/ports/481548 Log: astro/xearth: fix portlint warning Modified: head/astro/xearth/Makefile Modified: head/astro/xearth/Makefile ============================================================================== --- head/astro/xearth/Makefile Mon Oct 8 15:37:34 2018 (r481547) +++ head/astro/xearth/Makefile Mon Oct 8 15:39:07 2018 (r481548) @@ -16,6 +16,7 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no- USES= tar:xz USE_XORG= x11 xext sm ice xt + PLIST_FILES= bin/xearth \ man/man1/xearth.1.gz \ lib/X11/xearth/freebsd.committers.markers \