aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-06-11 17:44:45 +0000
committerRenato Botelho <garga@FreeBSD.org>2016-06-11 17:44:45 +0000
commitfa0a5b70d604d203b0da937a258790d094203a3a (patch)
tree2eb104d5e92499677d585c821e10dbd0d21c8fd0 /www
parentb0abd13cb3be0d0c20f6efc33311224819ed0895 (diff)
downloadports-fa0a5b70d604d203b0da937a258790d094203a3a.tar.gz
ports-fa0a5b70d604d203b0da937a258790d094203a3a.zip
Update www/sarg to 2.3.10
Sponsored by: Rubicon Communications (Netgate)
Notes
Notes: svn path=/head/; revision=416733
Diffstat (limited to 'www')
-rw-r--r--www/sarg/Makefile4
-rw-r--r--www/sarg/distinfo5
-rw-r--r--www/sarg/files/patch-Makefile.in8
-rw-r--r--www/sarg/files/patch-configure.in11
4 files changed, 20 insertions, 8 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index e997809b4014..50a04c93d81f 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sarg
-PORTVERSION= 2.3.9
+PORTVERSION= 2.3.10
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -18,7 +18,7 @@ OPTIONS_SUB= yes
PHP_DESC= Install PHP for reporting generating
-USES= gmake
+USES= autoreconf gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" \
--enable-fontdir="${ETCDIR}/fonts" \
diff --git a/www/sarg/distinfo b/www/sarg/distinfo
index 122e7a9dd445..ba45137c133b 100644
--- a/www/sarg/distinfo
+++ b/www/sarg/distinfo
@@ -1,2 +1,3 @@
-SHA256 (sarg-2.3.9.tar.gz) = 7c96b8067f75a1e843af030cf4061efb6b190ea3850fbcc5b7e41af9a02a4117
-SIZE (sarg-2.3.9.tar.gz) = 1288619
+TIMESTAMP = 1465660054
+SHA256 (sarg-2.3.10.tar.gz) = f83eeb3fe09f1c571e927b991027b2f59b90b360caee40f623586b9a2a93bc95
+SIZE (sarg-2.3.10.tar.gz) = 1270660
diff --git a/www/sarg/files/patch-Makefile.in b/www/sarg/files/patch-Makefile.in
index 44bdf6b06db7..ca0356d4d672 100644
--- a/www/sarg/files/patch-Makefile.in
+++ b/www/sarg/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2012-08-30 14:23:05.000000000 -0300
-+++ Makefile.in 2012-11-20 11:50:32.000000000 -0200
-@@ -27,11 +27,11 @@
+--- Makefile.in.orig 2015-04-12 14:38:36 UTC
++++ Makefile.in
+@@ -27,11 +27,11 @@ DEFS = $(IBINDIR) $(ISYSCONFDIR)
LIBS = @LIBS@ -lm
SRCDIR = .
VPATH = .
@@ -14,7 +14,7 @@
SRCS = util.c log.c report.c topuser.c email.c sort.c html.c \
index.c getconf.c usage.c decomp.c ip2name.c ip2name_dns.c \
-@@ -93,14 +93,11 @@
+@@ -93,14 +93,11 @@ install: all install-po
mkdir -p $(DESTDIR)$(IMAGEDIR); \
fi
$(INSTALL_PROGRAM) sarg $(DESTDIR)$(bindir)/sarg
diff --git a/www/sarg/files/patch-configure.in b/www/sarg/files/patch-configure.in
new file mode 100644
index 000000000000..24331d35a16c
--- /dev/null
+++ b/www/sarg/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig 2016-06-11 17:42:50 UTC
++++ configure.in
+@@ -148,7 +148,7 @@ AC_STRUCT_TM
+
+ # Change the gettext version according to the available version on your system.
+ # It should not be necessary to change it unless you run autoreconf -fi.
+-AM_GNU_GETTEXT_VERSION([0.18])
++AM_GNU_GETTEXT_VERSION([0.19])
+ AM_GNU_GETTEXT([external])
+
+ AC_SYS_LARGEFILE