Opened 15 years ago

Last modified 6 years ago

#18319 closed enhancement

courier-authlib is missing startupitem — at Initial Version

Reported by: vallon (Justin) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: courier-authlib

Description

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

Change History (1)

Changed 15 years ago by vallon (Justin)

Attachment: Portfile added
Note: See TracTickets for help on using tickets.