aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent-devel
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2011-05-24 20:10:04 +0800
committerflz <flz@FreeBSD.org>2011-05-24 20:10:04 +0800
commit80b2eae0741a388827f53a5762a67120064e8198 (patch)
treea1df2441822ae7024f91a3b18e6aff1ac087fa8b /net-p2p/rtorrent-devel
parentd2330ad4eb4a7e0983cb404a8fbe4735163ddb02 (diff)
downloadfreebsd-ports-gnome-80b2eae0741a388827f53a5762a67120064e8198.tar.gz
freebsd-ports-gnome-80b2eae0741a388827f53a5762a67120064e8198.tar.zst
freebsd-ports-gnome-80b2eae0741a388827f53a5762a67120064e8198.zip
Update net-p2p/rtorrent-devel to 0.8.8.
PR: ports/157038 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
Diffstat (limited to 'net-p2p/rtorrent-devel')
-rw-r--r--net-p2p/rtorrent-devel/Makefile8
-rw-r--r--net-p2p/rtorrent-devel/distinfo4
-rw-r--r--net-p2p/rtorrent-devel/files/patch-src__display__canvas.h11
3 files changed, 5 insertions, 18 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile
index a095d3e7b65d..58fef8ca1835 100644
--- a/net-p2p/rtorrent-devel/Makefile
+++ b/net-p2p/rtorrent-devel/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= rtorrent-devel
-PORTVERSION= 0.8.7
+PORTVERSION= 0.8.8
PORTREVISION= 0
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++ (development version)
-BUILD_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel
-RUN_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel
+BUILD_DEPENDS= libtorrent-devel=0.12.8:${PORTSDIR}/net-p2p/libtorrent-devel
+RUN_DEPENDS= libtorrent-devel=0.12.8:${PORTSDIR}/net-p2p/libtorrent-devel
BROKEN= fails to package
@@ -26,8 +26,6 @@ DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
-MAN1= rtorrent.1
-
USE_GCC= 4.2+
.include "${MASTERDIR}/Makefile"
diff --git a/net-p2p/rtorrent-devel/distinfo b/net-p2p/rtorrent-devel/distinfo
index ed3ea8ed47cf..ce9a2acde6db 100644
--- a/net-p2p/rtorrent-devel/distinfo
+++ b/net-p2p/rtorrent-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rtorrent-0.8.7.tar.gz) = 1fd0c9b2b3fe81b035209417c4dd4514473411f16b15ffe7fefe87eaff1a58d2
-SIZE (rtorrent-0.8.7.tar.gz) = 547435
+SHA256 (rtorrent-0.8.8.tar.gz) = 8511eac924a49ae577806191c2f3a590661a1e946f3a5ecaca477e054a75ec62
+SIZE (rtorrent-0.8.8.tar.gz) = 568704
diff --git a/net-p2p/rtorrent-devel/files/patch-src__display__canvas.h b/net-p2p/rtorrent-devel/files/patch-src__display__canvas.h
deleted file mode 100644
index 583ef1828aed..000000000000
--- a/net-p2p/rtorrent-devel/files/patch-src__display__canvas.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/display/canvas.h.orig 2010-06-26 14:05:07.000000000 +0200
-+++ src/display/canvas.h 2011-04-09 11:21:30.000000000 +0200
-@@ -48,7 +48,7 @@
- public:
- typedef std::vector<Attributes> attributes_list;
-
-- Canvas(int x = 0, int y = 0, int width = 0, int height = 0) :
-+ Canvas(int x = 0, int y = 0, int width = 1, int height = 1) :
- m_window(newwin(height, width, y, x)) {}
- ~Canvas() { delwin(m_window); }
-
dering.Srinivasa Ragavan2009-06-172-5/+5 * Bug 345775 – Missing blank line between messages in saved mboxMatthew Barnes2009-06-161-1/+3 * Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-0/+1 * Fix coding style.Matthew Barnes2009-06-142-5/+5 * ** BUGFIX: #584733 - Fixed where account setup to work after Anjal mergeSrinivasa Ragavan2009-06-101-4/+5 * Fix build on Windows: link with needed libraries.Tor Lillqvist2009-06-091-0/+2 * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-054-25/+24 * libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+3 * Bug #362907 - Give icons to Drafts/Sent/Templates foldersMilan Crha2009-06-051-3/+28 * Bug 584733 – Cannot create new accountSrinivasa Ragavan2009-06-041-15/+18 * Don't declare x_mailer "extern" because it causes undefined symbolsFridrich Strba2009-06-041-1/+1 * Cater for circular dependencies between libevolution-mailFridrich Strba2009-06-041-0/+6 * Anjal stuff's for Evo.Srinivasa Ragavan2009-06-032-4/+8 * Add option for Sender/Addresses contain.Srinivasa Ragavan2009-06-031-4/+30 * Add MAINTAINERCLEANFILES based on Pango.Matthew Barnes2009-06-021-1/+1 * Fix more compiler warnings.Matthew Barnes2009-06-021-36/+0 * More code cleanup.Matthew Barnes2009-06-0244-170/+170 * Part of bug #574940 - Do not use freed memory in EMFolderView/BrowserMilan Crha2009-06-021-1/+5 * Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6 * Part of bug #580212 - Report inline parts only when found both tagsMilan Crha2009-06-021-0/+3 * Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-013-19/+97 * Fix libevolution-mail-shared.laMatthew Barnes2009-05-301-17/+29 * Bug 583446 – refresh folder hookLucian Langa2009-05-292-2/+10 * Bug 584154 – custom icon folder hook does not workLucian Langa2009-05-293-4/+11 * Fix whitespace errors in mail/Makefile.amMatthew Barnes2009-05-291-3/+3 * Whitespace cleanup.Matthew Barnes2009-05-2926-87/+87 * Prefer GLib basic types over C types.Matthew Barnes2009-05-29105-3187/+3187 * Remove trailing whitespace, again.Matthew Barnes2009-05-29135-312/+312 * Bug #540269 - Do not crash in em_format_is_attachmentMilan Crha2009-05-271-0/+3 * Fix compiler warnings in mail.Matthew Barnes2009-05-2635-397/+413 * Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1 * Remove obsolete dialog from mail-dialogs.glade.Matthew Barnes2009-05-251-1499/+908 * Use named icons in the folder tree instead of pixbufs.Matthew Barnes2009-05-255-117/+107 * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-246-57/+57 * Mail changes required for Anjal.Srinivasa Ragavan2009-05-2210-95/+378 * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-2114-400/+997 * Merge branch 'vcard-inline'Matthew Barnes2009-05-211-202/+6 |\ | * Merge branch 'master' into vcard-inlineMatthew Barnes2009-05-062-11/+32 | |\ | * | Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-061-202/+6 * | | Bug 274117 – Difficult to post a new message to newsgroupsMatthew Barnes2009-05-215-259/+52 * | | Fix compiler warnings.Matthew Barnes2009-05-171-4/+1 * | | Bug 582744 – CC field autofill doesn't work for repliesMatthew Barnes2009-05-171-1/+4 * | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1728-62/+50 * | | Bug 458491 – Remove useless "Call To..." popup menu optionMatthew Barnes2009-05-153-9/+1 * | | Bug 581424 - Personal folder tree appears besides Public folder in subscripti...Johnny Jacob2009-05-131-1/+2 * | | Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-2/+1 | |/ |/| * | 2009-05-06 Jeff Cai <jeff.cai@sun.com>Jeff Cai2009-05-062-11/+32 |/ * BUGFIX: 575126 - Tuning description stringMilan Crha2009-05-041-1/+1 * Assure that the filename <-> uri conversion are done with g_filename_{to,from...Fridrich Strba2009-05-042-3/+3 * ** BUGFIX: 355240 - String errorsSukhbir Singh2009-05-041-3/+3 * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-4/+4 * ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-041-5/+6 * ** BUGFIX: 573170 - Add back support for vfolder of vfolders.Srinivasa Ragavan2009-05-031-19/+0 * Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-032-2/+2 * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0223-0/+46 * Bug 575242 – New composer window not autosaved until modificationMichel Dänzer2009-05-011-13/+15 * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0 * Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-18/+0 * Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-302-101/+0 * Fix filter breakage after deprecated Gtk+ symbols removalMilan Crha2009-04-283-2/+10 * Do not mark newly recognized Junk messages ReadMilan Crha2009-04-282-1/+9 * Cosmetic cleanups for EMFormat headersMatthew Barnes2009-04-285-151/+288 * Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-5/+5 * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-287-663/+123 * Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-284-0/+1436 * Hide last junked message too from the non-junk folderMilan Crha2009-04-272-2/+10 * Do not crash on delete folderMilan Crha2009-04-252-2/+7 * Sort UIDs before using themMilan Crha2009-04-252-0/+9 * Let the provider compare urlsMilan Crha2009-04-252-78/+46 * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2413-646/+388 * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-237-22/+9 * Corrected a copy/paste error.Chenthill Palanisamy2009-04-152-1/+5 * Fixes #467659 (bnc)Chenthill Palanisamy2009-04-133-3/+16 * Fixes #471083 (bnc) Do not allow deletion of system folders.Chenthill Palanisamy2009-04-134-0/+49 * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-1/+0 * ** Fix for bug #569765Tobias Mueller2009-04-042-8/+22 * Do not ask for a folder when no folder selected.Milan Crha2009-04-022-1/+7 * ** Fix for bug #576921Hiroyuki Ikezoe2009-03-312-2/+6 * ** Fix for bug #576921Hiroyuki Ikezoe2009-03-282-16/+35 * ** Fix for bug #576845Hiroyuki Ikezoe2009-03-282-7/+14 * ** Fix for bug #552583Milan Crha2009-03-252-1/+21 * ** Fix for bug #504767Milan Crha2009-03-197-7/+29 * Added Catalan translation of the Evolution welcome e-mail and quickDavid Planella2009-03-084-1/+334 * Do not unref NULL object.Milan Crha2009-03-052-3/+7 * Revert evolution revision 37063 (workaround for bug 563867).Matt McCutchen2009-03-025-38/+12 * Correcting my last ChangeLog entryAndre Klapper2009-02-271-1/+1 * Remove deprecated gtk_combo_set_case_sensitive() call as FALSE IS alreadyAndre Klapper2009-02-272-1/+6 * ** Fix for bug #572268Milan Crha2009-02-252-3/+15 * ** Part of fix for bug #563212Milan Crha2009-02-252-9/+47 * ** Fix for bug #572543Milan Crha2009-02-232-2/+10 * Substitute some deprecated gtk+ functions.Andre Klapper2009-02-123-9/+15 * ** Fix for bug #569700Milan Crha2009-02-112-0/+11 * ** Fix for bug #333716Milan Crha2009-02-112-9/+15 * Format signature/encryption information nicer.Milan Crha2009-02-112-3/+11 * ** Part of fix for bug #555888Milan Crha2009-02-097-204/+82 * ** Fix for bug #548623Milan Crha2009-02-094-4/+38 * ** Part of fix for bug #554458Milan Crha2009-02-062-7/+12 * ** Fix for bug #568176Gilles Dartiguelongue2009-02-052-26/+56 * ** Fix for bug #569986Srinivasa Ragavan2009-02-035-1/+14 * Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized ...Suman Manjunath2009-02-022-3/+10 * Fix compiler warnings.Matthew Barnes2009-02-024-4/+13 * EPLugin : Added new hook point.Johnny Jacob2009-02-024-0/+54 * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-013-3/+3 * Fix compiler warningsSrinivasa Ragavan2009-01-302-1/+6 * Show attachment bar at all times. Seems like the contents are missing atSrinivasa Ragavan2009-01-302-2/+9 * Handle empty messages well.Srinivasa Ragavan2009-01-302-1/+5 * ** Fix for bug #546637Srinivasa Ragavan2009-01-292-0/+8 * ** Fix for bug #562449Srinivasa Ragavan2009-01-292-4/+15 * ** Fix for bug #567654Srinivasa Ragavan2009-01-292-1/+7 * ** Fix for bug #561628Milan Crha2009-01-282-1/+8 * ** Fix for bug #204891Milan Crha2009-01-205-0/+129 * Patch from Felix Riemann <friemann@svn.gnome.org> ** Fix for bug #563867 (Un...Suman Manjunath2009-01-135-33/+48 * ** Fix for bug #566653Srinivasa Ragavan2009-01-122-0/+7 * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-115-22/+14 * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-113-2/+7 * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-112-2/+6 * ** Fixes bug #567280Matthew Barnes2009-01-112-1/+7 * ** Fixes bug #567285Matthew Barnes2009-01-112-1/+7 * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-092-1/+14 * ** Fix for bug #565376Milan Crha2009-01-087-7/+624 * ** Fixes bug #565857Matthew Barnes2008-12-292-1/+12 * ** Part of fix for bug #559153Sankar P2008-12-222-68/+148 * ** Fix for bug #558337Norman Wang2008-12-222-5/+31 * ** Part of fix for bug #552583Milan Crha2008-12-162-0/+9 * ** Fix for bug #564007Milan Crha2008-12-152-0/+23 * ** Part of fix for bug #563669Milan Crha2008-12-152-1/+8 * Fix a impllicit warningSrinivasa Ragavan2008-12-152-0/+5 * ** Fix for bug #552583Srinivasa Ragavan2008-12-152-1/+8 * ** Fix for #546637Srinivasa Ragavan2008-12-152-7/+13 * Restore the code for BONOBO components need by the vcard inline viewer.Srinivasa Ragavan2008-12-152-2/+195 * Add the unread vfolder hack.Srinivasa Ragavan2008-12-153-1/+43 * ** Fixes bug #564519Lucian Langa2008-12-152-2/+11 * ** Fixes bug #564351 (patch by Tal Benavidor)Matthew Barnes2008-12-142-1/+7 * ** Part of fix for bug #552357Milan Crha2008-12-112-2/+9 * ** Fix for bug #563870Milan Crha2008-12-106-23/+22 * ** Part of fix for bug #552583Milan Crha2008-12-102-2/+14 * ** Fix for bug #563369Milan Crha2008-12-094-1/+12 * ** Fix for bug #563669Milan Crha2008-12-092-6/+13 * Milan Crha <mcrha@redhat.com> ** Fix for bug #337082 (Do not set 'finished l...Suman Manjunath2008-12-082-1/+10 * ** Fixes bug #552583Sankar P2008-12-082-15/+17 * ** Fixes bug #552583Matthew Barnes2008-12-042-31/+49 * ** Fixes bug #552850Matthew Barnes2008-11-242-2/+9 * ** Fix for bug #555276Srinivasa Ragavan2008-11-192-0/+11 * Do not display the default headers when all the headers are disabled inBharath Acharya2008-11-133-5/+7 * ** Part of fix for bug #524377Milan Crha2008-11-135-0/+73 * Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-26/+37 * ** Fix for BNC bug #437226 Proper message is missing in mail sent byBharath Acharya2008-11-072-12/+20 * ** Fixes part of bug #559371Matthew Barnes2008-11-062-39/+19 * ** Fix for bug #386036Milan Crha2008-11-043-1/+194 * ** Fix for bug #559086Ashish Shrivastava2008-11-032-243/+15 * ** Fixes bug #559042Matthew Barnes2008-11-032-1/+8 * ** Fixes bug #557613Matthew Barnes2008-11-032-5/+13 * ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-012-1/+8 * Disable delete and rename onSankarasivasubramanian Pasupathilingam2008-10-312-0/+12 * Just some minor code polishing.Matthew Barnes2008-10-233-26/+33 * Re-factor spinner usageSankarasivasubramanian Pasupathilingam2008-10-212-4/+6 * Patch from Patrick Ohly <Patrick.Ohly@gmx.de>: Fix for a build break while c...Suman Manjunath2008-10-202-1/+5 * ** Revert the patch committed in rev 36458Akhil Laddha2008-10-201-1/+1 * ** Fix for bug #438155Milan Crha2008-10-203-1/+25 * ** Fix for bug #555276Srinivasa Ragavan2008-10-172-0/+21 * ** Fix for bug #364542Milan Crha2008-10-172-4/+86 * ** Fix for bug #555203Bharath Acharya2008-10-102-0/+10 * ** Fix for bug #554349Sankar P2008-10-05