Date: Wed, 8 Nov 2017 06:19:50 -0700 From: Adam Weinberger <adamw@adamw.org> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r453720 - head/comms/tio Message-ID: <1AF0BB71-B492-4911-A254-29BF6D249F1C@adamw.org> In-Reply-To: <201711080637.vA86brsJ005150@repo.freebsd.org> References: <201711080637.vA86brsJ005150@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 7 Nov, 2017, at 23:37, Yuri Victorovich <yuri@FreeBSD.org> wrote: >=20 > Author: yuri > Date: Wed Nov 8 06:37:52 2017 > New Revision: 453720 > URL: https://svnweb.freebsd.org/changeset/ports/453720 >=20 > Log: > comms/tio: Update to 1.26 >=20 > PR: 223496 > Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) > Approved by: tcberner (mentor) > Differential Revision: https://reviews.freebsd.org/D12987 >=20 > Deleted: > head/comms/tio/pkg-plist > Modified: > head/comms/tio/Makefile > head/comms/tio/distinfo >=20 > Modified: head/comms/tio/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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 <dg@syrec.org> > # $FreeBSD$ >=20 > PORTNAME=3D tio > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.25 > +DISTVERSION=3D 1.26 > CATEGORIES=3D comms >=20 > MAINTAINER=3D dg@syrec.org > @@ -21,6 +20,11 @@ OPTIONS_DEFAULT=3D BASH > OPTIONS_SUB=3D yes >=20 > BASH_CONFIGURE_WITH=3D bash-completion-dir > + > +PLIST_FILES=3D bin/tio \ > + man/man1/tio.1.gz \ > + %%BASH%%share/bash-completion/completions/tio \ > + %%PORTDOCS%%%%DOCSDIR%%/README \ If it has substitutions or macros, it belongs in a pkg-plist, not inline in the Makefile. Either way, the trailing \ at the end needs to be removed. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1AF0BB71-B492-4911-A254-29BF6D249F1C>