Bug 121190 - [maintainer] port net-mgmt/nagcon unfetchable, upgrade from 0.0.15 to 0.0.26
Summary: [maintainer] port net-mgmt/nagcon unfetchable, upgrade from 0.0.15 to 0.0.26
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 22:40 UTC by rand
Modified: 2008-03-03 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.07 KB, patch)
2008-02-28 22:40 UTC, rand
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rand 2008-02-28 22:40:04 UTC
	The old 0.0.15 release of nagcon isn't fetchable anymore, here
	is an update to the 0.0.26 release, which also supports 
	Nagios 3.0 (net-mgmt/nagios-devel).

	The inclusion of devel/libstrfunc is because the nagcon author
	uses strndup in one place, and in that place the limiting count
	actually trims a newline from the string being copied.

How-To-Repeat: 	Try to install net-mgmt/nagios
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2008-03-02 23:05:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-03 19:49:54 UTC
ehaupt      2008-03-03 19:49:47 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/nagcon      Makefile distinfo pkg-descr 
  Added files:
    net-mgmt/nagcon/files patch-br.cpp patch-utils.cpp 
  Log:
  - Update to 0.0.26
  - Add an additional mirror
  
  PR:             121190
  Submitted by:   "Douglas K. Rand" <rand@meridian-enviro.com> (maintainer)
  
  Revision  Changes    Path
  1.5       +24 -5     ports/net-mgmt/nagcon/Makefile
  1.5       +3 -3      ports/net-mgmt/nagcon/distinfo
  1.1       +10 -0     ports/net-mgmt/nagcon/files/patch-br.cpp (new)
  1.1       +12 -0     ports/net-mgmt/nagcon/files/patch-utils.cpp (new)
  1.2       +2 -2      ports/net-mgmt/nagcon/pkg-descr
_______________________________________________
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 Emanuel Haupt freebsd_committer freebsd_triage 2008-03-03 19:50:00 UTC
State Changed
From-To: open->closed

Committed with some modifications, thanks. If you're in contact with the author 
you might want to encourage him to reduce some new compiler warnings.