svn commit: r446123 - head/net-mgmt/rackmonkey

Ryan Steinmetz zi at FreeBSD.org
Tue Jul 18 01:10:31 UTC 2017


Author: zi
Date: Tue Jul 18 01:10:29 2017
New Revision: 446123
URL: https://svnweb.freebsd.org/changeset/ports/446123

Log:
  - Add missing dependency (p5-CGI) due to CGI.pm being removed in perl 5.22
  - Bump PORTREVISION

Modified:
  head/net-mgmt/rackmonkey/Makefile

Modified: head/net-mgmt/rackmonkey/Makefile
==============================================================================
--- head/net-mgmt/rackmonkey/Makefile	Mon Jul 17 22:54:17 2017	(r446122)
+++ head/net-mgmt/rackmonkey/Makefile	Tue Jul 18 01:10:29 2017	(r446123)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rackmonkey
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-1
 PORTREVISION=	4
 CATEGORIES=	net-mgmt www
@@ -14,6 +15,7 @@ MAINTAINER=	ecrist at secure-computing.net
 COMMENT=	Web-based tool for managing racks of equipment
 
 RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
+		p5-CGI>=0:www/p5-CGI \
 		p5-HTML-Template>=0:www/p5-HTML-Template \
 		p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \
 		p5-Net-DNS>=0:dns/p5-Net-DNS \


More information about the svn-ports-all mailing list