From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 11:02:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58DCF8F4; Mon, 14 Jul 2014 11:02:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45D152B14; Mon, 14 Jul 2014 11:02:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EB2ZpP003139; Mon, 14 Jul 2014 11:02:35 GMT (envelope-from robak@svn.freebsd.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EB2Z5s003138; Mon, 14 Jul 2014 11:02:35 GMT (envelope-from robak@svn.freebsd.org) Message-Id: <201407141102.s6EB2Z5s003138@svn.freebsd.org> From: Bartek Rutkowski Date: Mon, 14 Jul 2014 11:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361770 - head/www/flood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 11:02:35 -0000 Author: robak Date: Mon Jul 14 11:02:34 2014 New Revision: 361770 URL: http://svnweb.freebsd.org/changeset/ports/361770 QAT: https://qat.redports.org/buildarchive/r361770/ Log: www/flood: update to new LIB_DEPENDS format Approved by: swills (mentor), portmgr (blanket) Modified: head/www/flood/Makefile Modified: head/www/flood/Makefile ============================================================================== --- head/www/flood/Makefile Mon Jul 14 10:45:58 2014 (r361769) +++ head/www/flood/Makefile Mon Jul 14 11:02:34 2014 (r361770) @@ -10,8 +10,8 @@ DISTNAME= httpd-test_20041105052051 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Profile-driven HTTP load tester -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - apr-1:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libapr-1.so:${PORTSDIR}/devel/apr1 WRKSRC= ${WRKDIR}/httpd-test/flood USE_AUTOTOOLS= autoconf libtool:env