svn commit: r444747 - head/sysutils/p5-Sysadm-Install

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 13:44:49 UTC 2017


Author: sunpoet
Date: Fri Jun 30 13:44:47 2017
New Revision: 444747
URL: https://svnweb.freebsd.org/changeset/ports/444747

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change

Modified:
  head/sysutils/p5-Sysadm-Install/Makefile

Modified: head/sysutils/p5-Sysadm-Install/Makefile
==============================================================================
--- head/sysutils/p5-Sysadm-Install/Makefile	Fri Jun 30 13:44:42 2017	(r444746)
+++ head/sysutils/p5-Sysadm-Install/Makefile	Fri Jun 30 13:44:47 2017	(r444747)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Sysadm-Install
 PORTVERSION=	0.48
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MSCHILLI
@@ -14,8 +15,7 @@ COMMENT=	Typical installation tasks for system adminis
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Archive-Tar>=0:archivers/p5-Archive-Tar \
-		p5-Expect>=0:lang/p5-Expect \
+BUILD_DEPENDS=	p5-Expect>=0:lang/p5-Expect \
 		p5-File-Which>=1.09:sysutils/p5-File-Which \
 		p5-Log-Log4perl>=1.28:devel/p5-Log-Log4perl \
 		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \


More information about the svn-ports-all mailing list