diff options
author | vanilla <vanilla@FreeBSD.org> | 2012-03-15 23:28:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2012-03-15 23:28:41 +0800 |
commit | 444bcafd905ec999f8ccbd838fd4a9a5a8749534 (patch) | |
tree | a700aa234fcecbf99ba707270be30466b66e55f5 /ports-mgmt/fbsdmon | |
parent | cd4cc0f632294a915a7ad16d78f8b3b9eb88a393 (diff) | |
download | freebsd-ports-gnome-444bcafd905ec999f8ccbd838fd4a9a5a8749534.tar.gz freebsd-ports-gnome-444bcafd905ec999f8ccbd838fd4a9a5a8749534.tar.zst freebsd-ports-gnome-444bcafd905ec999f8ccbd838fd4a9a5a8749534.zip |
1: Upgrade jansson to 2.3.
2: bump revision of fbsdmon to chase shared library version.
Feature safe: yes
Diffstat (limited to 'ports-mgmt/fbsdmon')
-rw-r--r-- | ports-mgmt/fbsdmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/fbsdmon/Makefile b/ports-mgmt/fbsdmon/Makefile index a983b4c1abba..d0b62e7981f2 100644 --- a/ports-mgmt/fbsdmon/Makefile +++ b/ports-mgmt/fbsdmon/Makefile @@ -7,6 +7,7 @@ PORTNAME= fbsdmon PORTVERSION= 0.90 +PORTREVISION= 1 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://files.roorback.net/ @@ -14,7 +15,7 @@ MAINTAINER= magik@roorback.net COMMENT= Sumbit system and ports statistics to fbsdmon.org LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - jansson.6:${PORTSDIR}/devel/jansson \ + jansson.7:${PORTSDIR}/devel/jansson \ SUB_FILES= 600.fbsdmon pkg-message USE_RC_SUBR= fbsdmon |