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 # -# $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@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 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