| Summary: | [PATCH] shells/lshell: add of lshell in /etc/shells | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Sylvio César Teixeira Amorim <scjamorim> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | scjamorim | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Sylvio César Teixeira Amorim
2009-08-08 02:40:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants his PRs (via the GNATS Auto Assign Tool) araujo 2009-08-10 14:22:36 UTC
FreeBSD ports repository
Modified files:
shells/lshell Makefile
Added files:
shells/lshell pkg-plist
Log:
- Add lshell in /etc/shells.
- Fix the PORTDOCS issue.
- Bump PORTREVISION.
PR: ports/137551
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Reported by: erwin, pav (pointyhat)
Revision Changes Path
1.2 +14 -10 ports/shells/lshell/Makefile
1.1 +15 -0 ports/shells/lshell/pkg-plist (new)
_______________________________________________
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, with minor changes. Thanks! > Log: > - Add lshell in /etc/shells. > - Fix the PORTDOCS issue. > - Bump PORTREVISION. > > PR: ports/137551 > Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) > Reported by: erwin, pav (pointyhat) Nice, I was just about to complain on that. Also, _DEPENDS lines are not needed, USE_PYTHON implies this. Also, are you sure @dirrmtry %%DATADIR%% @dirrmtry %%LOGDIR%% are needed when LOGDIR is not even defined (and judging from plist, there's no DATADIR). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Hello Dmitry, Thanks to have noted the _DEPENDS mistake. Soon as possible I'll fix it. Cheers, -- Marcelo Araujo araujo@FreeBSD.org http://www.FreeBSD.org Most people want to be delivered from temptation but would like it to keep in touch. |