From owner-svn-ports-head@freebsd.org Mon Dec 12 17:28:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32159C73751; Mon, 12 Dec 2016 17:28:53 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.com (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E9F115F9; Mon, 12 Dec 2016 17:28:52 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-83-236.fv.ks.cox.net [72.204.83.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.com (Postfix) with ESMTP id 910BC43C20; Mon, 12 Dec 2016 11:27:44 -0600 (CST) Subject: Re: svn commit: r428308 - in head/net-mgmt: . nagnu To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612101705.uBAH5Ukq054251@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <4e20197f-a291-1824-9293-5bad8da6cdbc@marino.st> Date: Mon, 12 Dec 2016 11:28:49 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201612101705.uBAH5Ukq054251@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161212-0, 12/12/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 17:28:53 -0000 On 12/10/2016 11:05, Kurt Jaeger wrote: > Author: pi > Date: Sat Dec 10 17:05:29 2016 > New Revision: 428308 > URL: https://svnweb.freebsd.org/changeset/ports/428308 > > Log: > New port: net-mgmt/nagnu > > Nagnu is a curses/terminal based dashboard for nagios showing current > status of hosts and services. > > WWW: https://github.com/frlen/nagnu > > PR: 208846 > Submitted by: Fredrik Lennmark > > Added: > head/net-mgmt/nagnu/ > head/net-mgmt/nagnu/Makefile (contents, props changed) > head/net-mgmt/nagnu/distinfo (contents, props changed) > head/net-mgmt/nagnu/pkg-descr (contents, props changed) > Modified: > head/net-mgmt/Makefile > > Modified: head/net-mgmt/Makefile > ============================================================================== > --- head/net-mgmt/Makefile Sat Dec 10 16:55:23 2016 (r428307) > +++ head/net-mgmt/Makefile Sat Dec 10 17:05:29 2016 (r428308) > @@ -144,6 +144,7 @@ > SUBDIR += nagiosgraph > SUBDIR += nagiosql > SUBDIR += nagircbot > + SUBDIR += nagnu > SUBDIR += nagstamon > SUBDIR += nagtail > SUBDIR += nagvis > > Added: head/net-mgmt/nagnu/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net-mgmt/nagnu/Makefile Sat Dec 10 17:05:29 2016 (r428308) > @@ -0,0 +1,33 @@ > +# $FreeBSD$ > + > +PORTNAME= nagnu > +PORTVERSION= 1.1.2 > +CATEGORIES= net-mgmt > + > +MAINTAINER= fredrik@min-hemsida.net > +COMMENT= Nagios dashboard > + > +LICENSE= BSD2CLAUSE > + > +LIB_DEPENDS= libcurl.so:ftp/curl \ > + libncurses.so:devel/ncurses > + > +USE_GITHUB= yes > +GH_ACCOUNT= frlen > +PLIST_FILES= bin/nagnu \ > + man/man8/nagnu.8.gz \ > + share/examples/nagnu/nagnu.conf.sample > + > +GNU_CONFIGURE= yes > + > +do-install: > + ${INSTALL_PROGRAM} ${WRKSRC}/nagnu ${STAGEDIR}${PREFIX}/bin > + > + ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/nagnu > + ${INSTALL_DATA} ${WRKSRC}/nagnu.conf.sample \ > + ${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample > + > + ${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \ > + ${STAGEDIR}${MANPREFIX}/man/man8 > + > +.include > [resend] shouldn't this be using "USES+=ncurses:port", not LIB_DEPENDS ? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus