From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 03:50:41 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 99DBCFC6; Wed, 11 Jun 2014 03:50:41 +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 86C0822CA; Wed, 11 Jun 2014 03:50:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5B3ofjr007008; Wed, 11 Jun 2014 03:50:41 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5B3of8M007007; Wed, 11 Jun 2014 03:50:41 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406110350.s5B3of8M007007@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 11 Jun 2014 03:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357416 - head/security/scanssh 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: Wed, 11 Jun 2014 03:50:41 -0000 Author: vanilla Date: Wed Jun 11 03:50:41 2014 New Revision: 357416 URL: http://svnweb.freebsd.org/changeset/ports/357416 QAT: https://qat.redports.org/buildarchive/r357416/ Log: 1: Stagify. 2: convert to new format of LIB_DEPENDS. Modified: head/security/scanssh/Makefile Modified: head/security/scanssh/Makefile ============================================================================== --- head/security/scanssh/Makefile Wed Jun 11 03:46:39 2014 (r357415) +++ head/security/scanssh/Makefile Wed Jun 11 03:50:41 2014 (r357416) @@ -10,17 +10,14 @@ MASTER_SITES= http://www.monkey.org/~pro MAINTAINER= ports@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers -LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ - event-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \ + libevent-1.so:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES -PLIST_FILES= bin/scanssh +PLIST_FILES= bin/scanssh man/man1/scanssh.1.gz -MAN1= scanssh.1 - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${STAGEDIR}${PREFIX}/man/man1 .include