Summary: | Update port: ftp/yafc to 1.2.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Norihiko Murase <mur1080224> | ||||||
Component: | Individual Port(s) | Assignee: | Sylvio Cesar Teixeira <sylvio> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Norihiko Murase
2012-06-14 11:00:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it. Please, convert options to new optionsNG. State Changed From-To: open->feedback Ask for maintainer fix. Hmm, I didn't know anything about "optionsNG"... I consider that you mean the new options framework referred to in the following web page. http://wiki.freebsd.org/Ports/Options/OptionsNG Is this ok? If it should be ok, then I would like you to check the revised patch, which is attached. The only change from the patch that were suggested previously is the following: * change NOPORTEXAMPLES to PORT_OPTIONS:MEXAMPLES (before) .if !defined(NOPORTEXAMPLES) (after ) .if ${PORT_OPTIONS:MEXAMPLES} The revised patch (posted today (on June 18, 2012)) is available also at http://esarum.shillest.net/tmp/20120618_01/patch.txt sylvio 2012-06-25 00:05:19 UTC FreeBSD ports repository Modified files: ftp/yafc Makefile distinfo Log: - Update to 1.2.0 PR: ports/169058 Submitted by: Norihiko Murase <mur1080224@inter7.jp> Revision Changes Path 1.43 +11 -10 ports/ftp/yafc/Makefile 1.25 +2 -2 ports/ftp/yafc/distinfo _______________________________________________ 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: feedback->closed Committed, with minor changes. Thanks! |