Bug 169058 - Update port: ftp/yafc to 1.2.0
Summary: Update port: ftp/yafc to 1.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 11:00 UTC by Norihiko Murase
Modified: 2012-06-25 01:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.48 KB, patch)
2012-06-14 11:00 UTC, Norihiko Murase
no flags Details | Diff
patch.txt (1.53 KB, text/plain)
2012-06-18 08:18 UTC, Norihiko Murase
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norihiko Murase 2012-06-14 11:00:11 UTC
The new release of Yafc is available, which is 1.2.0.

Also, the "unrecognized" configure options specified 
are removed/replaced.
  * Replace --with-socks4 with --with-socks
  * Remove --with-gssapi=no

Fix: Patch attached with submission follows:
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-06-14 14:29:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-06-17 20:53:40 UTC
Please, convert options to new optionsNG.
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-06-17 20:53:58 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 Norihiko Murase 2012-06-18 08:18:44 UTC
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}
Comment 5 Norihiko Murase 2012-06-18 08:56:40 UTC
The revised patch (posted today (on June 18, 2012)) is available 
also at
  http://esarum.shillest.net/tmp/20120618_01/patch.txt
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-06-25 01:05:29 UTC
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"
Comment 7 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-06-25 01:05:31 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!