diff options
author | petef <petef@FreeBSD.org> | 2004-05-01 11:17:14 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-05-01 11:17:14 +0800 |
commit | 3538c28e54c545d96f385cada7884d27e192ee90 (patch) | |
tree | a26515a6efc5dff4c1c0316ad5e983bf873d11af /www/sarg | |
parent | 0f92012b2e8e8435a1dc22943e4688464e865335 (diff) | |
download | freebsd-ports-gnome-3538c28e54c545d96f385cada7884d27e192ee90.tar.gz freebsd-ports-gnome-3538c28e54c545d96f385cada7884d27e192ee90.tar.zst freebsd-ports-gnome-3538c28e54c545d96f385cada7884d27e192ee90.zip |
Add a patch to fix a sort bug.
PR: 64888
Submitted by: maintainer
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 |