Bug 154454 - Update port: devel/cproto
Summary: Update port: devel/cproto
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 00:30 UTC by thomas
Modified: 2011-02-02 04:50 UTC (History)
0 users

See Also:


Attachments
file.diff (281 bytes, patch)
2011-02-02 00:30 UTC, thomas
no flags Details | Diff
file.diff (441 bytes, patch)
2011-02-02 00:30 UTC, thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2011-02-02 00:30:09 UTC
Update to 4.7i.

2011/01/02 (4.7j)
- amend a check for function name to allow cases such as this:
  int (foo)();
  which is distinct from a function-pointer, e.g.,
  int (*foo)();
- modified configure script to deprecate ${name-value} in favor of standard
  ${name:-value}.
- update config.guess, config.sub
Comment 1 Steve Wills freebsd_committer freebsd_triage 2011-02-02 04:29:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-02 04:42:31 UTC
swills      2011-02-02 04:42:26 UTC

  FreeBSD ports repository

  Modified files:
    devel/cproto         Makefile distinfo 
  Log:
  - Update to 4.7j
  
  PR:             ports/154454
  Submitted by:   maintainer
  Approved by:    wxs@ and pgollucci@ (mentor implicit)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.22      +1 -1      ports/devel/cproto/Makefile
  1.10      +2 -3      ports/devel/cproto/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 3 Steve Wills freebsd_committer freebsd_triage 2011-02-02 04:42:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!