diff options
author | mezz <mezz@FreeBSD.org> | 2011-07-01 03:44:00 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-07-01 03:44:00 +0800 |
commit | 94b4e9bfd7c7d25452eafa03f28ee7b0cccf12fe (patch) | |
tree | 5ae3fc85a7bab7ea684af4169c32c656281c3414 | |
parent | c0ea55bb3b7309ded0cebf17eb45cc653dec5a9e (diff) | |
download | freebsd-ports-gnome-94b4e9bfd7c7d25452eafa03f28ee7b0cccf12fe.tar.gz freebsd-ports-gnome-94b4e9bfd7c7d25452eafa03f28ee7b0cccf12fe.tar.zst freebsd-ports-gnome-94b4e9bfd7c7d25452eafa03f28ee7b0cccf12fe.zip |
Forgot to remove a patch.
-rw-r--r-- | net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c b/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c deleted file mode 100644 index 4a531373d734..000000000000 --- a/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/tr-prefs.c.orig 2011-02-28 17:16:03.000000000 -0600 -+++ gtk/tr-prefs.c 2011-02-28 17:16:10.000000000 -0600 -@@ -730,7 +730,7 @@ - onLaunchClutchCB( GtkButton * w UNUSED, gpointer data UNUSED ) - { - const int port = gtr_pref_int_get( TR_PREFS_KEY_RPC_PORT ); -- char * uri = g_strdup_printf( "http://localhost:%d/transmission/web", port ); -+ char * uri = g_strdup_printf( "http://localhost:%d/transmission/web/", port ); - - gtr_open_uri( uri ); - g_free( uri ); |