aboutsummaryrefslogtreecommitdiff
path: root/www/sarg
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-01-03 10:40:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-01-03 10:40:47 +0000
commitdb9936570e560455b3446a4312046471acb636a7 (patch)
tree7d82905cee3313578fff2bd32096effa67ac6fbd /www/sarg
parente29ebdf8bc07d3a35dd1dea0df74c50b9b189e09 (diff)
downloadports-db9936570e560455b3446a4312046471acb636a7.tar.gz
ports-db9936570e560455b3446a4312046471acb636a7.zip
- Update to 2.2.3.1
Notes
Notes: svn path=/head/; revision=181327
Diffstat (limited to 'www/sarg')
-rw-r--r--www/sarg/Makefile3
-rw-r--r--www/sarg/distinfo6
-rw-r--r--www/sarg/files/patch-download.c13
3 files changed, 4 insertions, 18 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index e8232dbfc8b7..ca00db2ba15b 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sarg
-PORTVERSION= 2.2.3
-PORTREVISION= 1
+PORTVERSION= 2.2.3.1
CATEGORIES= www
MASTER_SITES= SF
diff --git a/www/sarg/distinfo b/www/sarg/distinfo
index 933f1528ced8..5ba627a16edd 100644
--- a/www/sarg/distinfo
+++ b/www/sarg/distinfo
@@ -1,3 +1,3 @@
-MD5 (sarg-2.2.3.tar.gz) = 873a4e9932e3bdd37815e96887980089
-SHA256 (sarg-2.2.3.tar.gz) = 8d99671996719c19f085d6729bb97d3082a9b458a9821566d654a53d9cf0677e
-SIZE (sarg-2.2.3.tar.gz) = 639205
+MD5 (sarg-2.2.3.1.tar.gz) = 6e2e2c386a89aaff31f048eb2a6c5b1a
+SHA256 (sarg-2.2.3.1.tar.gz) = fc6d7e92c156b488941820a2d44eac6231d4237435e9fffd9f3ebda51296842e
+SIZE (sarg-2.2.3.1.tar.gz) = 641277
diff --git a/www/sarg/files/patch-download.c b/www/sarg/files/patch-download.c
deleted file mode 100644
index c607e0f087ba..000000000000
--- a/www/sarg/files/patch-download.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- download.c 2006-12-27 19:29:36.000000000 -0200
-+++ download.c 2006-12-27 19:29:16.000000000 -0200
-@@ -57,7 +57,7 @@
- strcpy(wdirname,dirname);
- sprintf(report,"%s/download.html",wdirname);
- strcat(wdirname,"/");
-- strcat(wdirname,"period");
-+ strcat(wdirname,"sarg-period");
-
- if ((fp_in = fopen(wdirname, "r")) == 0) {
- fprintf(stderr, "SARG: (download) %s: %s\n",text[45],wdirname);
-
-