| Summary: | [PATCH] devel/pwlib: mark MAKE_JOBS_UNSAFE, minor nits | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | steve | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2009-08-04 00:50:03 UTC
Maintainer of devel/pwlib,
Please note that PR ports/137405 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/137405
--
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) Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. This is fine. * Steve Ames (steve@energistic.com) wrote: > This is fine. Thanks. The same thing for openh323 --- openh323.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net/openh323/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- Makefile 5 Jan 2009 19:04:27 -0000 1.83 +++ Makefile 27 Aug 2009 15:59:45 -0000 @@ -9,9 +9,10 @@ PORTVERSION= 1.19.0.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -DISTNAME= openh323/${PORTNAME}-v${PORTVERSION:S/./_/g}-src- -EXTRACT_SUFX= tar.gz +MASTER_SITES= SF +DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src +EXTRACT_SUFX= -tar.gz +DIST_SUBDIR= openh323 MAINTAINER= steve@energistic.com COMMENT= A H323 Video Conferencing library --- openh323.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Also good. I was unaware of DIS_SUBDIR. Much cleaner. * Steve Ames (steve@energistic.com) wrote: > Also good. I was unaware of DIS_SUBDIR. Much cleaner. Ok. Also, the PR was forwarded to jmelo@, how do you think, should I wait for his approval or it's ok to commit it right away? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Dmitry Marakasov wrote:
> Ok. Also, the PR was forwarded to jmelo@, how do you think, should I
> wait for his approval or it's ok to commit it right away?
Unsure. I don't know jmelo@...
State Changed From-To: feedback->open Approved by maintainer (see manually edited Audit-Trail). State Changed From-To: open->closed Committed. Thanks! |