svn commit: r521918 - head/benchmarks/thrulay
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jan 3 09:30:11 UTC 2020
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 at 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/
More information about the svn-ports-all
mailing list