svn commit: r358409 - head/benchmarks/thrulay

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 19 13:15:38 UTC 2014


Author: amdmi3
Date: Thu Jun 19 13:15:37 2014
New Revision: 358409
URL: http://svnweb.freebsd.org/changeset/ports/358409
QAT: https://qat.redports.org/buildarchive/r358409/

Log:
  - Switch to USES=libtool, drop .la files
  - Fix GNU_CONFIGURE
  
  Approved by:	portmgr blanket

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

Modified: head/benchmarks/thrulay/Makefile
==============================================================================
--- head/benchmarks/thrulay/Makefile	Thu Jun 19 13:14:34 2014	(r358408)
+++ head/benchmarks/thrulay/Makefile	Thu Jun 19 13:15:37 2014	(r358409)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thrulay
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	benchmarks net ipv6
 MASTER_SITES=	SF \
 		http://www.internet2.edu/~shalunov/thrulay/
@@ -10,8 +11,8 @@ MASTER_SITES=	SF \
 MAINTAINER=	shalunov at shlang.com
 COMMENT=	Network capacity tester
 
-HAS_CONFIGURE=	yes
-USES=		gmake
+GNU_CONFIGURE=	yes
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	thrulayd
 SUB_FILES=	thrulayd

Modified: head/benchmarks/thrulay/pkg-plist
==============================================================================
--- head/benchmarks/thrulay/pkg-plist	Thu Jun 19 13:14:34 2014	(r358408)
+++ head/benchmarks/thrulay/pkg-plist	Thu Jun 19 13:15:37 2014	(r358409)
@@ -3,9 +3,9 @@ sbin/thrulayd
 include/thrulay/client.h
 include/thrulay/server.h
 lib/libthrulay.a
-lib/libthrulay.la
 lib/libthrulay.so
 lib/libthrulay.so.0
+lib/libthrulay.so.0.0.0
 man/man1/thrulay.1.gz
 man/man8/thrulayd.8.gz
 @dirrm include/thrulay


More information about the svn-ports-head mailing list