svn commit: r453720 - head/comms/tio

Tobias C. Berner tcberner at freebsd.org
Thu Nov 9 07:27:50 UTC 2017


my bad: tcberner--

Can you open an udated diff, yuri?

mfg Tobias

On 8 November 2017 at 14:19, Adam Weinberger <adamw at adamw.org> wrote:

> > On 7 Nov, 2017, at 23:37, Yuri Victorovich <yuri at FreeBSD.org> 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 <dg at syrec.org> (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 <dg at syrec.org>
> > # $FreeBSD$
> >
> > PORTNAME=     tio
> > DISTVERSIONPREFIX=    v
> > -DISTVERSION= 1.25
> > +DISTVERSION= 1.26
> > CATEGORIES=   comms
> >
> > MAINTAINER=   dg at 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 \
>
> 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
>
>
> --
> Adam Weinberger
> adamw at adamw.org
> https://www.adamw.org
>
>
>
>


More information about the svn-ports-all mailing list