ports/73104: port-upgrade: net/sipsak (0.8.9 to 0.8.11)

Hendrik Scholz hendrik at scholz.net
Mon Oct 25 08:10:30 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list