Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 17:44:45 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416733 - in head/www/sarg: . files
Message-ID:  <201606111744.u5BHij30045731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Sat Jun 11 17:44:45 2016
New Revision: 416733
URL: https://svnweb.freebsd.org/changeset/ports/416733

Log:
  Update www/sarg to 2.3.10
  
  Sponsored by:	Rubicon Communications (Netgate)

Added:
  head/www/sarg/files/patch-configure.in   (contents, props changed)
Modified:
  head/www/sarg/Makefile
  head/www/sarg/distinfo
  head/www/sarg/files/patch-Makefile.in

Modified: head/www/sarg/Makefile
==============================================================================
--- head/www/sarg/Makefile	Sat Jun 11 17:18:55 2016	(r416732)
+++ head/www/sarg/Makefile	Sat Jun 11 17:44:45 2016	(r416733)
@@ -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" \

Modified: head/www/sarg/distinfo
==============================================================================
--- head/www/sarg/distinfo	Sat Jun 11 17:18:55 2016	(r416732)
+++ head/www/sarg/distinfo	Sat Jun 11 17:44:45 2016	(r416733)
@@ -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

Modified: head/www/sarg/files/patch-Makefile.in
==============================================================================
--- head/www/sarg/files/patch-Makefile.in	Sat Jun 11 17:18:55 2016	(r416732)
+++ head/www/sarg/files/patch-Makefile.in	Sat Jun 11 17:44:45 2016	(r416733)
@@ -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

Added: head/www/sarg/files/patch-configure.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sarg/files/patch-configure.in	Sat Jun 11 17:44:45 2016	(r416733)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606111744.u5BHij30045731>