Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 19:34:32 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330767 - head/sysutils/p5-MogileFS-Utils
Message-ID:  <201310181934.r9IJYWRe062803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310181934.r9IJYWRe062803>