From owner-svn-ports-all@freebsd.org Wed Nov 8 18:33:00 2017 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 10995E599B6; Wed, 8 Nov 2017 18:33:00 +0000 (UTC) (envelope-from yuri@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 mx1.freebsd.org (Postfix) with ESMTPS id CE75563621; Wed, 8 Nov 2017 18:32:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA8IWwVa010268; Wed, 8 Nov 2017 18:32:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA8IWwjj010266; Wed, 8 Nov 2017 18:32:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711081832.vA8IWwjj010266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 Nov 2017 18:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453758 - head/comms/tio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/comms/tio X-SVN-Commit-Revision: 453758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 08 Nov 2017 18:33:00 -0000 Author: yuri Date: Wed Nov 8 18:32:58 2017 New Revision: 453758 URL: https://svnweb.freebsd.org/changeset/ports/453758 Log: comms/tio: Moved plist back from Makefile to pkg-plist, added the DOCS option. Approved by: mat (requested changes in D12987) Differential Revision: https://reviews.freebsd.org/D12987 Added: head/comms/tio/pkg-plist - copied unchanged from r453719, head/comms/tio/pkg-plist Modified: head/comms/tio/Makefile Modified: head/comms/tio/Makefile ============================================================================== --- head/comms/tio/Makefile Wed Nov 8 17:55:18 2017 (r453757) +++ head/comms/tio/Makefile Wed Nov 8 18:32:58 2017 (r453758) @@ -15,16 +15,11 @@ USES= autoreconf GNU_CONFIGURE= yes USE_GITHUB= yes -OPTIONS_DEFINE= BASH +OPTIONS_DEFINE= BASH DOCS OPTIONS_DEFAULT= BASH OPTIONS_SUB= yes BASH_CONFIGURE_WITH= bash-completion-dir - -PLIST_FILES= bin/tio \ - man/man1/tio.1.gz \ - %%BASH%%share/bash-completion/completions/tio \ - %%PORTDOCS%%%%DOCSDIR%%/README \ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Copied: head/comms/tio/pkg-plist (from r453719, head/comms/tio/pkg-plist) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/tio/pkg-plist Wed Nov 8 18:32:58 2017 (r453758, copy of r453719, head/comms/tio/pkg-plist) @@ -0,0 +1,4 @@ +bin/tio +man/man1/tio.1.gz +%%BASH%%share/bash-completion/completions/tio +%%PORTDOCS%%%%DOCSDIR%%/README