From owner-svn-ports-all@FreeBSD.ORG Sun Jan 5 16:08:09 2014 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 ESMTPS id D771425F; Sun, 5 Jan 2014 16:08:09 +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 C09CC1DE0; Sun, 5 Jan 2014 16:08:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s05G89U6056344; Sun, 5 Jan 2014 16:08:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s05G80ag056271; Sun, 5 Jan 2014 16:08:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201401051608.s05G80ag056271@svn.freebsd.org> From: Andrej Zverev Date: Sun, 5 Jan 2014 16:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338791 - in head: mail/p5-Email-Abstract mail/p5-Email-Delete mail/p5-Email-Folder mail/p5-Email-FolderType-Net mail/p5-Email-MIME-Attachment-Stripper mail/p5-Email-MIME-Encodings mail... 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.17 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: Sun, 05 Jan 2014 16:08:09 -0000 Author: az Date: Sun Jan 5 16:08:00 2014 New Revision: 338791 URL: http://svnweb.freebsd.org/changeset/ports/338791 Log: - stage support Approved by: portmgr (blanket infrastructure) Modified: head/mail/p5-Email-Abstract/Makefile head/mail/p5-Email-Abstract/pkg-plist (contents, props changed) head/mail/p5-Email-Delete/Makefile head/mail/p5-Email-Delete/pkg-plist (contents, props changed) head/mail/p5-Email-Folder/Makefile head/mail/p5-Email-Folder/pkg-plist (contents, props changed) head/mail/p5-Email-FolderType-Net/Makefile head/mail/p5-Email-FolderType-Net/pkg-plist (contents, props changed) head/mail/p5-Email-MIME-Attachment-Stripper/Makefile head/mail/p5-Email-MIME-Attachment-Stripper/pkg-plist (contents, props changed) head/mail/p5-Email-MIME-Encodings/Makefile head/mail/p5-Email-MIME-Encodings/pkg-plist head/mail/p5-MIME-AltWords/Makefile head/mail/p5-MIME-AltWords/pkg-plist (contents, props changed) head/mail/p5-MIME-Lite-HTML/Makefile head/mail/p5-MIME-Lite-HTML/pkg-plist (contents, props changed) head/mail/p5-Mail-Cache/Makefile head/mail/p5-Mail-Cache/pkg-descr (contents, props changed) head/mail/p5-Mail-Cache/pkg-plist (contents, props changed) head/mail/p5-Mail-Ezmlm/Makefile head/mail/p5-Mail-Ezmlm/pkg-plist (contents, props changed) head/mail/p5-Mail-IMAPTalk-MailCache/Makefile head/mail/p5-Mail-IMAPTalk-MailCache/pkg-descr (contents, props changed) head/mail/p5-Mail-IMAPTalk-MailCache/pkg-plist (contents, props changed) head/mail/p5-Mail-Transport-Dbx/Makefile head/mail/p5-Mail-Transport-Dbx/pkg-plist (contents, props changed) head/mail/p5-Mail-Verp/Makefile head/mail/p5-Mail-Verp/pkg-descr (contents, props changed) head/mail/p5-Mail-Verp/pkg-plist (contents, props changed) head/mail/p5-Net-QMTP/Makefile head/mail/p5-Net-QMTP/pkg-plist (contents, props changed) head/mail/p5-Net-SMTP-TLS/Makefile head/mail/p5-Net-SMTP-TLS/pkg-descr (contents, props changed) head/mail/p5-Net-SMTP-TLS/pkg-plist (contents, props changed) head/mail/p5-Net-Server-Mail/Makefile head/mail/p5-Net-Server-Mail/pkg-plist (contents, props changed) head/mail/p5-Parse-Syslog-Mail/Makefile head/mail/p5-Parse-Syslog-Mail/pkg-plist (contents, props changed) head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile head/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist (contents, props changed) head/net-mgmt/p5-Xymon-Server/Makefile head/net-mgmt/p5-Xymon-Server/pkg-descr (contents, props changed) head/net-mgmt/p5-Xymon-Server/pkg-plist (contents, props changed) Modified: head/mail/p5-Email-Abstract/Makefile ============================================================================== --- head/mail/p5-Email-Abstract/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Abstract/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -17,13 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::Abstract.3 \ - Email::Abstract::EmailMIME.3 \ - Email::Abstract::EmailSimple.3 \ - Email::Abstract::MIMEEntity.3 \ - Email::Abstract::MailInternet.3 \ - Email::Abstract::MailMessage.3 \ - Email::Abstract::Plugin.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-Abstract/pkg-plist ============================================================================== --- head/mail/p5-Email-Abstract/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Abstract/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -6,6 +6,13 @@ %%SITE_PERL%%/Email/Abstract/MailMessage.pm %%SITE_PERL%%/Email/Abstract/Plugin.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Abstract/.packlist +%%PERL5_MAN3%%/Email::Abstract.3.gz +%%PERL5_MAN3%%/Email::Abstract::EmailMIME.3.gz +%%PERL5_MAN3%%/Email::Abstract::EmailSimple.3.gz +%%PERL5_MAN3%%/Email::Abstract::MIMEEntity.3.gz +%%PERL5_MAN3%%/Email::Abstract::MailInternet.3.gz +%%PERL5_MAN3%%/Email::Abstract::MailMessage.3.gz +%%PERL5_MAN3%%/Email::Abstract::Plugin.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Abstract @dirrmtry %%SITE_PERL%%/Email/Abstract @dirrmtry %%SITE_PERL%%/Email Modified: head/mail/p5-Email-Delete/Makefile ============================================================================== --- head/mail/p5-Email-Delete/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Delete/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -22,9 +22,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::Delete.3 \ - Email::Delete::Maildir.3 \ - Email::Delete::Mbox.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-Delete/pkg-plist ============================================================================== --- head/mail/p5-Email-Delete/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Delete/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -2,6 +2,9 @@ %%SITE_PERL%%/Email/Delete/Maildir.pm %%SITE_PERL%%/Email/Delete/Mbox.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Delete/.packlist +%%PERL5_MAN3%%/Email::Delete.3.gz +%%PERL5_MAN3%%/Email::Delete::Maildir.3.gz +%%PERL5_MAN3%%/Email::Delete::Mbox.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Delete @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email @dirrmtry %%SITE_PERL%%/Email/Delete Modified: head/mail/p5-Email-Folder/Makefile ============================================================================== --- head/mail/p5-Email-Folder/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Folder/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -18,11 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::Folder.3 \ - Email::Folder::MH.3 \ - Email::Folder::Maildir.3 \ - Email::Folder::Mbox.3 \ - Email::Folder::Reader.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-Folder/pkg-plist ============================================================================== --- head/mail/p5-Email-Folder/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-Folder/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -5,6 +5,11 @@ %%SITE_PERL%%/Email/Folder/Mbox.pm %%SITE_PERL%%/Email/Folder/Reader.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder/.packlist +%%PERL5_MAN3%%/Email::Folder.3.gz +%%PERL5_MAN3%%/Email::Folder::MH.3.gz +%%PERL5_MAN3%%/Email::Folder::Maildir.3.gz +%%PERL5_MAN3%%/Email::Folder::Mbox.3.gz +%%PERL5_MAN3%%/Email::Folder::Reader.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email @dirrmtry %%SITE_PERL%%/Email/Folder Modified: head/mail/p5-Email-FolderType-Net/Makefile ============================================================================== --- head/mail/p5-Email-FolderType-Net/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-FolderType-Net/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -19,7 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::FolderType::Net.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-FolderType-Net/pkg-plist ============================================================================== --- head/mail/p5-Email-FolderType-Net/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-FolderType-Net/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Email/FolderType/Net.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType/Net/.packlist +%%PERL5_MAN3%%/Email::FolderType::Net.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email Modified: head/mail/p5-Email-MIME-Attachment-Stripper/Makefile ============================================================================== --- head/mail/p5-Email-MIME-Attachment-Stripper/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-MIME-Attachment-Stripper/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -19,7 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::MIME::Attachment::Stripper.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-MIME-Attachment-Stripper/pkg-plist ============================================================================== --- head/mail/p5-Email-MIME-Attachment-Stripper/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-MIME-Attachment-Stripper/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Email/MIME/Attachment/Stripper.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/Attachment/Stripper/.packlist +%%PERL5_MAN3%%/Email::MIME::Attachment::Stripper.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/Attachment/Stripper @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/Attachment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME Modified: head/mail/p5-Email-MIME-Encodings/Makefile ============================================================================== --- head/mail/p5-Email-MIME-Encodings/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-MIME-Encodings/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -7,7 +7,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org -COMMENT= A unified interface to MIME encoding and decoding +COMMENT= Unified interface to MIME encoding and decoding RUN_DEPENDS= p5-MIME-Base64>3.05:${PORTSDIR}/converters/p5-MIME-Base64 BUILD_DEPENDS:= ${RUN_DEPENDS} @@ -15,7 +15,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Email::MIME::Encodings.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Email-MIME-Encodings/pkg-plist ============================================================================== --- head/mail/p5-Email-MIME-Encodings/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Email-MIME-Encodings/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Email/MIME/Encodings.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/Encodings/.packlist +%%PERL5_MAN3%%/Email::MIME::Encodings.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/Encodings @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email Modified: head/mail/p5-MIME-AltWords/Makefile ============================================================================== --- head/mail/p5-MIME-AltWords/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-MIME-AltWords/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -13,10 +13,6 @@ COMMENT= Perl module for encoding and de USES= perl5 USE_PERL5= configure -MAN3= MIME::AltWords.3 \ - MIME::AltWords0.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL Modified: head/mail/p5-MIME-AltWords/pkg-plist ============================================================================== --- head/mail/p5-MIME-AltWords/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-MIME-AltWords/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,6 +1,8 @@ %%SITE_PERL%%/MIME/AltWords.pm %%SITE_PERL%%/MIME/AltWords0.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords/.packlist +%%PERL5_MAN3%%/MIME::AltWords.3.gz +%%PERL5_MAN3%%/MIME::AltWords0.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME @dirrmtry %%SITE_PERL%%/MIME Modified: head/mail/p5-MIME-Lite-HTML/Makefile ============================================================================== --- head/mail/p5-MIME-Lite-HTML/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-MIME-Lite-HTML/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -22,7 +22,4 @@ RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDI USES= perl5 USE_PERL5= configure -MAN3= MIME::Lite::HTML.3 - -NO_STAGE= yes .include Modified: head/mail/p5-MIME-Lite-HTML/pkg-plist ============================================================================== --- head/mail/p5-MIME-Lite-HTML/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-MIME-Lite-HTML/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/MIME/Lite/HTML.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/HTML/.packlist +%%PERL5_MAN3%%/MIME::Lite::HTML.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/HTML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME Modified: head/mail/p5-Mail-Cache/Makefile ============================================================================== --- head/mail/p5-Mail-Cache/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Cache/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -17,7 +17,4 @@ BUILD_DEPENDS= p5-File-BaseDir>=0:${PORT USES= perl5 USE_PERL5= configure -MAN3= Mail::Cache.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Mail-Cache/pkg-descr ============================================================================== --- head/mail/p5-Mail-Cache/pkg-descr Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Cache/pkg-descr Sun Jan 5 16:08:00 2014 (r338791) @@ -1,3 +1,3 @@ This provides methods for caching mail information. -WWW: http://search.cpan.org/dist/Mail-Cache +WWW: http://search.cpan.org/dist/Mail-Cache/ Modified: head/mail/p5-Mail-Cache/pkg-plist ============================================================================== --- head/mail/p5-Mail-Cache/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Cache/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Mail/Cache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Cache/.packlist +%%PERL5_MAN3%%/Mail::Cache.3.gz @dirrmtry %%SITE_PERL%%/Mail @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Cache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail Modified: head/mail/p5-Mail-Ezmlm/Makefile ============================================================================== --- head/mail/p5-Mail-Ezmlm/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Ezmlm/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -25,7 +25,4 @@ USE_PERL5= configure CONFIGURE_ENV= BSD_BATCH_INSTALL=yes .endif -MAN3= Mail::Ezmlm.3 Mail::Ezmlm::GpgKeyRing.3 Mail::Ezmlm::GpgEzmlm.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Mail-Ezmlm/pkg-plist ============================================================================== --- head/mail/p5-Mail-Ezmlm/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Ezmlm/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -2,6 +2,9 @@ %%SITE_PERL%%/Mail/Ezmlm/GpgEzmlm.pm %%SITE_PERL%%/Mail/Ezmlm/GpgKeyRing.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Ezmlm/.packlist +%%PERL5_MAN3%%/Mail::Ezmlm.3.gz +%%PERL5_MAN3%%/Mail::Ezmlm::GpgKeyRing.3.gz +%%PERL5_MAN3%%/Mail::Ezmlm::GpgEzmlm.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Ezmlm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail @dirrmtry %%SITE_PERL%%/Mail/Ezmlm Modified: head/mail/p5-Mail-IMAPTalk-MailCache/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPTalk-MailCache/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-IMAPTalk-MailCache/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -17,7 +17,4 @@ BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSD USES= perl5 USE_PERL5= configure -MAN3= Mail::IMAPTalk::MailCache.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Mail-IMAPTalk-MailCache/pkg-descr ============================================================================== --- head/mail/p5-Mail-IMAPTalk-MailCache/pkg-descr Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-IMAPTalk-MailCache/pkg-descr Sun Jan 5 16:08:00 2014 (r338791) @@ -1,4 +1,4 @@ This provides methods for caching mail information for Mail::IMAPTalk using Mail::Cache. -WWW: http://search.cpan.org/dist/Mail-IMAPTalk-MailCache +WWW: http://search.cpan.org/dist/Mail-IMAPTalk-MailCache/ Modified: head/mail/p5-Mail-IMAPTalk-MailCache/pkg-plist ============================================================================== --- head/mail/p5-Mail-IMAPTalk-MailCache/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-IMAPTalk-MailCache/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Mail/IMAPTalk/MailCache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/IMAPTalk/MailCache/.packlist +%%PERL5_MAN3%%/Mail::IMAPTalk::MailCache.3.gz @dirrmtry %%SITE_PERL%%/Mail/IMAPTalk @dirrmtry %%SITE_PERL%%/Mail @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/IMAPTalk/MailCache Modified: head/mail/p5-Mail-Transport-Dbx/Makefile ============================================================================== --- head/mail/p5-Mail-Transport-Dbx/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Transport-Dbx/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -16,7 +16,4 @@ COMMENT= Mail::Transport::Dbx - Parse Ou USES= perl5 USE_PERL5= configure -MAN3= Mail::Transport::Dbx.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Mail-Transport-Dbx/pkg-plist ============================================================================== --- head/mail/p5-Mail-Transport-Dbx/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Transport-Dbx/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/Dbx.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/Dbx.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/autosplit.ix +%%PERL5_MAN3%%/Mail::Transport::Dbx.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Mail/Transport Modified: head/mail/p5-Mail-Verp/Makefile ============================================================================== --- head/mail/p5-Mail-Verp/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Verp/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -13,7 +13,4 @@ COMMENT= Encodes and decodes Variable En USES= perl5 USE_PERL5= configure -MAN3= Mail::Verp.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Mail-Verp/pkg-descr ============================================================================== --- head/mail/p5-Mail-Verp/pkg-descr Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Verp/pkg-descr Sun Jan 5 16:08:00 2014 (r338791) @@ -4,4 +4,4 @@ recipient is forwarding their mail to an Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses. -WWW: http://search.cpan.org/dist/Mail-Verp/ +WWW: http://search.cpan.org/dist/Mail-Verp/ Modified: head/mail/p5-Mail-Verp/pkg-plist ============================================================================== --- head/mail/p5-Mail-Verp/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Mail-Verp/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Mail/Verp.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp/.packlist +%%PERL5_MAN3%%/Mail::Verp.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail @dirrmtry %%SITE_PERL%%/Mail Modified: head/mail/p5-Net-QMTP/Makefile ============================================================================== --- head/mail/p5-Net-QMTP/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-QMTP/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Text-Netstring>=0:${PORT USES= perl5 USE_PERL5= configure -MAN3= Net::QMTP.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Net-QMTP/pkg-plist ============================================================================== --- head/mail/p5-Net-QMTP/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-QMTP/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/QMTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP/.packlist +%%PERL5_MAN3%%/Net::QMTP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Net 2>/dev/null || true -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net Modified: head/mail/p5-Net-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-TLS/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-SMTP-TLS/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org -COMMENT= An SMTP client supporting TLS and AUTH +COMMENT= SMTP client supporting TLS and AUTH RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDI USES= perl5 USE_PERL5= configure -MAN3= Net::SMTP::TLS.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Net-SMTP-TLS/pkg-descr ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-descr Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-SMTP-TLS/pkg-descr Sun Jan 5 16:08:00 2014 (r338791) @@ -3,4 +3,4 @@ interface that users will find familiar implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API. -WWW: http://search.cpan.org/dist/Net-SMTP-TLS/ +WWW: http://search.cpan.org/dist/Net-SMTP-TLS/ Modified: head/mail/p5-Net-SMTP-TLS/pkg-plist ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-SMTP-TLS/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%SITE_PERL%%/Net/SMTP/TLS.pm +%%PERL5_MAN3%%/Net::SMTP::TLS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net Modified: head/mail/p5-Net-Server-Mail/Makefile ============================================================================== --- head/mail/p5-Net-Server-Mail/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-Server-Mail/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -14,12 +14,4 @@ COMMENT= Implementation of SMTP, ESMTP, USES= perl5 USE_PERL5= configure -MAN3= Net::Server::Mail.3 \ - Net::Server::Mail::ESMTP.3 \ - Net::Server::Mail::ESMTP::Extension.3 \ - Net::Server::Mail::ESMTP::XFORWARD.3 \ - Net::Server::Mail::LMTP.3 \ - Net::Server::Mail::SMTP.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Net-Server-Mail/pkg-plist ============================================================================== --- head/mail/p5-Net-Server-Mail/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Net-Server-Mail/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -7,6 +7,12 @@ %%SITE_PERL%%/Net/Server/Mail/ESMTP/XFORWARD.pm %%SITE_PERL%%/Net/Server/Mail/LMTP.pm %%SITE_PERL%%/Net/Server/Mail/SMTP.pm +%%PERL5_MAN3%%/Net::Server::Mail.3.gz +%%PERL5_MAN3%%/Net::Server::Mail::ESMTP.3.gz +%%PERL5_MAN3%%/Net::Server::Mail::ESMTP::Extension.3.gz +%%PERL5_MAN3%%/Net::Server::Mail::ESMTP::XFORWARD.3.gz +%%PERL5_MAN3%%/Net::Server::Mail::LMTP.3.gz +%%PERL5_MAN3%%/Net::Server::Mail::SMTP.3.gz @dirrm %%SITE_PERL%%/Net/Server/Mail/ESMTP @dirrm %%SITE_PERL%%/Net/Server/Mail @dirrmtry %%SITE_PERL%%/Net/Server Modified: head/mail/p5-Parse-Syslog-Mail/Makefile ============================================================================== --- head/mail/p5-Parse-Syslog-Mail/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Parse-Syslog-Mail/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Parse::Syslog::Mail.3 - -NO_STAGE= yes .include Modified: head/mail/p5-Parse-Syslog-Mail/pkg-plist ============================================================================== --- head/mail/p5-Parse-Syslog-Mail/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/mail/p5-Parse-Syslog-Mail/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Parse/Syslog/Mail.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog/Mail/.packlist +%%PERL5_MAN3%%/Parse::Syslog::Mail.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog/Mail @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse Modified: head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -8,15 +8,11 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= marcus@FreeBSD.org -COMMENT= A Perl MIB compiler supporting both SMIv1 and SMIv2 +COMMENT= Perl MIB compiler supporting both SMIv1 and SMIv2 BUILD_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare USES= perl5 USE_PERL5= configure -MAN3= SNMP::MIB::Compiler.3 \ - Bundle::SNMP::MIB::Compiler.3 - -NO_STAGE= yes .include Modified: head/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist ============================================================================== --- head/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -3,6 +3,8 @@ bin/mibcompiler %%SITE_PERL%%/SNMP/MIB/Compiler.pm %%SITE_PERL%%/Bundle/SNMP/MIB/Compiler.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler/.packlist +%%PERL5_MAN3%%/SNMP::MIB::Compiler.3.gz +%%PERL5_MAN3%%/Bundle::SNMP::MIB::Compiler.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP Modified: head/net-mgmt/p5-Xymon-Server/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon-Server/Makefile Sun Jan 5 15:52:33 2014 (r338790) +++ head/net-mgmt/p5-Xymon-Server/Makefile Sun Jan 5 16:08:00 2014 (r338791) @@ -13,7 +13,4 @@ COMMENT= Xymon Server Interface USES= perl5 USE_PERL5= configure -MAN3= Xymon::Server.3 - -NO_STAGE= yes .include Modified: head/net-mgmt/p5-Xymon-Server/pkg-descr ============================================================================== --- head/net-mgmt/p5-Xymon-Server/pkg-descr Sun Jan 5 15:52:33 2014 (r338790) +++ head/net-mgmt/p5-Xymon-Server/pkg-descr Sun Jan 5 16:08:00 2014 (r338791) @@ -1,4 +1,4 @@ Provides a base interface for retriving configuration variables from the hobbit server (taken from hobbitserver.cfg). -WWW: http://search.cpan.org/dist/Xymon-Server/ +WWW: http://search.cpan.org/dist/Xymon-Server/ Modified: head/net-mgmt/p5-Xymon-Server/pkg-plist ============================================================================== --- head/net-mgmt/p5-Xymon-Server/pkg-plist Sun Jan 5 15:52:33 2014 (r338790) +++ head/net-mgmt/p5-Xymon-Server/pkg-plist Sun Jan 5 16:08:00 2014 (r338791) @@ -1,6 +1,7 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Server/.packlist %%SITE_PERL%%/Xymon/Server.pm +%%PERL5_MAN3%%/Xymon::Server.3.gz @dirrmtry %%SITE_PERL%%/Xymon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon