Date: Wed, 21 Jun 2006 13:33:55 +0200 (CEST) From: "Frank W. Josellis" <frank@dynamical-systems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99246: Update port: net/siproxd to 0.5.13 Message-ID: <200606211133.k5LBXtnf005338@pollux.senax.net> Resent-Message-ID: <200606211140.k5LBeHxg058217@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99246 >Category: ports >Synopsis: Update port: net/siproxd to 0.5.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 21 11:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank W. Josellis >Release: FreeBSD 5.5-STABLE i386 >Organization: >Environment: System: FreeBSD pollux.senax.net 5.5-STABLE FreeBSD 5.5-STABLE #7: Sun May 28 19:03:10 CEST 2006 root@pollux.senax.net:/usr/obj/usr/src/sys/POLLUX i386 >Description: Update to version 0.5.13, providing some fixes for 64 bit architectures. >How-To-Repeat: >Fix: --- siproxd-0.5.13.patch begins here --- diff -Nur siproxd.BAK/Makefile siproxd/Makefile --- siproxd.BAK/Makefile Fri Jun 2 09:02:03 2006 +++ siproxd/Makefile Wed Jun 21 13:12:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= siproxd -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= siproxd @@ -16,6 +16,7 @@ LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 +USE_GCC= 3.2+ USE_GETOPT_LONG=yes USE_RC_SUBR= siproxd.sh GNU_CONFIGURE= yes diff -Nur siproxd.BAK/distinfo siproxd/distinfo --- siproxd.BAK/distinfo Fri Jun 2 09:02:03 2006 +++ siproxd/distinfo Wed Jun 21 13:12:38 2006 @@ -1,3 +1,3 @@ -MD5 (siproxd-0.5.12.tar.gz) = 2fa02bd6f83070593bfc2d383ce614fa -SHA256 (siproxd-0.5.12.tar.gz) = af49ee4b2956dbbc837087f8fd3355bae04e64afb40fb5d1e9a07d39deb7345e -SIZE (siproxd-0.5.12.tar.gz) = 222772 +MD5 (siproxd-0.5.13.tar.gz) = 91a572f80dd5a9af5a0f7f207fd34478 +SHA256 (siproxd-0.5.13.tar.gz) = b419e2642cff2aea43ebd32139e2fe345003347d09e1a8dc6a289fdc08c1f7cd +SIZE (siproxd-0.5.13.tar.gz) = 223109 diff -Nur siproxd.BAK/files/patch-src__plugin_shortdial.c siproxd/files/patch-src__plugin_shortdial.c --- siproxd.BAK/files/patch-src__plugin_shortdial.c Fri Jun 2 09:02:03 2006 +++ siproxd/files/patch-src__plugin_shortdial.c Wed Jun 21 13:12:38 2006 @@ -1,11 +1,10 @@ ---- src/plugin_shortdial.c.orig Sun Jan 1 21:31:31 2006 -+++ src/plugin_shortdial.c Mon May 15 11:50:12 2006 -@@ -24,7 +24,7 @@ - //#include <errno.h> +--- src/plugin_shortdial.c.orig Sat May 20 13:48:30 2006 ++++ src/plugin_shortdial.c Wed Jun 21 09:08:19 2006 +@@ -22,6 +22,7 @@ + + #include <stdio.h> #include <string.h> - //#include <stdlib.h> --//#include <unistd.h> +#include <unistd.h> - //#include <signal.h> #include <netinet/in.h> - //#include <arpa/inet.h> + + #include <osipparser2/osip_parser.h> diff -Nur siproxd.BAK/files/patch-src__siproxd.c siproxd/files/patch-src__siproxd.c --- siproxd.BAK/files/patch-src__siproxd.c Fri Jun 2 09:02:03 2006 +++ siproxd/files/patch-src__siproxd.c Wed Jun 21 13:12:38 2006 @@ -1,5 +1,5 @@ ---- src/siproxd.c.orig Sun Jan 1 21:31:32 2006 -+++ src/siproxd.c Tue May 16 11:39:17 2006 +--- src/siproxd.c.orig Sun Jun 18 18:28:20 2006 ++++ src/siproxd.c Wed Jun 21 09:06:10 2006 @@ -177,11 +177,16 @@ /* * Init stuff --- siproxd-0.5.13.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?200606211133.k5LBXtnf005338>