ports/143183: [PATCH] net/siproxd: update to 0.7.2
Joachim Fritschi
fritschi at hrz.tu-darmstadt.de
Sun Jan 24 20:20:02 UTC 2010
>Number: 143183
>Category: ports
>Synopsis: [PATCH] net/siproxd: update to 0.7.2
>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: Sun Jan 24 20:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Joachim Fritschi
>Release: FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD svn.hrz.tu-darmstadt.de 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC
>Description:
- Update to 0.7.2
- Minor update to the example patch
- small change in the plist
Port maintainer (frank at dynamical-systems.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- siproxd-0.7.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/siproxd.orig/Makefile /usr/ports/net/siproxd/Makefile
--- /usr/ports/net/siproxd.orig/Makefile 2009-01-09 16:26:46.000000000 +0100
+++ /usr/ports/net/siproxd/Makefile 2010-01-24 20:37:01.000000000 +0100
@@ -6,8 +6,8 @@
#
PORTNAME= siproxd
-PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTVERSION= 0.7.2
+PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= SF
diff -ruN --exclude=CVS /usr/ports/net/siproxd.orig/distinfo /usr/ports/net/siproxd/distinfo
--- /usr/ports/net/siproxd.orig/distinfo 2008-09-24 10:42:52.000000000 +0200
+++ /usr/ports/net/siproxd/distinfo 2010-01-24 20:37:32.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (siproxd-0.7.1.tar.gz) = 45e5a44803181e2bf3361d562060c904
-SHA256 (siproxd-0.7.1.tar.gz) = 5eef70f4e0a8f0f4628550807da3036f8b3086864bf4bcf5ab6d22ac3a6efd81
-SIZE (siproxd-0.7.1.tar.gz) = 816613
+MD5 (siproxd-0.7.2.tar.gz) = ad2e0ba599adf3b5267a39dad28af973
+SHA256 (siproxd-0.7.2.tar.gz) = c586d0f8e66841189e1e236eb18a1b0c8126d6e28aa6d0a28b591b016ccebbcb
+SIZE (siproxd-0.7.2.tar.gz) = 821009
diff -ruN --exclude=CVS /usr/ports/net/siproxd.orig/files/patch-doc_siproxd.conf.example /usr/ports/net/siproxd/files/patch-doc_siproxd.conf.example
--- /usr/ports/net/siproxd.orig/files/patch-doc_siproxd.conf.example 2008-09-24 10:42:53.000000000 +0200
+++ /usr/ports/net/siproxd/files/patch-doc_siproxd.conf.example 2010-01-24 20:38:00.000000000 +0100
@@ -1,5 +1,5 @@
---- doc/siproxd.conf.example.orig 2008-05-17 17:56:11.000000000 +0200
-+++ doc/siproxd.conf.example 2008-09-23 12:03:33.000000000 +0200
+--- doc/siproxd.conf.example.orig 2010-01-24 17:18:04.000000000 +0100
++++ doc/siproxd.conf.example 2010-01-24 17:21:34.000000000 +0100
@@ -17,8 +17,8 @@
# or a hostname that resolves to that address (use a dyndns address for
# example).
@@ -38,12 +38,12 @@
######################################################################
# global switch to control the RTP proxy behaviour
-@@ -286,7 +286,7 @@
+@@ -292,7 +292,7 @@
# the processing order is given by the load order.
#
# plugin_dir: MUST be terminated with '/'
--plugindir=/home/hb9xar/src/siproxd/src/.libs/
+-plugindir=/usr/lib/siproxd/
+plugindir=%%PREFIX%%/lib/siproxd/
#
- # List of plugins to load:
- #load_plugin=plugin_demo.so
+ # List of plugins to load. MUST use the .la file extension!
+ #load_plugin=plugin_demo.la
diff -ruN --exclude=CVS /usr/ports/net/siproxd.orig/pkg-plist /usr/ports/net/siproxd/pkg-plist
--- /usr/ports/net/siproxd.orig/pkg-plist 2008-09-24 10:42:52.000000000 +0200
+++ /usr/ports/net/siproxd/pkg-plist 2010-01-24 20:37:16.000000000 +0100
@@ -3,22 +3,17 @@
lib/siproxd/plugin_defaulttarget.a
lib/siproxd/plugin_defaulttarget.la
lib/siproxd/plugin_defaulttarget.so
-lib/siproxd/plugin_defaulttarget.so.0
lib/siproxd/plugin_demo.a
lib/siproxd/plugin_demo.la
lib/siproxd/plugin_demo.so
-lib/siproxd/plugin_demo.so.0
lib/siproxd/plugin_fix_bogus_via.a
lib/siproxd/plugin_fix_bogus_via.la
lib/siproxd/plugin_fix_bogus_via.so
-lib/siproxd/plugin_fix_bogus_via.so.0
lib/siproxd/plugin_logcall.a
lib/siproxd/plugin_logcall.la
lib/siproxd/plugin_logcall.so
-lib/siproxd/plugin_logcall.so.0
lib/siproxd/plugin_shortdial.a
lib/siproxd/plugin_shortdial.la
lib/siproxd/plugin_shortdial.so
-lib/siproxd/plugin_shortdial.so.0
sbin/siproxd
@dirrm lib/siproxd
--- siproxd-0.7.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list