| Summary: | Add staging support to mail/gmime2-sharp gmime24-sharp and gmime26-sharp | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Hicks <ahicks> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-mono (Nobody) <mono> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-ports-bugs->mono Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed All patches committed. |
Master ports now support staging so gmime*-sharp can use staging Fix: Attached patches enable staging support diff -u /usr/ports/mail/gmime24-sharp/Makefile gmime24-sharp/Makefile --- /usr/ports/mail/gmime24-sharp/Makefile 2013-09-20 20:59:12.000000000 +0100 +++ gmime24-sharp/Makefile 2013-11-17 12:39:00.000000000 +0000 @@ -25,7 +25,6 @@ NOPORTDOCS= yes # Done in pre-configure because master port has a post-patch target already. -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in --- gmime24-sharp.diff ends here ---