From owner-svn-ports-head@FreeBSD.ORG Fri Oct 18 19:34:33 2013 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 ESMTP id 74722208; Fri, 18 Oct 2013 19:34:33 +0000 (UTC) (envelope-from trociny@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 474722967; Fri, 18 Oct 2013 19:34:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IJYXNk062806; Fri, 18 Oct 2013 19:34:33 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IJYWRe062803; Fri, 18 Oct 2013 19:34:32 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201310181934.r9IJYWRe062803@svn.freebsd.org> From: Mikolaj Golub Date: Fri, 18 Oct 2013 19:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330767 - head/sysutils/p5-MogileFS-Utils 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.14 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, 18 Oct 2013 19:34:33 -0000 Author: trociny Date: Fri Oct 18 19:34:32 2013 New Revision: 330767 URL: http://svnweb.freebsd.org/changeset/ports/330767 Log: - Update to 2.28. - Add stage support. Approved by: bdrewery (mentor) Modified: head/sysutils/p5-MogileFS-Utils/Makefile head/sysutils/p5-MogileFS-Utils/distinfo head/sysutils/p5-MogileFS-Utils/pkg-plist (contents, props changed) Modified: head/sysutils/p5-MogileFS-Utils/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Utils/Makefile Fri Oct 18 18:47:57 2013 (r330766) +++ head/sysutils/p5-MogileFS-Utils/Makefile Fri Oct 18 19:34:32 2013 (r330767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MogileFS-Utils -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO @@ -18,20 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= mogadm.1 \ - mogdelete.1 \ - mogfetch.1 \ - mogfiledebug.1 \ - mogfileinfo.1 \ - moglistfids.1 \ - moglistkeys.1 \ - mogrename.1 \ - mogstats.1 \ - mogtool.1 \ - mogupload.1 -MAN3= MogileFS::Utils.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL Modified: head/sysutils/p5-MogileFS-Utils/distinfo ============================================================================== --- head/sysutils/p5-MogileFS-Utils/distinfo Fri Oct 18 18:47:57 2013 (r330766) +++ head/sysutils/p5-MogileFS-Utils/distinfo Fri Oct 18 19:34:32 2013 (r330767) @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Utils-2.27.tar.gz) = 35a2e14f35c427590df86eb253181f1c8fc5f77db72c7ffe9f1fe2e4103856da -SIZE (MogileFS-Utils-2.27.tar.gz) = 40262 +SHA256 (MogileFS-Utils-2.28.tar.gz) = 16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932 +SIZE (MogileFS-Utils-2.28.tar.gz) = 40822 Modified: head/sysutils/p5-MogileFS-Utils/pkg-plist ============================================================================== --- head/sysutils/p5-MogileFS-Utils/pkg-plist Fri Oct 18 18:47:57 2013 (r330766) +++ head/sysutils/p5-MogileFS-Utils/pkg-plist Fri Oct 18 19:34:32 2013 (r330767) @@ -9,8 +9,20 @@ bin/mogrename bin/mogstats bin/mogtool bin/mogupload +man/man1/mogadm.1.gz +man/man1/mogdelete.1.gz +man/man1/mogfetch.1.gz +man/man1/mogfiledebug.1.gz +man/man1/mogfileinfo.1.gz +man/man1/moglistfids.1.gz +man/man1/moglistkeys.1.gz +man/man1/mogrename.1.gz +man/man1/mogstats.1.gz +man/man1/mogtool.1.gz +man/man1/mogupload.1.gz %%SITE_PERL%%/MogileFS/Utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Utils/.packlist +%%PERL5_MAN3%%/MogileFS::Utils.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Utils @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS @dirrmtry %%SITE_PERL%%/MogileFS