Update to 2.31.
This commit is contained in:
parent
c93d7d3793
commit
0f65c97925
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274424
9 changed files with 33 additions and 37 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= transmission
|
||||
PORTVERSION= 2.22
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 2.31
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= net-p2p
|
||||
MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
|
||||
PKGNAMESUFFIX?= -cli
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (transmission-2.22.tar.xz) = 51d22e4732ff4fc25f5e08a39c2f8df68d8d45d980c78c0c66311cfe7fe59e3c
|
||||
SIZE (transmission-2.22.tar.xz) = 2605564
|
||||
SHA256 (transmission-2.31.tar.xz) = 82cd04c93c65df818d38dcec154f5864520ab3147fac372e11d8e9d12506deba
|
||||
SIZE (transmission-2.31.tar.xz) = 2558880
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- daemon/remote.c~
|
||||
+++ daemon/remote.c
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <libtransmission/version.h>
|
||||
|
||||
#define MY_NAME "transmission-remote"
|
||||
-#define DEFAULT_HOST "localhost"
|
||||
+#define DEFAULT_HOST "127.0.0.1"
|
||||
#define DEFAULT_PORT atoi(TR_DEFAULT_RPC_PORT_STR)
|
||||
#define DEFAULT_URL TR_DEFAULT_RPC_URL_STR "rpc/"
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- libtransmission/peer-msgs.c.orig 2011-04-29 21:52:48.000000000 -0500
|
||||
+++ libtransmission/peer-msgs.c 2011-04-29 21:52:54.000000000 -0500
|
||||
@@ -16,8 +16,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
-#include <alloca.h>
|
||||
-
|
||||
#include <event2/buffer.h>
|
||||
#include <event2/bufferevent.h>
|
||||
#include <event2/event.h>
|
|
@ -1,10 +0,0 @@
|
|||
--- libtransmission/torrent.c.orig 2011-02-27 15:39:55.000000000 -0600
|
||||
+++ libtransmission/torrent.c 2011-02-27 15:40:35.000000000 -0600
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h> /* memcmp */
|
||||
#include <stdlib.h> /* qsort */
|
||||
+#include <signal.h> /* signal() */
|
||||
|
||||
#include <event2/util.h> /* evutil_vsnprintf() */
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- qt/qtr.pro.orig 2011-03-17 15:03:37.000000000 -0500
|
||||
+++ qt/qtr.pro 2011-03-17 15:04:01.000000000 -0500
|
||||
@@ -21,7 +21,7 @@
|
||||
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
|
||||
LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
|
||||
LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
|
||||
-unix: LIBS += -L$${EVENT_TOP}/lib -levent -lz
|
||||
+unix: LIBS += -L$${EVENT_TOP}/lib -lz
|
||||
win32:DEFINES += QT_DBUS
|
||||
win32:LIBS += -levent -lws2_32 -lintl
|
||||
win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi
|
|
@ -0,0 +1,12 @@
|
|||
--- third-party/libutp/utp.cpp.orig 2011-04-29 21:45:38.000000000 -0500
|
||||
+++ third-party/libutp/utp.cpp 2011-04-29 21:47:05.000000000 -0500
|
||||
@@ -10,6 +10,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h> // for UINT_MAX
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32_inet_ntop.h"
|
|
@ -7,6 +7,7 @@ share/applications/transmission-gtk.desktop
|
|||
share/icons/hicolor/16x16/apps/transmission.png
|
||||
share/icons/hicolor/22x22/apps/transmission.png
|
||||
share/icons/hicolor/24x24/apps/transmission.png
|
||||
share/icons/hicolor/256x256/apps/transmission.png
|
||||
share/icons/hicolor/32x32/apps/transmission.png
|
||||
share/icons/hicolor/48x48/apps/transmission.png
|
||||
share/icons/hicolor/scalable/apps/transmission.svg
|
||||
|
@ -66,6 +67,7 @@ share/locale/nb/LC_MESSAGES/transmission-gtk.mo
|
|||
share/locale/nl/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/nn/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/oc/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/pa/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/pl/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/pt/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/transmission-gtk.mo
|
||||
|
@ -76,6 +78,7 @@ share/locale/sl/LC_MESSAGES/transmission-gtk.mo
|
|||
share/locale/sq/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/sr/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/sv/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/ta_LK/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/te/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/th/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/tl/LC_MESSAGES/transmission-gtk.mo
|
||||
|
@ -95,6 +98,8 @@ share/pixmaps/transmission.png
|
|||
@dirrmtry share/locale/tl
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/ta_LK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ta_LK
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= transmission
|
||||
PORTVERSION= 2.22
|
||||
PORTVERSION= 2.31
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
Loading…
Reference in a new issue