Date: Mon, 25 Oct 2004 09:58:59 +0200 (CEST) From: Hendrik Scholz <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jesusr@FreeBSD.org Subject: ports/73104: port-upgrade: net/sipsak (0.8.9 to 0.8.11) Message-ID: <20041025075859.AD368523C4@mail.wormulon.net> Resent-Message-ID: <200410250810.i9P8AUmM060334@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73104 >Category: ports >Synopsis: port-upgrade: net/sipsak (0.8.9 to 0.8.11) >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: Mon Oct 25 08:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: update of sipsak to 0.8.11. The additional patch is needed to allow compilation on FreeBSD. Author is already notified. >How-To-Repeat: >Fix: --- sipsak-0.8.9-to-0.8.11.patch begins here --- diff -urP sipsak.0.8.9/Makefile sipsak/Makefile --- sipsak.0.8.9/Makefile Mon Oct 25 09:53:39 2004 +++ sipsak/Makefile Mon Oct 25 09:53:45 2004 @@ -6,7 +6,7 @@ # PORTNAME= sipsak -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.11 CATEGORIES= net MASTER_SITES= http://download.berlios.de/sipsak/ diff -urP sipsak.0.8.9/distinfo sipsak/distinfo --- sipsak.0.8.9/distinfo Mon Oct 25 09:53:39 2004 +++ sipsak/distinfo Mon Oct 25 09:53:53 2004 @@ -1,2 +1,2 @@ -MD5 (sipsak-0.8.9.tar.gz) = 567aaf2e746e005852fec8d7ab86dc0b -SIZE (sipsak-0.8.9.tar.gz) = 125919 +MD5 (sipsak-0.8.11.tar.gz) = 6ec31fe34412028050be304ae728c371 +SIZE (sipsak-0.8.11.tar.gz) = 133219 diff -urP sipsak.0.8.9/files/patch-sipsak.c sipsak/files/patch-sipsak.c --- sipsak.0.8.9/files/patch-sipsak.c Thu Jan 1 01:00:00 1970 +++ sipsak/files/patch-sipsak.c Mon Oct 25 09:56:26 2004 @@ -0,0 +1,11 @@ +--- sipsak.c.orig Mon Oct 25 09:55:56 2004 ++++ sipsak.c Mon Oct 25 09:56:07 2004 +@@ -354,7 +354,7 @@ + flood=1; + break; + case 'f': +- if strncmp(optarg, "-", 1) { ++ if (strncmp(optarg, "-", 1)) { + /* file is opened in binary mode so that the cr-lf is + preserved */ + pf = fopen(optarg, "rb"); --- sipsak-0.8.9-to-0.8.11.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?20041025075859.AD368523C4>