From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 15:24:07 2014 Return-Path: Delivered-To: svn-ports-head@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 2548489E; Fri, 31 Jan 2014 15:24:07 +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 065E01A4F; Fri, 31 Jan 2014 15:24:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VFO63e066156; Fri, 31 Jan 2014 15:24:06 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VFO5ZI066149; Fri, 31 Jan 2014 15:24:05 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401311524.s0VFO5ZI066149@svn.freebsd.org> From: Martin Wilke Date: Fri, 31 Jan 2014 15:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342004 - in head: mail/mime-construct security/p5-Authen-DecHpwd security/p5-Digest-SV1 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, 31 Jan 2014 15:24:07 -0000 Author: miwi Date: Fri Jan 31 15:24:05 2014 New Revision: 342004 URL: http://svnweb.freebsd.org/changeset/ports/342004 QAT: https://qat.redports.org/buildarchive/r342004/ Log: - Stage support Modified: head/mail/mime-construct/Makefile head/mail/mime-construct/pkg-plist head/security/p5-Authen-DecHpwd/Makefile head/security/p5-Authen-DecHpwd/pkg-plist head/security/p5-Digest-SV1/Makefile head/security/p5-Digest-SV1/pkg-plist Modified: head/mail/mime-construct/Makefile ============================================================================== --- head/mail/mime-construct/Makefile Fri Jan 31 15:23:50 2014 (r342003) +++ head/mail/mime-construct/Makefile Fri Jan 31 15:24:05 2014 (r342004) @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= mime-construct.1 - -NO_STAGE= yes .include Modified: head/mail/mime-construct/pkg-plist ============================================================================== --- head/mail/mime-construct/pkg-plist Fri Jan 31 15:23:50 2014 (r342003) +++ head/mail/mime-construct/pkg-plist Fri Jan 31 15:24:05 2014 (r342004) @@ -1,3 +1,4 @@ bin/mime-construct %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct/.packlist +man/man1/mime-construct.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct Modified: head/security/p5-Authen-DecHpwd/Makefile ============================================================================== --- head/security/p5-Authen-DecHpwd/Makefile Fri Jan 31 15:23:50 2014 (r342003) +++ head/security/p5-Authen-DecHpwd/Makefile Fri Jan 31 15:24:05 2014 (r342004) @@ -19,7 +19,4 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= modbuild -MAN3= Authen::DecHpwd.3 - -NO_STAGE= yes .include Modified: head/security/p5-Authen-DecHpwd/pkg-plist ============================================================================== --- head/security/p5-Authen-DecHpwd/pkg-plist Fri Jan 31 15:23:50 2014 (r342003) +++ head/security/p5-Authen-DecHpwd/pkg-plist Fri Jan 31 15:24:05 2014 (r342004) @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Authen/DecHpwd.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.so +%%PERL5_MAN3%%/Authen::DecHpwd.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen Modified: head/security/p5-Digest-SV1/Makefile ============================================================================== --- head/security/p5-Digest-SV1/Makefile Fri Jan 31 15:23:50 2014 (r342003) +++ head/security/p5-Digest-SV1/Makefile Fri Jan 31 15:24:05 2014 (r342004) @@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTS USES= perl5 USE_PERL5= modbuild -MAN3= Digest::SV1.3 - -NO_STAGE= yes .include Modified: head/security/p5-Digest-SV1/pkg-plist ============================================================================== --- head/security/p5-Digest-SV1/pkg-plist Fri Jan 31 15:23:50 2014 (r342003) +++ head/security/p5-Digest-SV1/pkg-plist Fri Jan 31 15:24:05 2014 (r342004) @@ -1,2 +1,3 @@ %%SITE_PERL%%/Digest/SV1.pm +%%PERL5_MAN3%%/Digest::SV1.3.gz @dirrmtry %%SITE_PERL%%/Digest/