Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 08:39:59 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333740 - head/sysutils/ts
Message-ID:  <201311140839.rAE8dxAm027189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Thu Nov 14 08:39:59 2013
New Revision: 333740
URL: http://svnweb.freebsd.org/changeset/ports/333740

Log:
  Update to 0.7.4
  
  PR:		183948
  Submitted by:	olgeni
  
  (also remove obsolete check for NOPORTDOCS, it is handled automatically via
  staging).

Modified:
  head/sysutils/ts/Makefile
  head/sysutils/ts/distinfo
  head/sysutils/ts/pkg-descr

Modified: head/sysutils/ts/Makefile
==============================================================================
--- head/sysutils/ts/Makefile	Thu Nov 14 05:37:22 2013	(r333739)
+++ head/sysutils/ts/Makefile	Thu Nov 14 08:39:59 2013	(r333740)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ts
-PORTVERSION=	0.7.3
-PORTREVISION=	1
+PORTVERSION=	0.7.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://vicerveza.homeunix.net/~viric/soft/ts/ CENKES
 
@@ -20,13 +19,10 @@ post-patch:
 		${WRKSRC}/Makefile
 
 # Install man page as ts.8 to avoid conflict with security/openssl
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ts ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${MAN1PREFIX}/man/man8/ts.8
-.ifndef NOPORTDOCS
 	${INSTALL} -d ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/sysutils/ts/distinfo
==============================================================================
--- head/sysutils/ts/distinfo	Thu Nov 14 05:37:22 2013	(r333739)
+++ head/sysutils/ts/distinfo	Thu Nov 14 08:39:59 2013	(r333740)
@@ -1,2 +1,2 @@
-SHA256 (ts-0.7.3.tar.gz) = be4d752f01791bf55e264814bbc158b15e42f8bfbce3a6757976259fbc994faa
-SIZE (ts-0.7.3.tar.gz) = 65256
+SHA256 (ts-0.7.4.tar.gz) = 1a638f9dc5a96a764dde7b8af04c2dbb88d8cb0326139e9b231b8091804a5910
+SIZE (ts-0.7.4.tar.gz) = 65187

Modified: head/sysutils/ts/pkg-descr
==============================================================================
--- head/sysutils/ts/pkg-descr	Thu Nov 14 05:37:22 2013	(r333739)
+++ head/sysutils/ts/pkg-descr	Thu Nov 14 08:39:59 2013	(r333740)
@@ -6,5 +6,4 @@ very useful when you know that your comm
 a lot of disk use, give a lot of output, or for whatever reason it's
 better not to run them at the same time.
 
-Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>
 WWW: http://vicerveza.homeunix.net/~viric/soft/ts/



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