diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-11-12 15:00:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-11-12 15:00:06 +0000 |
commit | 0466e5d10f0ddc799a214d79c822707d10dfb845 (patch) | |
tree | 5fdb3ba3d4d1e3474123f4c8b065d7e3eae2103a /www/sarg | |
parent | 38d042fbba23660e7af5a50e312747df81022bb0 (diff) | |
download | ports-0466e5d10f0ddc799a214d79c822707d10dfb845.tar.gz ports-0466e5d10f0ddc799a214d79c822707d10dfb845.zip |
Notes
Diffstat (limited to 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 2 | ||||
-rw-r--r-- | www/sarg/distinfo | 1 | ||||
-rw-r--r-- | www/sarg/pkg-descr | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 9500941cca6e..70a035c21112 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --sysconfdir="${PREFIX}/etc/${PORTNAME}" \ MAN1= sarg.1 +LICENSE= GPLv2 + .include <bsd.port.pre.mk> .if ${CC} == "cc" diff --git a/www/sarg/distinfo b/www/sarg/distinfo index c2968565e0b7..e4a01ebcc3d2 100644 --- a/www/sarg/distinfo +++ b/www/sarg/distinfo @@ -1,3 +1,2 @@ -MD5 (sarg-2.2.7.1.tar.gz) = 0ce83323978e715ce70a6d2ab4f0daa4 SHA256 (sarg-2.2.7.1.tar.gz) = 209398e7690876ef9df04ba7f0b4b47c91ea8cdcfd7a54d78f15b5548a2dd32e SIZE (sarg-2.2.7.1.tar.gz) = 713786 diff --git a/www/sarg/pkg-descr b/www/sarg/pkg-descr index 1b9cf3e6ecc6..fd7d398835e7 100644 --- a/www/sarg/pkg-descr +++ b/www/sarg/pkg-descr @@ -2,6 +2,6 @@ SARG is a Squid Analysis Report Generator that allow you to view "where" your users are going to on the Internet. It generates reports in html, with many fields, like: users, IP Addresses, bytes, sites and times. -Formely known as sqmgrlog. +Formerly known as sqmgrlog. WWW: http://sarg.sourceforge.net/ |