Summary: | mail/assp: fix permissions for periodic script | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rnejdl | ||||
Component: | Individual Port(s) | Assignee: | Olli Hauer <ohauer> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
rnejdl
2010-12-21 18:30:17 UTC
Class Changed From-To: sw-bug->maintainer-update Fix synopsis and class. Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it. Hello Rusty, I recognized the source file for assp is no longer available on SF.net and there is a new version 1.8.5.0. Additional there are some other minor issues - until now the port used a fix but unregistered UID/GID => fixed I have the UID/GID registered in ports/(UID/GID)s => use ports framework to create the user (user is not created if installed from package) - softlinks are created only during port install not during package install => I will move those commands to a pkg-install script Can you please test if the new 1.8.5.0 version is production ready? -- olli On Wed, 05 Jan 2011 20:36:52 +0100, Olli Hauer wrote: > Hello Rusty, > > I recognized the source file for assp is no longer available on SF.net > and there is a new version 1.8.5.0. > > Additional there are some other minor issues > - until now the port used a fix but unregistered UID/GID > => fixed I have the UID/GID registered in ports/(UID/GID)s > => use ports framework to create the user (user is not created if installed > from package) > > - softlinks are created only during port install not during package install > => I will move those commands to a pkg-install script > > Can you please test if the new 1.8.5.0 version is production ready? > > -- > olli Thank you and I will test that in the next few days and confirm. Fritz releases updates quite often for assp so it is hard to keep up sometimes. Rusty Nejdl ohauer 2011-01-06 16:26:53 UTC FreeBSD ports repository Modified files: mail/assp Makefile pkg-plist mail/assp/files periodic-assp.in periodic-assp.sh.in Added files: mail/assp/files pkg-install.in Log: - fix periodic script(s) [1] [2] - use ports framework to create user/group - add pkg-install script to create links and directories so they are created during package install - use COPYTREE_SHARE instead of fix permissions and use INSTALL_DATA - fix order of pkg-plist - bump PORTREVISION PR: [1] ports/152365 [2] ports/153350 (maintainer) Submitted by: [1] Marco Walraven [2] Rusty Nejdl (maintainer) Revision Changes Path 1.30 +15 -40 ports/mail/assp/Makefile 1.2 +2 -2 ports/mail/assp/files/periodic-assp.in 1.6 +2 -1 ports/mail/assp/files/periodic-assp.sh.in 1.7 +20 -0 ports/mail/assp/files/pkg-install.in (new) 1.14 +9 -9 ports/mail/assp/pkg-plist _______________________________________________ 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" Hi Rusty, what do you think about renaming files/periodic-assp.sh.in to files/510.assp.in? If you agree I will open a change-request so we get rid of the second periodic script (duplicate) preserve history and clear confusion about those two scripts. -- olli On Thu, 06 Jan 2011 18:08:29 +0100, Olli Hauer wrote: > Hi Rusty, > > what do you think about renaming files/periodic-assp.sh.in to files/510.assp.in? > > If you agree I will open a change-request so we get rid of the second > periodic script (duplicate) preserve history and clear confusion about > those two scripts. > > -- > olli Olli, Go ahead and implement all of the changes you are suggesting. I am updating my virtualbox freebsd machine now to test ASSP in a sandbox now. Rusty State Changed From-To: open->closed Committed, Thanks! |