From owner-svn-ports-all@FreeBSD.ORG Tue Nov 5 12:30:48 2013 Return-Path: Delivered-To: svn-ports-all@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 47CAD2FB; Tue, 5 Nov 2013 12:30:48 +0000 (UTC) (envelope-from vanilla@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 244712383; Tue, 5 Nov 2013 12:30:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5CUlFs060553; Tue, 5 Nov 2013 12:30:47 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5CUk9X060543; Tue, 5 Nov 2013 12:30:46 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311051230.rA5CUk9X060543@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 5 Nov 2013 12:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332840 - in head/comms: p5-Device-Modem p5-Device-SerialPort p5-Fax-Hylafax-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 12:30:48 -0000 Author: vanilla Date: Tue Nov 5 12:30:46 2013 New Revision: 332840 URL: http://svnweb.freebsd.org/changeset/ports/332840 Log: Support STAGEDIR. Modified: head/comms/p5-Device-Modem/Makefile head/comms/p5-Device-Modem/pkg-plist head/comms/p5-Device-SerialPort/Makefile head/comms/p5-Device-SerialPort/pkg-plist head/comms/p5-Fax-Hylafax-Client/Makefile head/comms/p5-Fax-Hylafax-Client/pkg-plist Modified: head/comms/p5-Device-Modem/Makefile ============================================================================== --- head/comms/p5-Device-Modem/Makefile Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Device-Modem/Makefile Tue Nov 5 12:30:46 2013 (r332840) @@ -11,24 +11,16 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl class to interface generic modems (AT-compliant) BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort -RUN_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Device::Modem.3 \ - Device::Modem::FAQ.3 \ - Device::Modem::Log::File.3 \ - Device::Modem::Log::Syslog.3 \ - Device::Modem::Protocol::Xmodem.3 \ - Device::Modem::UsRobotics.3 - -NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR} .endif .include Modified: head/comms/p5-Device-Modem/pkg-plist ============================================================================== --- head/comms/p5-Device-Modem/pkg-plist Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Device-Modem/pkg-plist Tue Nov 5 12:30:46 2013 (r332840) @@ -1,9 +1,15 @@ +%%PERL5_MAN3%%/Device::Modem.3.gz +%%PERL5_MAN3%%/Device::Modem::FAQ.3.gz +%%PERL5_MAN3%%/Device::Modem::Log::File.3.gz +%%PERL5_MAN3%%/Device::Modem::Log::Syslog.3.gz +%%PERL5_MAN3%%/Device::Modem::Protocol::Xmodem.3.gz +%%PERL5_MAN3%%/Device::Modem::UsRobotics.3.gz +%%SITE_PERL%%/Device/Modem.pm %%SITE_PERL%%/Device/Modem/FAQ.pod %%SITE_PERL%%/Device/Modem/Log/File.pm %%SITE_PERL%%/Device/Modem/Log/Syslog.pm %%SITE_PERL%%/Device/Modem/Protocol/Xmodem.pm %%SITE_PERL%%/Device/Modem/UsRobotics.pm -%%SITE_PERL%%/Device/Modem.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem/.packlist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/active.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/caller-id.pl @@ -11,9 +17,9 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmodem.pl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device -@dirrm %%SITE_PERL%%/Device/Modem/Protocol -@dirrm %%SITE_PERL%%/Device/Modem/Log -@dirrm %%SITE_PERL%%/Device/Modem +@dirrmtry %%SITE_PERL%%/Device/Modem/Protocol +@dirrmtry %%SITE_PERL%%/Device/Modem/Log +@dirrmtry %%SITE_PERL%%/Device/Modem @dirrmtry %%SITE_PERL%%/Device Modified: head/comms/p5-Device-SerialPort/Makefile ============================================================================== --- head/comms/p5-Device-SerialPort/Makefile Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Device-SerialPort/Makefile Tue Nov 5 12:30:46 2013 (r332840) @@ -14,8 +14,4 @@ COMMENT= Perl5 module for simple serial USES= perl5 USE_PERL5= configure -MAN1= modemtest.1 -MAN3= Device::SerialPort.3 - -NO_STAGE= yes .include Modified: head/comms/p5-Device-SerialPort/pkg-plist ============================================================================== --- head/comms/p5-Device-SerialPort/pkg-plist Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Device-SerialPort/pkg-plist Tue Nov 5 12:30:46 2013 (r332840) @@ -1,8 +1,10 @@ bin/modemtest +%%PERL5_MAN3%%/Device::SerialPort.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Device/SerialPort.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so +man/man1/modemtest.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Device Modified: head/comms/p5-Fax-Hylafax-Client/Makefile ============================================================================== --- head/comms/p5-Fax-Hylafax-Client/Makefile Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Fax-Hylafax-Client/Makefile Tue Nov 5 12:30:46 2013 (r332840) @@ -11,12 +11,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Simple Perl client for the HylaFAX fax server BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Fax::Hylafax::Client.3 - -NO_STAGE= yes .include Modified: head/comms/p5-Fax-Hylafax-Client/pkg-plist ============================================================================== --- head/comms/p5-Fax-Hylafax-Client/pkg-plist Tue Nov 5 12:13:03 2013 (r332839) +++ head/comms/p5-Fax-Hylafax-Client/pkg-plist Tue Nov 5 12:30:46 2013 (r332840) @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Fax::Hylafax::Client.3.gz %%SITE_PERL%%/Fax/Hylafax/Client.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax/Client/.packlist -@dirrmtry %%SITE_PERL%%/Fax/Hylafax -@dirrmtry %%SITE_PERL%%/Fax @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax +@dirrmtry %%SITE_PERL%%/Fax/Hylafax +@dirrmtry %%SITE_PERL%%/Fax