svn commit: r469296 - head/net/viamillipede

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 7 17:05:01 UTC 2018


Author: amdmi3
Date: Mon May  7 17:04:59 2018
New Revision: 469296
URL: https://svnweb.freebsd.org/changeset/ports/469296

Log:
  - Add LICENSE_FILE
  - Remove obsolete OSVERSION condition
  - Whitespace fixes
  
  Approved by:	portmgr blanket

Modified:
  head/net/viamillipede/Makefile
  head/net/viamillipede/pkg-descr

Modified: head/net/viamillipede/Makefile
==============================================================================
--- head/net/viamillipede/Makefile	Mon May  7 16:45:01 2018	(r469295)
+++ head/net/viamillipede/Makefile	Mon May  7 17:04:59 2018	(r469296)
@@ -9,6 +9,7 @@ MAINTAINER=	ash_ports at aeria.net
 COMMENT=	Parallel TCP for pipe transport
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		uidfix
 USE_GITHUB=	yes
@@ -16,10 +17,4 @@ GH_ACCOUNT=	agokhale
 
 PLIST_FILES=	bin/viamillipede man/man1/viamillipede.1.gz
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000
-BROKEN=		Needs bsd.prog.mk features from at least 10.4, otherwise referenced /usr/share/mk/bsd.own.mk line 505: MK_DEBUG_FILES can't be set by a user.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/viamillipede/pkg-descr
==============================================================================
--- head/net/viamillipede/pkg-descr	Mon May  7 16:45:01 2018	(r469295)
+++ head/net/viamillipede/pkg-descr	Mon May  7 17:04:59 2018	(r469296)
@@ -1,11 +1,11 @@
 Parallel TCP transport for pipes
 
-Viamillipede is a client and server programm built to improve network 
+Viamillipede is a client and server programm built to improve network
 pipe transport using multiple TCP sessions. It multiplexes a single
 network pipe into multiple TCP connections and then terminates the
-connections into a pipe transparently on another host.  
+connections into a pipe transparently on another host.
 
-It is similar to the simplest mode of remote pipe transparency of 
+It is similar to the simplest mode of remote pipe transparency of
 Netcat with the parallelism from iperf.
 
 WWW: https://github.com/agokhale/viamillipede


More information about the svn-ports-all mailing list