From owner-svn-ports-all@freebsd.org Wed Nov 8 10:34:21 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 3A1ECE4E6E3; Wed, 8 Nov 2017 10:34:21 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 0F2DF7416B; Wed, 8 Nov 2017 10:34:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BCB41208A4; Wed, 8 Nov 2017 05:34:09 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Wed, 08 Nov 2017 05:34:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=unQe5X qiPsS6BRfySPstbbdWhlmkB4wpMNSnOMpWehg=; b=K+naNtpjNgFls3FqItWhfD Fa8RJDrBuPr0Nm6EZ0f/6mkCU/VF9pCCfUar+jfPwulL62RARKLb5bdujNsurOXd YrlxZ06LlrKlP8AdQXxmTn24uYT+qLkaHdRTMKrAZ1USXnbLyQ9waQsxPwJuDcKM K8JohTnr0i+gnEtFdyA3asAJPj3xAJht1FjIyASrR/MQH/Pl347Wlxw/BRsAE2xo 9QwOLeblUnB/Vs3dBWlMVQ6ZrPGvR3kGmY+9gfLot/LvbRiH5hSE2/Hu6B0JkfsN VPJ1KNxkzLzcHf4K/7l8U4VETNKSjhIv0JQ5xP2yA0e/anahCiTsztjpFBbbf3cg == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9BF529E96D; Wed, 8 Nov 2017 05:34:09 -0500 (EST) Message-Id: <1510137249.3580927.1165536384.07D6B255@webmail.messagingengine.com> From: Tobias Kortkamp To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-f89283c9 Date: Wed, 08 Nov 2017 11:34:09 +0100 Subject: Re: svn commit: r453720 - head/comms/tio In-Reply-To: <201711080637.vA86brsJ005150@repo.freebsd.org> References: <201711080637.vA86brsJ005150@repo.freebsd.org> 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 10:34:21 -0000 On Wed, Nov 8, 2017, at 07:37, Yuri Victorovich wrote: > Author: yuri > Date: Wed Nov 8 06:37:52 2017 > New Revision: 453720 > URL: https://svnweb.freebsd.org/changeset/ports/453720 > > Log: > comms/tio: Update to 1.26 > > PR: 223496 > Submitted by: Dmitri Goutnik (maintainer) > Approved by: tcberner (mentor) > Differential Revision: https://reviews.freebsd.org/D12987 > > Deleted: > head/comms/tio/pkg-plist > Modified: > head/comms/tio/Makefile > head/comms/tio/distinfo > > Modified: head/comms/tio/Makefile > ============================================================================== > --- head/comms/tio/Makefile Wed Nov 8 06:20:29 2017 (r453719) > +++ head/comms/tio/Makefile Wed Nov 8 06:37:52 2017 (r453720) > @@ -1,9 +1,8 @@ > -# Created by: Dmitri Goutnik > # $FreeBSD$ > > PORTNAME= tio > DISTVERSIONPREFIX= v > -DISTVERSION= 1.25 > +DISTVERSION= 1.26 > CATEGORIES= comms > > MAINTAINER= dg@syrec.org > @@ -21,6 +20,11 @@ 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 \ Is there any reason you didn't just keep pkg-plist?