Simplify the port and make better use of the general facilities provided by the ports system: * Switch to using bsd.ports.options.mk -- this means that we can apply OPTIONS processing for suPHP support, which otherwise needs to occur too early. * Use USERS and GROUPS functionality, instead of supplying pkg-install scripts to create userids. * Drop some warnings about changes that happened a long time ago now.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2009-12-22 11:48:42 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile pkg-descr databases/phpmyadmin/files pkg-install.in Log: - Switch to using bsd.ports.options.mk - Use USERS and GROUPS functionality , instead of supplying pkg-install - Drop some warnings about changes that happened a long time ago now. PR: 141801 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.115 +27 -74 ports/databases/phpmyadmin/Makefile 1.3 +4 -89 ports/databases/phpmyadmin/files/pkg-install.in 1.10 +20 -30 ports/databases/phpmyadmin/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!