Date: Thu, 2 Mar 2006 19:24:54 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94025: update port net/sipsak to 0.9.6 Message-ID: <1141314894.38858@home.farrokhi.net> Resent-Message-ID: <200603021600.k22G0JNV059100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94025 >Category: ports >Synopsis: update port net/sipsak to 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 16:00:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 18:56:57 IRST 2006 root@home.farrokhi.net:/usr/obj/usr/src/sys/HOME >Description: - update to 0.9.6 >How-To-Repeat: >Fix: --- sipsak.patch begins here --- diff -ruN sipsak.orig/Makefile sipsak/Makefile --- sipsak.orig/Makefile Thu Mar 2 18:58:11 2006 +++ sipsak/Makefile Thu Mar 2 19:13:57 2006 @@ -6,14 +6,16 @@ # PORTNAME= sipsak -PORTVERSION= 0.8.11 +PORTVERSION= 0.9.6 CATEGORIES= net MASTER_SITES= http://download.berlios.de/sipsak/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= jesusr@FreeBSD.org COMMENT= Small command line tool for SIP testing GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= sipsak.1 PLIST_FILES= bin/sipsak diff -ruN sipsak.orig/distinfo sipsak/distinfo --- sipsak.orig/distinfo Thu Mar 2 18:58:11 2006 +++ sipsak/distinfo Thu Mar 2 19:06:53 2006 @@ -1,3 +1,3 @@ -MD5 (sipsak-0.8.11.tar.gz) = 6ec31fe34412028050be304ae728c371 -SHA256 (sipsak-0.8.11.tar.gz) = 56457353a1d443e7284055d166c8a4e7bb4f93b4f45ae2ecce62c5528e32d165 -SIZE (sipsak-0.8.11.tar.gz) = 133219 +MD5 (sipsak-0.9.6-1.tar.gz) = c4eb8e282902e75f4f040f09ea9d99d5 +SHA256 (sipsak-0.9.6-1.tar.gz) = 5064c56d482a080b6a4aea71821b78c21b59d44f6d1aa14c27429441917911a9 +SIZE (sipsak-0.9.6-1.tar.gz) = 158776 diff -ruN sipsak.orig/files/patch-helper.c sipsak/files/patch-helper.c --- sipsak.orig/files/patch-helper.c Thu Mar 2 18:58:11 2006 +++ sipsak/files/patch-helper.c Thu Jan 1 03:30:00 1970 @@ -1,11 +0,0 @@ ---- helper.c.orig Tue Oct 26 15:49:48 2004 -+++ helper.c Tue Oct 26 15:53:43 2004 -@@ -23,6 +23,8 @@ - #include <sys/utsname.h> - #include <string.h> - #include <ctype.h> -+#include <sys/types.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - - #include "helper.h" diff -ruN sipsak.orig/files/patch-sipsak.c sipsak/files/patch-sipsak.c --- sipsak.orig/files/patch-sipsak.c Thu Mar 2 18:58:11 2006 +++ sipsak/files/patch-sipsak.c Thu Jan 1 03:30:00 1970 @@ -1,31 +0,0 @@ ---- sipsak.c.orig Fri Oct 8 20:07:14 2004 -+++ sipsak.c Tue Oct 26 15:55:19 2004 -@@ -207,6 +207,9 @@ - char buff[BUFSIZE]; - int length, c, i, j; - char *delim, *delim2; -+ pid_t pid; -+ struct timespec ts; -+ int upp; - #ifdef HAVE_GETOPT_LONG - int option_index = 0; - static struct option l_opts[] = { -@@ -269,9 +272,6 @@ - memset(ack, 0, BUFSIZE); - memset(fqdn, 0, FQDN_SIZE); - memset(messusern, 0, FQDN_SIZE); -- pid_t pid; -- struct timespec ts; -- int upp; - - if (argc==1) print_help(); - -@@ -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"); diff -ruN sipsak.orig/files/patch-sipsak.h sipsak/files/patch-sipsak.h --- sipsak.orig/files/patch-sipsak.h Thu Mar 2 18:58:11 2006 +++ sipsak/files/patch-sipsak.h Thu Jan 1 03:30:00 1970 @@ -1,10 +0,0 @@ ---- sipsak.h.orig Fri Oct 8 19:30:52 2004 -+++ sipsak.h Tue Oct 26 15:49:07 2004 -@@ -19,6 +19,7 @@ - #ifndef SIPSAK_H - #define SIPSAK_H - -+#include <sys/types.h> - #include <regex.h> - - #if HAVE_CONFIG_H --- sipsak.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?1141314894.38858>