diff options
author | garga <garga@FreeBSD.org> | 2010-11-12 23:00:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-11-12 23:00:06 +0800 |
commit | 27778fa32e0366fc2c7068993e3547366ac26d77 (patch) | |
tree | 9f2d351b9169ce2087bc30a285cb4e5eaf9de64c /www/sarg | |
parent | e7576f5f1b243e3451f6bc8e086d9eaf73d2ad55 (diff) | |
download | freebsd-ports-gnome-27778fa32e0366fc2c7068993e3547366ac26d77.tar.gz freebsd-ports-gnome-27778fa32e0366fc2c7068993e3547366ac26d77.tar.zst freebsd-ports-gnome-27778fa32e0366fc2c7068993e3547366ac26d77.zip |
- Fix typo on pkg-descr [1]
- Add LICENSE
- Remove MD5
Submitted by: gjb@ [1]
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/ |