| Summary: | Fix port: irc/ircd-ru should use USERS | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris Rees <utisoft> |
| Component: | Individual Port(s) | Assignee: | Chris Rees <crees> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Chris Rees
2011-06-04 10:10:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->pgollucci pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) Maintainer of irc/ircd-ru,
Please note that PR ports/157581 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157581
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) On 04.06.2011 13:10, Edwin Groothuis wrote:
> Maintainer of irc/ircd-ru,
>
> Please note that PR ports/157581 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157581
I am not against it. Thanks.
--
WBR, Andrey V. Elsukov
Responsible Changed From-To: pgollucci->crees Invalid autoassignment State Changed From-To: feedback->open Maintainer has approved. Hi Andrey, Sorry to mess you about -- I've just noticed that the port uses @unexec rmdir %D/ || which has now been replaced with @dirrmtry, as well as using ETCDIR in pkg-plist. It also clobbers kline.conf on upgrade -- not a good idea if you want to keep your server safe! Patch at [1] should suffice. Is it OK with you? Chris [1] http://people.freebsd.org/~crees/patches/ircd-ru-clobber-kline-conf.diff -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. On 28.06.2011 0:30, Chris Rees wrote:
> Hi Andrey,
>
> Sorry to mess you about -- I've just noticed that the port uses
>
> @unexec rmdir %D/ ||
>
> which has now been replaced with @dirrmtry, as well as using ETCDIR in pkg-plist.
>
> It also clobbers kline.conf on upgrade -- not a good idea if you want to keep your server safe!
>
> Patch at [1] should suffice. Is it OK with you?
>
> [1] http://people.freebsd.org/~crees/patches/ircd-ru-clobber-kline-conf.diff
Hi, it's ok. Thanks.
--
WBR, Andrey V. Elsukov
crees 2011-06-28 18:44:05 UTC
FreeBSD ports repository
Modified files:
irc/ircd-ru Makefile pkg-plist
Removed files:
irc/ircd-ru pkg-install
Log:
- Use USERS and GROUPS
- Stop clobbering kline.conf on deinstall
- Use %%ETCDIR%%
- Use @dirrmtry
PR: ports/157581
Submitted by: Chris Rees <utisoft@gmail.com> (me)
Approved by: rene (mentor), maintainer
Revision Changes Path
1.18 +3 -3 ports/irc/ircd-ru/Makefile
1.2 +0 -68 ports/irc/ircd-ru/pkg-install (dead)
1.8 +11 -10 ports/irc/ircd-ru/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"
State Changed From-To: open->closed Committed. Thanks! |