ports/180120: [patch] [update] net-p2p/transmission: update to 2.80
Sayetsky Anton
vsjcfm at gmail.com
Sun Jun 30 07:10:00 UTC 2013
>Number: 180120
>Category: ports
>Synopsis: [patch] [update] net-p2p/transmission: update to 2.80
>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 Jun 30 07:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sayetsky Anton
>Release: FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250095: Tue Apr 30 12:25:23 EEST 2013 root at jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64
>Description:
There is a new version.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- patch.txt begins here ---
Index: transmission/Makefile
===================================================================
--- transmission/Makefile (revision 322073)
+++ transmission/Makefile (working copy)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= transmission
-PORTVERSION= 2.77
+PORTVERSION= 2.80
CATEGORIES= net-p2p
MASTER_SITES= # empty
DISTFILES= # empty
Index: transmission-cli/Makefile
===================================================================
--- transmission-cli/Makefile (revision 322073)
+++ transmission-cli/Makefile (working copy)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= transmission
-PORTVERSION= 2.77
+PORTVERSION= 2.80
PORTREVISION?= 0
CATEGORIES?= net-p2p
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
Index: transmission-cli/distinfo
===================================================================
--- transmission-cli/distinfo (revision 322073)
+++ transmission-cli/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.77.tar.xz) = 55b1653fc18a10153ba9439f284bd7b2276a6859416dcae217d9e8c689841fde
-SIZE (transmission-2.77.tar.xz) = 2953840
+SHA256 (transmission-2.80.tar.xz) = 0ea0bc62e3917ce4cb848582888ecdcd0c0dbe8ffb9482d7330c823e1ff15df3
+SIZE (transmission-2.80.tar.xz) = 3167136
Index: transmission-cli/files/patch-fix_without_ipv6
===================================================================
--- transmission-cli/files/patch-fix_without_ipv6 (revision 322073)
+++ transmission-cli/files/patch-fix_without_ipv6 (working copy)
@@ -1,11 +1,11 @@
---- libtransmission/fdlimit.c.orig 2012-12-16 19:44:18.727049000 +0000
-+++ libtransmission/fdlimit.c 2012-12-30 16:50:41.605049278 +0000
-@@ -678,7 +678,7 @@
+--- libtransmission/fdlimit.c.orig 2013-06-26 05:35:25.603458000 +0300
++++ libtransmission/fdlimit.c 2013-06-30 10:01:10.000000000 +0300
+@@ -668,7 +668,7 @@
- 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 (gFd->peerCount < session->peerLimit)
+ if ((s = socket (domain, type, 0)) < 0)
+- if (sockerrno != EAFNOSUPPORT)
++ if (sockerrno != EPROTONOSUPPORT)
+ tr_logAddError (_("Couldn't create socket: %s"), tr_strerror (sockerrno));
- if (s > -1)
+ if (s > -1)
Index: transmission-daemon/Makefile
===================================================================
--- transmission-daemon/Makefile (revision 322073)
+++ transmission-daemon/Makefile (working copy)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= -daemon
MAINTAINER= crees at FreeBSD.org
--- patch.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list