From owner-svn-ports-head@FreeBSD.ORG Wed Dec 18 14:22:12 2013 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 44AD9990; Wed, 18 Dec 2013 14:22:12 +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 30A9A12BA; Wed, 18 Dec 2013 14:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIEMCSb026437; Wed, 18 Dec 2013 14:22:12 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBIEMBRj026435; Wed, 18 Dec 2013 14:22:11 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201312181422.rBIEMBRj026435@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 18 Dec 2013 14:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336834 - head/net/p5-Net-ARP 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: Wed, 18 Dec 2013 14:22:12 -0000 Author: jadawin Date: Wed Dec 18 14:22:11 2013 New Revision: 336834 URL: http://svnweb.freebsd.org/changeset/ports/336834 Log: - Support STAGE Approved by: dhn@ via private mail Modified: head/net/p5-Net-ARP/Makefile head/net/p5-Net-ARP/pkg-plist (contents, props changed) Modified: head/net/p5-Net-ARP/Makefile ============================================================================== --- head/net/p5-Net-ARP/Makefile Wed Dec 18 14:13:11 2013 (r336833) +++ head/net/p5-Net-ARP/Makefile Wed Dec 18 14:22:11 2013 (r336834) @@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR USES= perl5 USE_PERL5= configure -MAN3= Net::ARP.3 - -NO_STAGE= yes .include Modified: head/net/p5-Net-ARP/pkg-plist ============================================================================== --- head/net/p5-Net-ARP/pkg-plist Wed Dec 18 14:13:11 2013 (r336833) +++ head/net/p5-Net-ARP/pkg-plist Wed Dec 18 14:22:11 2013 (r336834) @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.so +%%PERL5_MAN3%%/Net::ARP.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net