diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-10-25 20:11:51 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-10-25 20:11:51 +0000 |
commit | d8c079f57dace71ca9ea7aceb803de0f5ac47083 (patch) | |
tree | 140e66a15aed2f83aa253ed8fec93e82f65230d4 | |
parent | 556236bdbb4d220df80240acfa8c5b26a6cc148c (diff) | |
download | freebsd-ports-d8c079f57dace71ca9ea7aceb803de0f5ac47083.zip |
security/webfwlog: update 1.00 -> 1.01 [1]
- While here add trailing slash to WWW:
PR: 203955 [1]
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
Approved by: zeus@ix.netcom.com (maintainer)
-rw-r--r-- | security/webfwlog/Makefile | 2 | ||||
-rw-r--r-- | security/webfwlog/distinfo | 4 | ||||
-rw-r--r-- | security/webfwlog/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile index f2688d547524..14a17fd1e299 100644 --- a/security/webfwlog/Makefile +++ b/security/webfwlog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webfwlog -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/security/webfwlog/distinfo b/security/webfwlog/distinfo index fa6b06896d6b..05d680015dc8 100644 --- a/security/webfwlog/distinfo +++ b/security/webfwlog/distinfo @@ -1,2 +1,2 @@ -SHA256 (webfwlog-1.00.tar.gz) = 205775a4ff0cdf3dffe257228bdcbdc5752b7e5fed122f67d2330fb12a901957 -SIZE (webfwlog-1.00.tar.gz) = 732212 +SHA256 (webfwlog-1.01.tar.gz) = 9992746d8db5cb851aed246a92073b56061128580cf550f0a366432052a978f9 +SIZE (webfwlog-1.01.tar.gz) = 741394 diff --git a/security/webfwlog/pkg-descr b/security/webfwlog/pkg-descr index 6a0ec1b4217b..28e703b3b1dd 100644 --- a/security/webfwlog/pkg-descr +++ b/security/webfwlog/pkg-descr @@ -10,4 +10,4 @@ also create a link directly to any saved report. Webfwlog requires a web server with PHP support and a MySQL or PostgresSQL database server. -WWW: http://www.webfwlog.net +WWW: http://www.webfwlog.net/ |