For anyone wanting to try out Transmission 1.50 Beta 2 here is an update.
The main addition for the 1.50 release is IPv6 support. This is especially
interesting now that The Pirate Bay has v6 support.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    27 Dec 2008 15:54:43 -0000      1.29
+++ Makefile    20 Jan 2009 06:42:51 -0000
@@ -3,7 +3,7 @@
 COMMENT-main=  lightweight BitTorrent command line and daemon client
 COMMENT-gui=   lightweight BitTorrent client with graphical interface
 
-VER=           1.42
+VER=           1.50b2
 DISTNAME=      transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gui=   transmission-gui-${VER}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo    27 Dec 2008 15:54:43 -0000      1.17
+++ distinfo    20 Jan 2009 06:43:21 -0000
@@ -1,5 +1,5 @@
-MD5 (transmission-1.42.tar.bz2) = wIO9ywFCZGboDuM5vM2TUQ==
-RMD160 (transmission-1.42.tar.bz2) = ++KhhaFpMBNu9rn1aCj2OHPmGIo=
-SHA1 (transmission-1.42.tar.bz2) = EJ7xIbxNAyx4sU19OTTyCl7ZgDU=
-SHA256 (transmission-1.42.tar.bz2) = 
5+F/KaFmeUAXxtlDYhWTN/FACMQU0fjaX3wsHAXH1UM=
-SIZE (transmission-1.42.tar.bz2) = 4630409
+MD5 (transmission-1.50b2.tar.bz2) = FblczWOrXeWvaZgHqqEkOw==
+RMD160 (transmission-1.50b2.tar.bz2) = rv7huQQXvUGNwsHSmkbbezmxByI=
+SHA1 (transmission-1.50b2.tar.bz2) = p9TcjW8bxhZesNa1i+I1v/xE1C0=
+SHA256 (transmission-1.50b2.tar.bz2) = 
QmLWo6pjNGWLFoNGFWgfA22d0rIYVx8VgOMh5naK4r4=
+SIZE (transmission-1.50b2.tar.bz2) = 4679149
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-configure,v
retrieving revision 1.10
diff -u -p -r1.10 patch-configure
--- patches/patch-configure     2 Dec 2008 15:29:07 -0000       1.10
+++ patches/patch-configure     20 Jan 2009 07:17:35 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-configure,v 1.10 2008/12/02 15:29:07 naddy Exp $
---- configure.orig     Thu Nov 27 21:20:39 2008
-+++ configure  Thu Nov 27 21:21:19 2008
-@@ -21453,10 +21453,6 @@ else
- fi
- 
+--- configure.orig     Sat Jan 17 10:26:26 2009
++++ configure  Tue Jan 20 02:17:22 2009
+@@ -21536,10 +21536,6 @@ _ACEOF
+     ;;
+ esac
  
 -if test "x$GCC" = "xyes" ; then
--    CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes 
-Wdeclaration-after-statement -O3 -funroll-loops"
--    CXXFLAGS="-g -Wall -Wformat-security -W -O3 -funroll-loops"
+-    CFLAGS="-std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith 
-Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement 
-Wcast-align -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
+-    CXXFLAGS="-Wall -Wformat-security -W"
 -fi
  
  { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
Index: patches/patch-daemon_remote_c
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-daemon_remote_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-daemon_remote_c
--- patches/patch-daemon_remote_c       27 Dec 2008 15:54:43 -0000      1.2
+++ patches/patch-daemon_remote_c       20 Jan 2009 07:16:29 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-daemon_remote_c,v 1.2 2008/12/27 15:54:43 naddy Exp $
---- daemon/remote.c.orig       Wed Dec  3 00:44:08 2008
-+++ daemon/remote.c    Thu Dec  4 17:58:32 2008
-@@ -575,11 +575,11 @@ strlratio2( char * buf, double ratio, size_t buflen )
+--- daemon/remote.c.orig       Sat Jan 17 10:25:51 2009
++++ daemon/remote.c    Tue Jan 20 02:15:13 2009
+@@ -589,11 +589,11 @@ strlratio2( char * buf, double ratio, size_t buflen )
      else if( (int)ratio == TR_RATIO_INF )
          tr_strlcpy( buf, "Inf", buflen );
      else if( ratio < 10.0 )
@@ -16,7 +16,7 @@ $OpenBSD: patch-daemon_remote_c,v 1.2 20
      return buf;
  }
  
