svn commit: r304669 - head/ports-mgmt/fbsdmon
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Sep 22 11:13:56 UTC 2012
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 at roorback.net>
-#
+# Created by: Grzegorz Blach <magik at roorback.net>
# $FreeBSD$
-#
PORTNAME= fbsdmon
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= ports-mgmt sysutils
MASTER_SITES= http://files.roorback.net/
MAINTAINER= magik at 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
More information about the svn-ports-head
mailing list