From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 10:41:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31ECD44C; Fri, 21 Feb 2014 10:41:33 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE691C5A; Fri, 21 Feb 2014 10:41:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LAfWcx090785; Fri, 21 Feb 2014 10:41:32 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LAfWrI090782; Fri, 21 Feb 2014 10:41:32 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402211041.s1LAfWrI090782@svn.freebsd.org> From: John Marino Date: Fri, 21 Feb 2014 10:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345365 - in head/dns/ironsides: . 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.17 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: Fri, 21 Feb 2014 10:41:33 -0000 Author: marino Date: Fri Feb 21 10:41:32 2014 New Revision: 345365 URL: http://svnweb.freebsd.org/changeset/ports/345365 QAT: https://qat.redports.org/buildarchive/r345365/ Log: dns/ironsides: Actually install the man page! Modified: head/dns/ironsides/Makefile head/dns/ironsides/files/Makefile head/dns/ironsides/pkg-plist Modified: head/dns/ironsides/Makefile ============================================================================== --- head/dns/ironsides/Makefile Fri Feb 21 10:35:44 2014 (r345364) +++ head/dns/ironsides/Makefile Fri Feb 21 10:41:32 2014 (r345365) @@ -3,6 +3,7 @@ PORTNAME= ironsides PORTVERSION= ${SNAPSHOT:S/_//g} +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://ironsides.martincarlisle.com/ DISTFILES= ironsides_authoritative-${SNAPSHOT}.zip Modified: head/dns/ironsides/files/Makefile ============================================================================== --- head/dns/ironsides/files/Makefile Fri Feb 21 10:35:44 2014 (r345364) +++ head/dns/ironsides/files/Makefile Fri Feb 21 10:41:32 2014 (r345365) @@ -9,3 +9,4 @@ install: ${DESTDIR}${PREFIX}/sbin/ironsides ${BSD_INSTALL_DATA} dfcs.usafa.edu.zonefile \ ${DESTDIR}${PREFIX}/share/examples/ironsides/ + ${BSD_INSTALL_MAN} ironsides.1 ${DESTDIR}${PREFIX}/man/man1/ Modified: head/dns/ironsides/pkg-plist ============================================================================== --- head/dns/ironsides/pkg-plist Fri Feb 21 10:35:44 2014 (r345364) +++ head/dns/ironsides/pkg-plist Fri Feb 21 10:41:32 2014 (r345365) @@ -1,3 +1,4 @@ sbin/ironsides +man/man1/ironsides.1.gz %%EXAMPLESDIR%%/dfcs.usafa.edu.zonefile @dirrm %%EXAMPLESDIR%%