On Mon, Jan 14, 2008 at 04:04:49PM -0800, Jeremy Chadwick wrote: > One of our customers pointed out to me that there's two versions of the > mod_evasive module actively floating around in ports: > > ports/www/mod_evasive20 > ports/www/mod_dosevasive20 > > Based on PR 106870 and the CVS commit logs, it looks like a repocopy > was done from mod_dosevasive20 --> mod_evasive20 (since the software > itself was renamed identically): > > http://www.freebsd.org/cgi/query-pr.cgi?pr=106870 > http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_dosevasive20/Makefile > > However, mod_dosevasive20 was never removed/deprecated. This lead to > some confusion... Can anything be done about this for consistency > reasons?
Follow-up: It also looks like PORTNAME is incorrect in both ports (mod_dosevasive20 claims to be mod_evasive20, and mod_evasive20 claims to be mod_dosevasive20), adding to even more confusion: $ grep ^PORTNAME ports/www/mod_dosevasive20/Makefile ports/www/mod_evasive20/Makefile ports/www/mod_dosevasive20/Makefile:PORTNAME= mod_evasive20 ports/www/mod_evasive20/Makefile:PORTNAME= mod_dosevasive20 -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
