Bug 172170 - ports-mgmt/fbsdmon: Update to 0.93
Summary: ports-mgmt/fbsdmon: Update to 0.93
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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 22:00 UTC by Grzegorz Blach
Modified: 2012-09-30 22:40 UTC (History)
0 users

See Also:


Attachments
file.diff (917 bytes, patch)
2012-09-29 22:00 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-09-29 22:00:10 UTC
Port ports-mgmt/fbsdmon updated to 0.93

Changes:
- Fix segmentation fault on i386

Fix: Patch attached with submission follows:
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2012-09-30 08:03:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jhale

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-30 22:31:00 UTC
Author: jhale
Date: Sun Sep 30 21:30:44 2012
New Revision: 305087
URL: http://svn.freebsd.org/changeset/ports/305087

Log:
  - Update to 0.93
  
  Changes:
  - Fix segmentation fault on i386
  
  PR:		ports/172170
  Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
  Approved by:	avilla (mentor)

Modified:
  head/ports-mgmt/fbsdmon/Makefile   (contents, props changed)
  head/ports-mgmt/fbsdmon/distinfo   (contents, props changed)

Modified: head/ports-mgmt/fbsdmon/Makefile
==============================================================================
--- head/ports-mgmt/fbsdmon/Makefile	Sun Sep 30 20:32:35 2012	(r305086)
+++ head/ports-mgmt/fbsdmon/Makefile	Sun Sep 30 21:30:44 2012	(r305087)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fbsdmon
-PORTVERSION=	0.92
+PORTVERSION=	0.93
 CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://files.roorback.net/
 

Modified: head/ports-mgmt/fbsdmon/distinfo
==============================================================================
--- head/ports-mgmt/fbsdmon/distinfo	Sun Sep 30 20:32:35 2012	(r305086)
+++ head/ports-mgmt/fbsdmon/distinfo	Sun Sep 30 21:30:44 2012	(r305087)
@@ -1,2 +1,2 @@
-SHA256 (fbsdmon-0.92.tar.gz) = 94fb1ef98fa15050bc13f4db3f24b09b77fa960f375ece7745f4b5f558ae2193
-SIZE (fbsdmon-0.92.tar.gz) = 3776
+SHA256 (fbsdmon-0.93.tar.gz) = 0fb011eb17aca1e9d7409502d96fb5e8bf8f11e0f751865925ff68d7b66ec057
+SIZE (fbsdmon-0.93.tar.gz) = 3755
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2012-09-30 22:31:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!