#18319: courier-authlib is missing startupitem ------------------------------------+--------------------------------------- Reporter: JustinVallon@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: ------------------------------------+--------------------------------------- Ticket #14229 had an attached Portfile that included numerous changes, including adding a startupitem clause to the Portfile for courier-authlib. The ticket was closed with the comment "update was done in r36112", but 36112 only upgraded from 0.60.0 to 0.60.2 (+ checksums). None of the other changes in the Portfile of ticket #14229 were committed. Specifically, I would like: --- Portfile.orig 2009-02-01 20:37:00.000000000 -0500 +++ Portfile 2009-02-01 20:39:32.000000000 -0500 @@ -33,4 +33,10 @@ system "cd ${destroot}${prefix}/lib/courier-authlib && rm -f *.a *.la" } +startupitem.create yes +startupitem.start "${prefix}/sbin/authdaemond start" +startupitem.stop "${prefix}/sbin/authdaemond stop" +startupitem.restart "${prefix}/sbin/authdaemond restart" +startupitem.pidfile clean ${prefix}/var/run/${name}/pid + #livecheck.check sourceforge -- Ticket URL: <http://trac.macports.org/ticket/18319> MacPorts <http://www.macports.org/> Ports system for Mac OS