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

Frederic Culot culot at FreeBSD.org
Thu May 22 14:20:01 UTC 2014


Author: culot
Date: Thu May 22 14:20:00 2014
New Revision: 354849
URL: http://svnweb.freebsd.org/changeset/ports/354849
QAT: https://qat.redports.org/buildarchive/r354849/

Log:
  - Update to 0.44
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Sysadm-Install/Changes

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

Modified: head/sysutils/p5-Sysadm-Install/Makefile
==============================================================================
--- head/sysutils/p5-Sysadm-Install/Makefile	Thu May 22 14:19:04 2014	(r354848)
+++ head/sysutils/p5-Sysadm-Install/Makefile	Thu May 22 14:20:00 2014	(r354849)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Sysadm-Install
-PORTVERSION=	0.43
+PORTVERSION=	0.44
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MSCHILLI
@@ -11,8 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Typical installation tasks for system administrators
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
 		p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \
+		p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \
 		p5-Log-Log4perl>=1.28:${PORTSDIR}/devel/p5-Log-Log4perl \
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww

Modified: head/sysutils/p5-Sysadm-Install/distinfo
==============================================================================
--- head/sysutils/p5-Sysadm-Install/distinfo	Thu May 22 14:19:04 2014	(r354848)
+++ head/sysutils/p5-Sysadm-Install/distinfo	Thu May 22 14:20:00 2014	(r354849)
@@ -1,2 +1,2 @@
-SHA256 (Sysadm-Install-0.43.tar.gz) = 53238cc922b6f000504216f50003761be68a49503121894b6ed05ea5efd2d849
-SIZE (Sysadm-Install-0.43.tar.gz) = 28443
+SHA256 (Sysadm-Install-0.44.tar.gz) = 1e3f80f17e746c86c70d2d126bf613b6ed5e0a57ff3caf9f04ea454d8f0c801f
+SIZE (Sysadm-Install-0.44.tar.gz) = 26665


More information about the svn-ports-all mailing list