From owner-svn-ports-head@freebsd.org Fri Jul 13 12:35:51 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 83E55103ACE8; Fri, 13 Jul 2018 12:35:51 +0000 (UTC) (envelope-from swills@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 31AED83F65; Fri, 13 Jul 2018 12:35:51 +0000 (UTC) (envelope-from swills@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 10867104C5; Fri, 13 Jul 2018 12:35:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6DCZoCg060415; Fri, 13 Jul 2018 12:35:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6DCZoZ4060414; Fri, 13 Jul 2018 12:35:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807131235.w6DCZoZ4060414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 13 Jul 2018 12:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474580 - head/sysutils/tmate-slave X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/tmate-slave X-SVN-Commit-Revision: 474580 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: Fri, 13 Jul 2018 12:35:51 -0000 Author: swills Date: Fri Jul 13 12:35:50 2018 New Revision: 474580 URL: https://svnweb.freebsd.org/changeset/ports/474580 Log: sysutils/tmate-slave: ignore more versions Modified: head/sysutils/tmate-slave/Makefile (contents, props changed) Modified: head/sysutils/tmate-slave/Makefile ============================================================================== --- head/sysutils/tmate-slave/Makefile Fri Jul 13 12:34:46 2018 (r474579) +++ head/sysutils/tmate-slave/Makefile Fri Jul 13 12:35:50 2018 (r474580) @@ -24,6 +24,6 @@ LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate-slave -PORTSCOUT= skipv:1.8,1.7 +PORTSCOUT= skipv:1.8,1.7,to_copy,base .include