Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 04:22:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523889 - head/devel/p5-Class-Std-Fast
Message-ID:  <202001230422.00N4MrQL041767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 23 04:22:52 2020
New Revision: 523889
URL: https://svnweb.freebsd.org/changeset/ports/523889

Log:
  Update version requirement of *_DEPENDS
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Class-Std-Fast/Makefile
  head/devel/p5-Class-Std-Fast/pkg-plist

Modified: head/devel/p5-Class-Std-Fast/Makefile
==============================================================================
--- head/devel/p5-Class-Std-Fast/Makefile	Thu Jan 23 04:22:47 2020	(r523888)
+++ head/devel/p5-Class-Std-Fast/Makefile	Thu Jan 23 04:22:52 2020	(r523889)
@@ -16,9 +16,11 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Class-Std>=0.0.9:devel/p5-Class-Std
+RUN_DEPENDS=	p5-Class-Std>=0.0.8:devel/p5-Class-Std
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Class-Std-Fast/pkg-plist
==============================================================================
--- head/devel/p5-Class-Std-Fast/pkg-plist	Thu Jan 23 04:22:47 2020	(r523888)
+++ head/devel/p5-Class-Std-Fast/pkg-plist	Thu Jan 23 04:22:52 2020	(r523889)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Class::Std::Fast.3.gz
-%%PERL5_MAN3%%/Class::Std::Fast::Storable.3.gz
 %%SITE_PERL%%/Class/Std/Fast.pm
 %%SITE_PERL%%/Class/Std/Fast/Storable.pm
+%%PERL5_MAN3%%/Class::Std::Fast.3.gz
+%%PERL5_MAN3%%/Class::Std::Fast::Storable.3.gz



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