Here's an initial update to bring net/transmission to 1.00.

* The GUI has been extended.  Let me know when you figure out what the
  different colors on the progress bar mean.
* The CLI client has changed its name back to "transmissioncli" (no
  hyphen) and has regained the scrape feature.
* Bug fixes.

Please test.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile    27 Nov 2007 20:30:19 -0000      1.13
+++ Makefile    7 Jan 2008 15:22:44 -0000
@@ -3,12 +3,12 @@
 COMMENT-main=  lightweight BitTorrent command line and daemon client
 COMMENT-gui=   lightweight BitTorrent client with graphical interface
 
-VER=           0.93
+VER=           1.00
 DISTNAME=      transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gui=   transmission-gui-${VER}
 CATEGORIES=    net
-HOMEPAGE=      http://transmission.m0k.org/
+HOMEPAGE=      http://www.transmissionbt.com/
 
 MAINTAINER=    Christian Weisgerber <[EMAIL PROTECTED]>
 
@@ -55,10 +55,5 @@
 RUN_DEPENDS-gui=:${PKGNAME-main}:net/transmission,-main ${RUN_DEPENDS}
 USE_X11=       Yes
 .endif
-
-NO_REGRESS=    Yes
-
-post-install:
-       @cd ${PREFIX}/man/man1 && mv transmissioncli.1 transmission-cli.1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    27 Nov 2007 20:30:19 -0000      1.6
+++ distinfo    7 Jan 2008 15:22:44 -0000
@@ -1,5 +1,5 @@
-MD5 (transmission-0.93.tar.bz2) = hgHSVpNpPe2X+0J0KLdftA==
-RMD160 (transmission-0.93.tar.bz2) = c0HdynjqIVwU2L4aMIbypCHb7s4=
-SHA1 (transmission-0.93.tar.bz2) = XF6F8XBvNwUSMqcZGKg9RBrOf64=
-SHA256 (transmission-0.93.tar.bz2) = 
thHklFAXcfwUb8By6qaDrcQuPXVAoILqPb4sSKmT/F0=
-SIZE (transmission-0.93.tar.bz2) = 2689601
+MD5 (transmission-1.00.tar.bz2) = YWNiAZTlcgn0tjAOBnzgAA==
+RMD160 (transmission-1.00.tar.bz2) = pAWXpTSI2wDK4DWgHbj7LG6NZ7A=
+SHA1 (transmission-1.00.tar.bz2) = TdnBlZdf9DNYigubHBtuwqfgN0Q=
+SHA256 (transmission-1.00.tar.bz2) = 
O6OVZoBf7SLsUDCH30vN9fQ1cbnQMwQGS1wXdPobkL0=
+SIZE (transmission-1.00.tar.bz2) = 4071532
Index: patches/patch-cli_transmissioncli_1
===================================================================
RCS file: patches/patch-cli_transmissioncli_1
diff -N patches/patch-cli_transmissioncli_1
--- patches/patch-cli_transmissioncli_1 27 Nov 2007 20:30:19 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-$OpenBSD: patch-cli_transmissioncli_1,v 1.4 2007/11/27 20:30:19 naddy Exp $
---- cli/transmissioncli.1.orig Thu Nov 22 19:44:56 2007
-+++ cli/transmissioncli.1      Thu Nov 22 19:45:35 2007
-@@ -14,13 +14,13 @@
- .\"  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- .\"
- .Dd April 18, 2007
--.Dt TRANSMISSIONCLI 1
-+.Dt TRANSMISSION-CLI 1
- .Os
- .Sh NAME
--.Nm transmissioncli
-+.Nm transmission-cli
- .Nd a bittorrent client
- .Sh SYNOPSIS
--.Nm transmissioncli
-+.Nm transmission-cli
- .Bk -words
- .Fl h
- .Nm
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/transmission/patches/patch-configure,v
retrieving revision 1.4
diff -u -r1.4 patch-configure
--- patches/patch-configure     27 Nov 2007 20:30:19 -0000      1.4
+++ patches/patch-configure     7 Jan 2008 15:22:44 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.4 2007/11/27 20:30:19 naddy Exp $
---- configure.orig     Mon Nov 12 22:07:36 2007
-+++ configure  Thu Nov 22 17:51:26 2007
-@@ -20783,10 +20783,6 @@ else
+--- configure.orig     Sat Jan  5 01:18:29 2008
++++ configure  Sat Jan  5 19:53:04 2008
+@@ -20782,10 +20782,6 @@ else
  fi
  
  
Index: patches/patch-libtransmission_natpmp_c
===================================================================
RCS file: patches/patch-libtransmission_natpmp_c
diff -N patches/patch-libtransmission_natpmp_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-libtransmission_natpmp_c      7 Jan 2008 15:22:44 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- libtransmission/natpmp.c.orig      Sat Jan  5 20:52:20 2008
++++ libtransmission/natpmp.c   Sat Jan  5 20:52:43 2008
+@@ -16,6 +16,7 @@
+ #include <inttypes.h>
+ #include <string.h> /* strerror */
+ 
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/net/transmission/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -r1.4 PLIST-main
--- pkg/PLIST-main      27 Nov 2007 20:30:19 -0000      1.4
+++ pkg/PLIST-main      7 Jan 2008 15:22:44 -0000
@@ -1,13 +1,13 @@
 @comment $OpenBSD: PLIST-main,v 1.4 2007/11/27 20:30:19 naddy Exp $
 @pkgpath net/transmission
-bin/transmission-cli
 bin/transmission-daemon
 bin/transmission-proxy
 bin/transmission-remote
[EMAIL PROTECTED] man/man1/transmission-cli.1
+bin/transmissioncli
 @man man/man1/transmission-daemon.1
 @man man/man1/transmission-proxy.1
 @man man/man1/transmission-remote.1
[EMAIL PROTECTED] man/man1/transmissioncli.1
 @comment share/locale/
 @comment share/locale/de/
 @comment share/locale/de/LC_MESSAGES/
-- 
Christian "naddy" Weisgerber                          [EMAIL PROTECTED]

Reply via email to