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-24 20:50:22 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile net/phpldapadmin/files pkg-deinstall.in pkg-install.in net/phpldapadmin098 Makefile net/phpldapadmin098/files pkg-install.in pkg-message.in Log: - Switch to using bsd.ports.options.mk - - 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. PR: 141804 141803 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.36 +28 -57 ports/net/phpldapadmin/Makefile 1.3 +2 -2 ports/net/phpldapadmin/files/pkg-deinstall.in 1.3 +2 -87 ports/net/phpldapadmin/files/pkg-install.in 1.26 +28 -57 ports/net/phpldapadmin098/Makefile 1.3 +2 -88 ports/net/phpldapadmin098/files/pkg-install.in 1.7 +0 -12 ports/net/phpldapadmin098/files/pkg-message.in _______________________________________________ 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!