1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.7.4

PR:		183948
Submitted by:	olgeni

(also remove obsolete check for NOPORTDOCS, it is handled automatically via
staging).
This commit is contained in:
Dmitry Sivachenko 2013-11-14 08:39:59 +00:00
parent 64faeb613a
commit 420a923ef0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333740
3 changed files with 3 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -6,5 +6,4 @@ very useful when you know that your commands depend on a lot of RAM,
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/