ports/145438: update to net-mgmt/rackmonkey

Eric F Crist ecrist at secure-computing.net
Tue Apr 6 19:30:03 UTC 2010


>Number:         145438
>Category:       ports
>Synopsis:       update to net-mgmt/rackmonkey
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 06 19:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eric F Crist
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
Secure Computing Networks
>Environment:
System: FreeBSD cartman.secure-computing.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Adds a working Alias line to recommended apache config in pkg-message.in, adds two file servers.
>How-To-Repeat:
>Fix:

--- rm.diff begins here ---
Only in ./rackmonkey/: .svn
diff -ru /usr/ports/net-mgmt/rackmonkey/Makefile ./rackmonkey/Makefile
--- /usr/ports/net-mgmt/rackmonkey/Makefile	2010-03-31 12:16:42.000000000 -0500
+++ ./rackmonkey/Makefile	2010-04-06 14:18:07.000000000 -0500
@@ -2,14 +2,16 @@
 # Date created:						February 10, 2010
 # Whom:								Eric F Crist <ecrist at secure-computing.net>
 #
-# $FreeBSD: ports/net-mgmt/rackmonkey/Makefile,v 1.3 2010/03/31 17:16:42 wxs Exp $
+# $FreeBSD: ports/net-mgmt/rackmonkey/Makefile,v 1.2 2010/03/10 17:53:27 miwi Exp $
 #
 
 PORTNAME=	rackmonkey
 PORTVERSION=	1.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt www
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+		ftp://ftp.secure-computing.net/pub/FreeBSD/ports/rackmonkey/ \
+		ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/rackmonkey/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
 MAINTAINER=	ecrist at secure-computing.net
Only in ./rackmonkey/files: .svn
diff -ru /usr/ports/net-mgmt/rackmonkey/files/pkg-message.in ./rackmonkey/files/pkg-message.in
--- /usr/ports/net-mgmt/rackmonkey/files/pkg-message.in	2010-02-12 13:27:38.000000000 -0600
+++ ./rackmonkey/files/pkg-message.in	2010-04-06 13:06:46.000000000 -0500
@@ -17,12 +17,13 @@
 If using the Apache web server, simply add the following
 to the appropriate place in your config files:
 
+Alias /rackmonkey %%WWWDIR%%/www/rackmonkey
 <Location /rackmonkey>
    Options ExecCGI FollowSymLinks Includes
    AddHandler cgi-script .pl
    AddType text/html .shtml 
    AddHandler server-parsed .shtml
    DirectoryIndex rackmonkey.pl index.shtml index.html 
-   SetEnv RACKMONKEY_CONF /usr/local/www/rackmonkey/rackmonkey.conf
+   SetEnv RACKMONKEY_CONF %%WWWDIR%%/rackmonkey/rackmonkey.conf
 </Location>
 
--- rm.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list