This PR superceeds PR ports/66612. After some discussion off-line with Jeremy Chadwick, I came up with the following diff, incorporating his requirements and some other stuff I was working on already. This: - moves the default installation directory to /usr/local/www/phpMyAdmin instead of /usr/local/www/data/phpMyAdmin ref: Kris' e-mail to freebsd-ports@... mentioning adding /usr/local/www to BSD.local.dist, and the subsequent thread starting with -- http://lists.freebsd.org/pipermail/freebsd-ports/2004-April/011899.html - Improves handling config files, making them not world readable by default. - Generates pkg-plist dynamically - Adds a WITH_SUPHP option Gives a RUN_DEPENDS on www/suphp, and causes all of the web content to be installed with phpmyadm:www ownership. Files added: pkg-deinstall-suphp pkg-install-suphp pkg-message pkg-plist-chunk Files modified Makefile Files deleted pkg-plist A note in /usr/ports/UPDATING about the change in the default installation directory would probably be a good idea.
State Changed From-To: open->closed Committed, thanks!