diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-30 21:29:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-30 21:29:15 +0000 |
commit | 00d4a24687b9887e996028cae395fbce7faa52f7 (patch) | |
tree | a5b2891564b05a3e8a45c0e251b0e2c0aa004197 /www/sarg/Makefile | |
parent | update to5.1.3 (diff) |
- Fix a problem on progress indicator [1]
- Bump PORTREVISION
- Use new Sourceforge method on MASTER_SITES
PR: ports/102665 [1]
Submitted by: Alex Samorukov <samm@os2.kiev.ua> [1]
Reviewed by: author [1]
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r-- | www/sarg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 2ad80cc2d563..2fdb12322bb9 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -7,9 +7,9 @@ PORTNAME= sarg PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= Squid log analyzer and HTML report generator |