From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 12 15:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 D45EF69 for ; Wed, 12 Feb 2014 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 ADC2B1C10 for ; Wed, 12 Feb 2014 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1CFA0jD050668 for ; Wed, 12 Feb 2014 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1CFA020050667; Wed, 12 Feb 2014 15:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 12 Feb 2014 15:10:00 GMT Resent-Message-Id: <201402121510.s1CFA020050667@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Generalov 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 4769EE0B for ; Wed, 12 Feb 2014 15:02:00 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33DE71BA5 for ; Wed, 12 Feb 2014 15:02:00 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1CF1xgq027045 for ; Wed, 12 Feb 2014 15:01:59 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1CF1xLw027041; Wed, 12 Feb 2014 15:01:59 GMT (envelope-from nobody) Message-Id: <201402121501.s1CF1xLw027041@cgiserv.freebsd.org> Date: Wed, 12 Feb 2014 15:01:59 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186693: dns/nsd: lost mans after stagify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 15:10:01 -0000 >Number: 186693 >Category: ports >Synopsis: dns/nsd: lost mans after stagify >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 15:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: 10.0-STABLE >Organization: >Environment: FreeBSD plux.powernet.ru 10.0-STABLE FreeBSD 10.0-STABLE #0 r261551: Fri Feb 7 00:54:29 MSK 2014 root@plux.powernet.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: *) MAN's is not installed after port was stagified *) convert LIB_DEPENDS to new format >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/dns/nsd/Makefile ./Makefile --- /usr/ports/dns/nsd/Makefile 2014-02-12 17:42:35.000000000 +0400 +++ ./Makefile 2014-02-12 18:53:32.000000000 +0400 @@ -3,7 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -40,9 +40,6 @@ USE_OPENSSL= yes -MAN5= nsd.conf.5 -MAN8= nsd.8 nsd-checkconf.8 nsd-control.8 - PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ NSD-4-features NSD-FOR-BIND-USERS README README.icc RELNOTES \ REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \ @@ -67,7 +64,7 @@ .include -LIB_DEPENDS+= event-1:${PORTSDIR}/devel/libevent +LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent .if ${PORT_OPTIONS:MROOT_SERVER} CONFIGURE_ARGS+= --enable-root-server diff -ruN /usr/ports/dns/nsd/pkg-plist ./pkg-plist --- /usr/ports/dns/nsd/pkg-plist 2013-11-24 00:28:04.000000000 +0400 +++ ./pkg-plist 2014-02-12 18:16:32.000000000 +0400 @@ -1,4 +1,8 @@ %%ETCDIR%%/nsd.conf.sample +man/man5/nsd.conf.5.gz +man/man8/nsd-checkconf.8.gz +man/man8/nsd-control.8.gz +man/man8/nsd.8.gz sbin/nsd sbin/nsd-checkconf sbin/nsd-control ===> Done >Release-Note: >Audit-Trail: >Unformatted: