Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:25:55 +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: r558678 - head/devel/svk
Message-ID:  <202012192025.0BJKPtB8029916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:25:54 2020
New Revision: 558678
URL: https://svnweb.freebsd.org/changeset/ports/558678

Log:
  Remove Perl core modules
  
  - Change the way *_DEPENDS are set
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/svk/Makefile

Modified: head/devel/svk/Makefile
==============================================================================
--- head/devel/svk/Makefile	Sat Dec 19 20:25:50 2020	(r558677)
+++ head/devel/svk/Makefile	Sat Dec 19 20:25:54 2020	(r558678)
@@ -15,49 +15,42 @@ COMMENT=	Distributed Version Control System
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
-		p5-subversion>=0:devel/p5-subversion \
-		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
-		p5-Algorithm-Annotate>=0:devel/p5-Algorithm-Annotate \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Algorithm-Annotate>=0:devel/p5-Algorithm-Annotate \
+		p5-Algorithm-Diff>=1.1901:devel/p5-Algorithm-Diff \
 		p5-App-CLI>=0:devel/p5-App-CLI \
 		p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+		p5-Class-Autouse>=1.15:devel/p5-Class-Autouse \
 		p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
+		p5-Data-Hierarchy>=0.30:devel/p5-Data-Hierarchy \
 		p5-FreezeThaw>=0:devel/p5-FreezeThaw \
 		p5-IO-Digest>=0:devel/p5-IO-Digest \
 		p5-IO-Pager>=0:devel/p5-IO-Pager \
-		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
-		p5-Pod-Escapes>=0:textproc/p5-Pod-Escapes \
-		p5-Pod-Simple>=0:textproc/p5-Pod-Simple \
-		p5-Regexp-Shellish>=0:devel/p5-Regexp-Shellish \
-		p5-SVN-Mirror>=0:devel/p5-SVN-Mirror \
-		p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \
-		p5-URI>=0:net/p5-URI \
-		p5-Algorithm-Diff>=1.1901:devel/p5-Algorithm-Diff \
-		p5-Class-Autouse>=1.15:devel/p5-Class-Autouse \
-		p5-Data-Hierarchy>=0.30:devel/p5-Data-Hierarchy \
+		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
 		p5-Locale-Maketext-Lexicon>=0.62:devel/p5-Locale-Maketext-Lexicon \
-		p5-Locale-Maketext-Simple>=0.16:devel/p5-Locale-Maketext-Simple \
+		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
 		p5-Path-Class>=0.16:devel/p5-Path-Class \
 		p5-PerlIO-eol>=0.13:devel/p5-PerlIO-eol \
 		p5-PerlIO-gzip>=0.18:archivers/p5-PerlIO-gzip \
 		p5-PerlIO-via-Bzip2>=0.02:archivers/p5-PerlIO-via-Bzip2 \
 		p5-PerlIO-via-dynamic>=0.11:devel/p5-PerlIO-via-dynamic \
 		p5-PerlIO-via-symlink>=0.02:devel/p5-PerlIO-via-symlink \
+		p5-Regexp-Shellish>=0:devel/p5-Regexp-Shellish \
 		p5-SVN-Dump>=0.04:devel/p5-SVN-Dump \
-		p5-SVN-Simple>=0.27:devel/p5-SVN-Simple \
 		p5-SVN-Mirror>=0.71:devel/p5-SVN-Mirror \
+		p5-SVN-Mirror>=0:devel/p5-SVN-Mirror \
+		p5-SVN-Simple>=0.27:devel/p5-SVN-Simple \
+		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
 		p5-Time-Progress>=0:devel/p5-Time-Progress \
+		p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \
+		p5-URI>=0:net/p5-URI \
 		p5-YAML-Syck>=0.60:textproc/p5-YAML-Syck \
-		p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+		p5-libwww>=0:www/p5-libwww \
+		p5-subversion>=0:devel/p5-subversion
 
 USES=		perl5
 USE_PERL5=	configure
 
-pre-everything::
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} "If you see some missing dependency, please update your"
-	@${ECHO_MSG} "ports tree and upgrade it with 'portupgrade -R svk'."
-	@${ECHO_MSG} ""
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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