Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 11:10:45 +0200 (EET)
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174507: [patch] [update] update net-p2p/transmission-cli & slave ports to 2.75
Message-ID:  <201212170910.qBH9Ajmb084857@jw.lds.net.ua>
Resent-Message-ID: <201212170920.qBH9K0Ot017803@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174507
>Category:       ports
>Synopsis:       [patch] [update] update net-p2p/transmission-cli & slave ports to 2.75
>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 Dec 17 09:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sayetsky Anton
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244078: Mon Dec 10 14:48:18 EET 2012 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64

>Description:
There is a new version.

>How-To-Repeat:
Patch attached with submission follows.

>Fix:

--- patch.txt begins here ---
Index: /usr/ports/net-p2p/transmission/Makefile
===================================================================
--- /usr/ports/net-p2p/transmission/Makefile	(revision 309066)
+++ /usr/ports/net-p2p/transmission/Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	transmission
-PORTVERSION=	2.73
+PORTVERSION=	2.75
 CATEGORIES=	net-p2p
 MASTER_SITES=	# empty
 DISTFILES=	# empty
Index: /usr/ports/net-p2p/transmission-cli/Makefile
===================================================================
--- /usr/ports/net-p2p/transmission-cli/Makefile	(revision 309066)
+++ /usr/ports/net-p2p/transmission-cli/Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	transmission
-PORTVERSION=	2.73
+PORTVERSION=	2.75
 PORTREVISION?=	0
 CATEGORIES?=	net-p2p
 #MASTER_SITES=	http://download.m0k.org/${PORTNAME}/files/
Index: /usr/ports/net-p2p/transmission-cli/distinfo
===================================================================
--- /usr/ports/net-p2p/transmission-cli/distinfo	(revision 309066)
+++ /usr/ports/net-p2p/transmission-cli/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.73.tar.xz) = 7907f47f6eabf63f25ecc63b388f2abd4ac82f61d7d827657681ec36ff1507f6
-SIZE (transmission-2.73.tar.xz) = 2947316
+SHA256 (transmission-2.75.tar.xz) = 2869f9a5c1202fa1b65dbf60ffae9e4cad7d6e2fff0de55416a761e60d894a66
+SIZE (transmission-2.75.tar.xz) = 2986844
Index: /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6
===================================================================
--- /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6	(revision 309066)
+++ /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6	(working copy)
@@ -1,11 +1,11 @@
---- libtransmission/fdlimit.c.orig	2011-02-27 15:34:55.000000000 -0600
-+++ libtransmission/fdlimit.c	2011-02-27 15:35:12.000000000 -0600
-@@ -609,7 +609,7 @@
+--- libtransmission/fdlimit.c.orig	2012-12-17 10:57:48.000000000 +0200
++++ libtransmission/fdlimit.c	2012-12-17 10:58:36.000000000 +0200
+@@ -678,7 +678,7 @@
  
-     if( gFd->socket_count < session->peerLimit )
-         if(( s = socket( domain, type, 0 )) < 0 )
--            if( sockerrno != EAFNOSUPPORT )
-+            if( sockerrno != EPROTONOSUPPORT )
-                 tr_err( _( "Couldn't create socket: %s" ), tr_strerror( sockerrno ) );
+     if (gFd->peerCount < session->peerLimit)
+         if ((s = socket (domain, type, 0)) < 0)
+-            if (sockerrno != EAFNOSUPPORT)
++            if (sockerrno != EPROTONOSUPPORT)
+                 tr_err (_("Couldn't create socket: %s"), tr_strerror (sockerrno));
  
-     if( s > -1 )
+     if (s > -1)
Index: /usr/ports/net-p2p/transmission-daemon/Makefile
===================================================================
--- /usr/ports/net-p2p/transmission-daemon/Makefile	(revision 309066)
+++ /usr/ports/net-p2p/transmission-daemon/Makefile	(working copy)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 #
 
-PORTREVISION=	1
+PORTREVISION=	0
 PKGNAMESUFFIX=	-daemon
 
 MAINTAINER=	crees@FreeBSD.org
--- patch.txt ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170910.qBH9Ajmb084857>