Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 11:13:56 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304669 - head/ports-mgmt/fbsdmon
Message-ID:  <201209221113.q8MBDuF2057000@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Sep 22 11:13:56 2012
New Revision: 304669
URL: http://svn.freebsd.org/changeset/ports/304669

Log:
  - update to 0.92
    This release features pkgng support.
  
  while here:
  - convert Makefile header into two-line format
  - remove shlib versions
  
  PR:		171860
  Submitted by:	Grzegorz Blach <magik at roorback dot net> (maintainer)

Modified:
  head/ports-mgmt/fbsdmon/Makefile
  head/ports-mgmt/fbsdmon/distinfo

Modified: head/ports-mgmt/fbsdmon/Makefile
==============================================================================
--- head/ports-mgmt/fbsdmon/Makefile	Sat Sep 22 08:32:17 2012	(r304668)
+++ head/ports-mgmt/fbsdmon/Makefile	Sat Sep 22 11:13:56 2012	(r304669)
@@ -1,20 +1,16 @@
-# New ports collection makefile for:	fbsdmon
-# Date created:		21 January 2012
-# Whom:			Grzegorz Blach <magik@roorback.net>
-#
+# Created by: Grzegorz Blach <magik@roorback.net>
 # $FreeBSD$
-#
 
 PORTNAME=	fbsdmon
-PORTVERSION=	0.91
+PORTVERSION=	0.92
 CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://files.roorback.net/
 
 MAINTAINER=	magik@roorback.net
 COMMENT=	Submit system and ports statistics to fbsdmon.org
 
-LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
-		jansson.7:${PORTSDIR}/devel/jansson
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
+		jansson:${PORTSDIR}/devel/jansson
 
 SUB_FILES=	600.fbsdmon pkg-message
 USE_RC_SUBR=	fbsdmon

Modified: head/ports-mgmt/fbsdmon/distinfo
==============================================================================
--- head/ports-mgmt/fbsdmon/distinfo	Sat Sep 22 08:32:17 2012	(r304668)
+++ head/ports-mgmt/fbsdmon/distinfo	Sat Sep 22 11:13:56 2012	(r304669)
@@ -1,2 +1,2 @@
-SHA256 (fbsdmon-0.91.tar.gz) = 3ae83e7e3a73ff363095edbbbcecad037e14c0ce3128b6e4e891ec579b63b419
-SIZE (fbsdmon-0.91.tar.gz) = 3607
+SHA256 (fbsdmon-0.92.tar.gz) = 94fb1ef98fa15050bc13f4db3f24b09b77fa960f375ece7745f4b5f558ae2193
+SIZE (fbsdmon-0.92.tar.gz) = 3776



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209221113.q8MBDuF2057000>