-@@ -609,24 +609,24 @@ strlsize( char *  buf,
+@@ -623,24 +623,24 @@ strlsize( char *  buf,
      if( !size )
          tr_strlcpy( buf, "None", buflen );
      else if( size < (int64_t)KILOBYTE_FACTOR )
Index: patches/patch-gtk_details_c
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-gtk_details_c,v
retrieving revision 1.4
diff -u -p -r1.4 patch-gtk_details_c
--- patches/patch-gtk_details_c 27 Dec 2008 15:54:43 -0000      1.4
+++ patches/patch-gtk_details_c 20 Jan 2009 07:16:30 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gtk_details_c,v 1.4 2008/12/27 15:54:43 naddy Exp $
---- gtk/details.c.orig Wed Dec  3 00:43:55 2008
-+++ gtk/details.c      Thu Dec  4 18:09:25 2008
-@@ -497,7 +497,7 @@ fmtpeercount( GtkWidget * l,
+--- gtk/details.c.orig Sat Jan 17 10:25:47 2009
++++ gtk/details.c      Tue Jan 20 02:15:13 2009
+@@ -498,7 +498,7 @@ fmtpeercount( GtkWidget * l,
      else
      {
          char str[16];
@@ -10,7 +10,7 @@ $OpenBSD: patch-gtk_details_c,v 1.4 2008
          gtk_label_set_text( GTK_LABEL( l ), str );
      }
  }
-@@ -908,7 +908,7 @@ info_page_new( tr_torrent * tor )
+@@ -909,7 +909,7 @@ info_page_new( tr_torrent * tor )
      hig_workarea_add_section_title ( t, &row, _( "Details" ) );
  
      g_snprintf( countStr, sizeof( countStr ),
Index: patches/patch-gtk_tr-prefs_c
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-gtk_tr-prefs_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-gtk_tr-prefs_c
--- patches/patch-gtk_tr-prefs_c        2 Dec 2008 15:29:07 -0000       1.2
+++ patches/patch-gtk_tr-prefs_c        20 Jan 2009 07:16:31 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gtk_tr-prefs_c,v 1.2 2008/12/02 15:29:07 naddy Exp $
---- gtk/tr-prefs.c.orig        Mon Nov 10 16:52:26 2008
-+++ gtk/tr-prefs.c     Thu Nov 27 22:33:20 2008
-@@ -431,8 +431,8 @@ updateBlocklistText( GtkWidget * w,
+--- gtk/tr-prefs.c.orig        Sat Jan 17 10:25:47 2009
++++ gtk/tr-prefs.c     Tue Jan 20 02:15:13 2009
+@@ -381,8 +381,8 @@ updateBlocklistText( GtkWidget * w,
      char      buf[512];
  
      g_snprintf( buf, sizeof( buf ),
Index: patches/patch-gtk_tr-window_c
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-gtk_tr-window_c,v
retrieving revision 1.4
diff -u -p -r1.4 patch-gtk_tr-window_c
--- patches/patch-gtk_tr-window_c       27 Dec 2008 15:54:43 -0000      1.4
+++ patches/patch-gtk_tr-window_c       20 Jan 2009 07:16:32 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gtk_tr-window_c,v 1.4 2008/12/27 15:54:43 naddy Exp $
---- gtk/tr-window.c.orig       Tue Dec  9 02:39:03 2008
-+++ gtk/tr-window.c    Tue Dec  9 15:46:57 2008
-@@ -705,13 +705,13 @@ updateTorrentCount( PrivateData * p )
+--- gtk/tr-window.c.orig       Sat Jan 17 10:25:47 2009
++++ gtk/tr-window.c    Tue Jan 20 02:15:13 2009
+@@ -717,13 +717,13 @@ updateTorrentCount( PrivateData * p )
  
          if( torrentCount != visibleCount )
              g_snprintf( buf, sizeof( buf ),
Index: patches/patch-libtransmission_blocklist_c
===================================================================
RCS file: 
/cvs/ports/net/transmission/patches/patch-libtransmission_blocklist_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-libtransmission_blocklist_c
--- patches/patch-libtransmission_blocklist_c   27 Dec 2008 15:54:43 -0000      
1.2
+++ patches/patch-libtransmission_blocklist_c   20 Jan 2009 07:16:38 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-libtransmission_blocklist_c,v 1.2 2008/12/27 15:54:43 naddy 
Exp $
---- libtransmission/blocklist.c.orig   Tue Dec  9 02:39:03 2008
-+++ libtransmission/blocklist.c        Tue Dec  9 15:46:57 2008
-@@ -105,7 +105,7 @@ blocklistLoad( tr_blocklist * b )
+--- libtransmission/blocklist.c.orig   Sat Jan 17 10:25:46 2009
++++ libtransmission/blocklist.c        Tue Jan 20 02:15:13 2009
+@@ -107,7 +107,7 @@ blocklistLoad( tr_blocklist * b )
  
      {
          char * base = tr_basename( b->filename );
@@ -10,7 +10,7 @@ $OpenBSD: patch-libtransmission_blocklis
          tr_free( base );
      }
  }
-@@ -297,7 +297,7 @@ _tr_blocklistSetContent( tr_blocklist * b,
+@@ -300,7 +300,7 @@ _tr_blocklistSetContent( tr_blocklist * b,
  
      {
          char * base = tr_basename( b->filename );
Index: pkg/PLIST-gui
===================================================================
RCS file: /cvs/ports/net/transmission/pkg/PLIST-gui,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST-gui
--- pkg/PLIST-gui       27 Dec 2008 15:54:43 -0000      1.13
+++ pkg/PLIST-gui       20 Jan 2009 07:31:44 -0000
@@ -68,6 +68,9 @@ share/locale/ka/LC_MESSAGES/transmission
 share/locale/ku/
 share/locale/ku/LC_MESSAGES/
 share/locale/ku/LC_MESSAGES/transmission.mo
+share/locale/li/
+share/locale/li/LC_MESSAGES/
+share/locale/li/LC_MESSAGES/transmission.mo
 share/locale/lt/
 share/locale/lt/LC_MESSAGES/
 share/locale/lt/LC_MESSAGES/transmission.mo

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to