diff -ruN ../sysmon/../sysmon.orig/Makefile ./Makefile
--- ../sysmon/../sysmon.orig/Makefile	2014-07-10 13:13:11.000000000 +0100
+++ ./Makefile	2014-07-18 23:04:57.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/net-mgmt/sysmon/Makefile 361440 2014-07-10 12:13:11Z olgeni $
 
 PORTNAME=	sysmon
-PORTVERSION=	0.92.2
+PORTVERSION=	0.93
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://puck.nether.net/pub/jared/ \
 		http://titan.oxeo.com/mirror/sysmon.org/
@@ -10,6 +10,8 @@
 MAINTAINER=	mk@oxeo.com
 COMMENT=	Network tool designed for high performance and accurate monitoring
 
+LICENSE=	GPLv2
+
 DOCS=		Changes.html binaries.html config.html docs.html index.html \
 		jclient.jpg net-example.png sysmon.conf.man.html sysmon.jpg \
 		sysmon.man.html reporting.xml-spec.txt
diff -ruN ../sysmon/../sysmon.orig/distinfo ./distinfo
--- ../sysmon/../sysmon.orig/distinfo	2014-01-22 15:30:13.000000000 +0000
+++ ./distinfo	2014-07-18 22:28:59.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (sysmon-0.92.2.tar.gz) = 3e271ee3a089f597b9aa72c93eed9a371bb97ac952011de793335ccfafa57438
-SIZE (sysmon-0.92.2.tar.gz) = 495714
+SHA256 (sysmon-0.93.tar.gz) = 03154f14a8aaa971b9e243078d1593fe9eecb5b75efd6f6103648f960f80b652
+SIZE (sysmon-0.93.tar.gz) = 519522
diff -ruN ../sysmon/../sysmon.orig/pkg-descr ./pkg-descr
--- ../sysmon/../sysmon.orig/pkg-descr	2014-01-22 15:44:51.000000000 +0000
+++ ./pkg-descr	2014-07-18 22:29:49.000000000 +0100
@@ -9,4 +9,4 @@
 Currently supported protocols include SMTP, IMAP, HTTP,TCP,
 UDP, NNTP, and PING tests.
 
-WWW: http://www.sysmon.org/
+WWW: http://puck.nether.net/sysmon/
--- sysmon-0.93.patch ends here ---