diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-05-01 03:17:14 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-05-01 03:17:14 +0000 |
commit | f20329dfaf44200a102a40ba3995a07990133292 (patch) | |
tree | d214ded8f9b392f31b4daa36d79053238058cb93 /www/sarg | |
parent | c350e6a24db375361db317fda761f0e7328e8259 (diff) |
Add a patch to fix a sort bug.
PR: 64888
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=108070
Diffstat (limited to 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 5 | ||||
-rw-r--r-- | www/sarg/distinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 9e8cbf1f2758..decade681b29 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -7,9 +7,14 @@ PORTNAME= sarg PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://web.onda.com.br/orso/ +PATCH_SITES= ${MASTER_SITES:S/$/%SUBDIR%\//} +PATCH_SITE_SUBDIR= patches +PATCHFILES= sarg-1.4.1-index.sort.patch + MAINTAINER= mt@primats.org.ua COMMENT= Squid log analyzer and HTML report generator diff --git a/www/sarg/distinfo b/www/sarg/distinfo index 5f2c193376b0..d82091a50555 100644 --- a/www/sarg/distinfo +++ b/www/sarg/distinfo @@ -1,2 +1,4 @@ MD5 (sarg-1.4.1.tar.gz) = 357f8e175746e19dac4a61f4a2ef0aaf SIZE (sarg-1.4.1.tar.gz) = 125589 +MD5 (sarg-1.4.1-index.sort.patch) = 4ffb8c39d2fc4261390b3d58c39e588a +SIZE (sarg-1.4.1-index.sort.patch) = 2034 |