Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 17:14:30 +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: r397183 - head/devel/p5-Dist-Joseki
Message-ID:  <201509171714.t8HHEUSj001956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 17 17:14:29 2015
New Revision: 397183
URL: https://svnweb.freebsd.org/changeset/ports/397183

Log:
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Dist-Joseki/Makefile
  head/devel/p5-Dist-Joseki/pkg-plist

Modified: head/devel/p5-Dist-Joseki/Makefile
==============================================================================
--- head/devel/p5-Dist-Joseki/Makefile	Thu Sep 17 17:13:37 2015	(r397182)
+++ head/devel/p5-Dist-Joseki/Makefile	Thu Sep 17 17:14:29 2015	(r397183)
@@ -20,16 +20,11 @@ BUILD_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}
 		p5-Error>=0:${PORTSDIR}/lang/p5-Error \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \
-		p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-RUN_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
-		p5-Class-Accessor-Complex>=0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \
-		p5-Data-Rmap>=0:${PORTSDIR}/devel/p5-Data-Rmap \
-		p5-Error>=0:${PORTSDIR}/lang/p5-Error \
-		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS+=	p5-URI>=0:${PORTSDIR}/net/p5-URI
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Dist-Joseki/pkg-plist
==============================================================================
--- head/devel/p5-Dist-Joseki/pkg-plist	Thu Sep 17 17:13:37 2015	(r397182)
+++ head/devel/p5-Dist-Joseki/pkg-plist	Thu Sep 17 17:14:29 2015	(r397183)
@@ -17,6 +17,7 @@ bin/distfind
 %%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm
 %%SITE_PERL%%/Dist/Joseki/Find.pm
 %%SITE_PERL%%/Dist/Joseki/Version.pm
+%%PERL5_MAN1%%/distfind.1.gz
 %%PERL5_MAN3%%/Dist::Joseki.3.gz
 %%PERL5_MAN3%%/Dist::Joseki::Base.3.gz
 %%PERL5_MAN3%%/Dist::Joseki::Cmd.3.gz
@@ -34,4 +35,3 @@ bin/distfind
 %%PERL5_MAN3%%/Dist::Joseki::DistType::ModuleBuild.3.gz
 %%PERL5_MAN3%%/Dist::Joseki::Find.3.gz
 %%PERL5_MAN3%%/Dist::Joseki::Version.3.gz
-%%PERL5_MAN1%%/distfind.1.gz



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