Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 09:30:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521918 - head/benchmarks/thrulay
Message-ID:  <202001030930.0039UBOt006995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jan  3 09:30:10 2020
New Revision: 521918
URL: https://svnweb.freebsd.org/changeset/ports/521918

Log:
  - Add LICENSE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/benchmarks/thrulay/Makefile
  head/benchmarks/thrulay/pkg-descr

Modified: head/benchmarks/thrulay/Makefile
==============================================================================
--- head/benchmarks/thrulay/Makefile	Fri Jan  3 09:27:32 2020	(r521917)
+++ head/benchmarks/thrulay/Makefile	Fri Jan  3 09:30:10 2020	(r521918)
@@ -5,12 +5,14 @@ PORTNAME=	thrulay
 PORTVERSION=	0.9
 PORTREVISION=	1
 CATEGORIES=	benchmarks net
-MASTER_SITES=	SF \
-		http://www.internet2.edu/~shalunov/thrulay/
+MASTER_SITES=	SF
 
 MAINTAINER=	shalunov@shlang.com
 COMMENT=	Network capacity tester
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
 USE_LDCONFIG=	yes
@@ -28,7 +30,7 @@ post-patch:
 post-extract:
 	@${CP} ${WRKSRC}/doc/*.[ht]* ${WRKSRC}/
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for docs in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}

Modified: head/benchmarks/thrulay/pkg-descr
==============================================================================
--- head/benchmarks/thrulay/pkg-descr	Fri Jan  3 09:27:32 2020	(r521917)
+++ head/benchmarks/thrulay/pkg-descr	Fri Jan  3 09:30:10 2020	(r521918)
@@ -13,4 +13,4 @@ Special features of thrulay include:
   (microsecond errors in sending times)
 * Human- and machine-readable output (ready to be fed to gnuplot)
 
-WWW: http://www.internet2.edu/~shalunov/thrulay/
+WWW: https://sourceforge.net/projects/thrulay/



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