From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 04:53:55 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 2A7D25D1; Sun, 3 Nov 2013 04:53:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18A052C4B; Sun, 3 Nov 2013 04:53:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA34rs21003905; Sun, 3 Nov 2013 04:53:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA34rsc0003903; Sun, 3 Nov 2013 04:53:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311030453.rA34rsc0003903@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Nov 2013 04:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332583 - in head/net-mgmt/netdisco: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 03 Nov 2013 04:53:55 -0000 Author: sunpoet Date: Sun Nov 3 04:53:54 2013 New Revision: 332583 URL: http://svnweb.freebsd.org/changeset/ports/332583 Log: - Add missing rcvar in rc.d script - Bump PORTREVISION for package change - While I'm here, use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk PR: ports/182277 Submitted by: Loic Blot Approved by: maintainer (timeout, 7 weeks) Modified: head/net-mgmt/netdisco/Makefile head/net-mgmt/netdisco/files/netdisco.in Modified: head/net-mgmt/netdisco/Makefile ============================================================================== --- head/net-mgmt/netdisco/Makefile Sun Nov 3 04:53:49 2013 (r332582) +++ head/net-mgmt/netdisco/Makefile Sun Nov 3 04:53:54 2013 (r332583) @@ -3,6 +3,7 @@ PORTNAME= netdisco PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF @@ -38,6 +39,7 @@ USE_APACHE_RUN= 22+ USE_RC_SUBR= netdisco NO_BUILD= yes +NO_STAGE= yes NETDISCO_RUNDIR=/var/run NETDISCO_DBDIR= /var/db/netdisco @@ -56,8 +58,7 @@ CONFIG_FILES= netdisco.conf netdisco.cro DOCFILES= ChangeLog doc/*.pod INSTALL README* UPGRADE -NO_STAGE= yes -.include +.include MIBSDIR= ${PREFIX}/share/netdisco-mibs .if ${PORT_OPTIONS:MMIBS} @@ -150,4 +151,4 @@ post-install: . endif @${CAT} ${PKGMESSAGE} -.include +.include Modified: head/net-mgmt/netdisco/files/netdisco.in ============================================================================== --- head/net-mgmt/netdisco/files/netdisco.in Sun Nov 3 04:53:49 2013 (r332582) +++ head/net-mgmt/netdisco/files/netdisco.in Sun Nov 3 04:53:54 2013 (r332583) @@ -10,6 +10,7 @@ . /etc/rc.subr name="netdisco" +rcvar="netdisco_enable" load_rc_config $name