Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 06:37:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453720 - head/comms/tio
Message-ID:  <201711080637.vA86brsJ005150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@syrec.org>
 # $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 \
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/comms/tio/distinfo
==============================================================================
--- head/comms/tio/distinfo	Wed Nov  8 06:20:29 2017	(r453719)
+++ head/comms/tio/distinfo	Wed Nov  8 06:37:52 2017	(r453720)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508366655
-SHA256 (tio-tio-v1.25_GH0.tar.gz) = 4dae742571c6f2e4eb7a07f5341bf6c84424807d661324fb521b2a73a6ee34b8
-SIZE (tio-tio-v1.25_GH0.tar.gz) = 27327
+TIMESTAMP = 1510060453
+SHA256 (tio-tio-v1.26_GH0.tar.gz) = 1d7dcf90b68e079a31a6fd2cb56de6acb00243104221513d0465a7461e2abe01
+SIZE (tio-tio-v1.26_GH0.tar.gz) = 28193



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711080637.vA86brsJ005150>