Date: Fri, 15 Apr 2005 12:47:57 -0300 (BRST) From: Renato Botelho <freebsd@galle.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mt@primats.org.ua Subject: ports/79966: [PATCH] www/sarg: update to 2.0.5 Message-ID: <200504151547.j3FFlvDQ019939@data.galle.com.br> Resent-Message-ID: <200504151550.j3FFoI4r006340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79966 >Category: ports >Synopsis: [PATCH] www/sarg: update to 2.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Apr 15 15:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p7 i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD data.galle.com.br 5.3-RELEASE-p7 FreeBSD 5.3-RELEASE-p7 #8: Tue Apr 5 08:06:19 BRST >Description: - Update to 2.0.5 - Remove patch sarg-2.0.4-segmentation-fault.patch - Add patches freebsd.patch and abbreviation.patch from sarg's site Changes on this version: - fixed: some changes to avoid segmentation fault. - fixed: some changes to avoid compilation errors on freeBSD. - fixed: exclude_hosts not excluding correctly. Removed file(s): - files/patch-log.c Port maintainer (mt@primats.org.ua) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- sarg-2.0.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/sarg/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 7 Mar 2005 17:34:24 -0000 1.12 +++ Makefile 15 Apr 2005 15:45:33 -0000 @@ -6,13 +6,13 @@ # PORTNAME= sarg -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://sarg.sourceforge.net/ -PATCHFILES= sarg-2.0.4-segmentation-fault.patch +PATCHFILES= freebsd.patch abbreviation.patch PATCH_DIST_STRIP= -p1 MAINTAINER= mt@primats.org.ua Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/sarg/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 7 Mar 2005 17:34:24 -0000 1.9 +++ distinfo 15 Apr 2005 15:45:33 -0000 @@ -1,4 +1,6 @@ -MD5 (sarg-2.0.4.tar.gz) = 68a5ed4ae66ba87054104dd1cc2a5609 -SIZE (sarg-2.0.4.tar.gz) = 325125 -MD5 (sarg-2.0.4-segmentation-fault.patch) = d2c9b136c8a85e6e1960eb73cfb496cf -SIZE (sarg-2.0.4-segmentation-fault.patch) = 985 +MD5 (sarg-2.0.5.tar.gz) = 01e3ed60ab2313c7d55871825bb1e433 +SIZE (sarg-2.0.5.tar.gz) = 325287 +MD5 (freebsd.patch) = 5706d65b363ad9fbbd5e3121daefab38 +SIZE (freebsd.patch) = 839 +MD5 (abbreviation.patch) = 719f7ba50ebd7a3e64c47736d4630e0a +SIZE (abbreviation.patch) = 12274 Index: files/patch-log.c =================================================================== RCS file: files/patch-log.c diff -N files/patch-log.c --- files/patch-log.c 7 Mar 2005 17:34:24 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- log.c.orig Tue Feb 22 22:06:18 2005 -+++ log.c Tue Mar 8 01:13:01 2005 -@@ -23,6 +23,8 @@ - * - */ - -+#include <sys/time.h> -+#include <inttypes.h> - #include <sys/resource.h> - #include <time.h> - #include "include/conf.h" --- sarg-2.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504151547.j3FFlvDQ019939>