1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

2598 Commits

Author SHA1 Message Date
Doug Barton
cd23fc7401 I meant to silence these once I was done testing. 2012-06-26 17:00:05 +00:00
Doug Barton
b16713628e * Sun Jun 24 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.10
- BUGFIX: Fix possible crash when showing torrent content
 - BUGFIX: Add support for RSS feeds using magnet links
 - BUGFIX: Remove 100kb limit for torrent file size in Web UI
 - BUGFIX: Fix ratio limiting bug
 - BUGFIX: Do not display .!qB file extensions in Web UI
 - BUGFIX: Stop using absolute URLs in Web UI ajax requests
 - BUGFIX: Fix unreversible "Minimize to tray" on some window managers
2012-06-25 09:28:24 +00:00
Doug Barton
ab6f61bca7 Upgrade to version 0.16.1:
* fixed crash when providing corrupt resume data
 * fixed support for boost-1.44
 * fixed reversed semantics of queue_up() and queue_down()
 * added missing functions to python bindings
   (file_priority(), set_dht_settings())
 * fixed low_prio_disk support on linux
 * fixed time critical piece accounting in the request queue
 * fixed semantics of rate_limit_utp to also ignore per-torrent limits
 * fixed piece sorting bug of deadline pieces
 * fixed python binding build on BSD
 * fixed possible crash when enabling multiple connections per IP
 * change default of rate_limit_utp to true
 * fixed FreeBSD build
 * fixed web seed performance issue whith pieces > 1 MiB
 * fixed unchoke logic when using web seeds
 * fixed compatibility with older versions of boost (down to boost 1.40)

Remove the patch from their svn repo that was incorporated into this version
2012-06-25 04:07:05 +00:00
Doug Barton
17e0c572d2 As previously announced, deprecate ports relying on libtorrent-rasterbar-14,
which is scheduled to be removed.
2012-06-23 09:36:33 +00:00
Shaun Amott
291ad651f4 Back to the pool. 2012-06-14 13:52:22 +00:00
Sunpoet Po-Chuan Hsieh
a8973c1a98 - Update to 3.1.2
- Pet portlint: remove ABI version number from LIB_DEPENDS

Changes:	http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup
2012-06-14 13:26:07 +00:00
Emanuel Haupt
cf12c69ab5 Register CONFLICTS
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
2012-06-11 09:52:17 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Chris Rees
34e4ada7b7 The conditional include is actually fine-- the problem in the PR was solved
after more investigation by reinstalling world; there was an out-of-date header
present.

PR:		ports/167195
2012-06-10 13:13:45 +00:00
Brendan Fabeny
d58aa01519 update to 0.9.3 and convert options to new style 2012-06-08 06:50:40 +00:00
Chris Rees
31aff77bf3 posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is picked
up by the configure script.

However, the function is marked as available, but libtransmission/fdlimit.c
has a conditional include on fcntl.h, which causes the compilation to fail.

This patch removes the condition on fcntl.h inclusion, hopefully fixing the
build.

PR:		ports/167195
Submitted by:
Reviewed by:

[1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070
2012-06-06 15:51:22 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Andrej Zverev
28b1ad7c93 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (pav@ via IRC)
2012-06-05 18:17:13 +00:00
Rene Ladan
2aa36bd28d Finish converting this port to optionsNG.
Approved by:	maintainer
2012-06-05 17:26:17 +00:00
Andrej Zverev
177fda2433 - Remove SITE_PERL from *_DEPENDS 2012-06-05 03:10:23 +00:00
Rene Ladan
9525beeaf2 Use the new options framework for the ALC option too.
Submitted by:	maintainer via private mail
2012-06-04 17:30:24 +00:00
Rene Ladan
67448f0e1e - Update to 10788
- Use new options framework
PR:		ports/168392
Submitted by:	maintainer
2012-06-04 15:56:36 +00:00
Carlo Strub
fe19e92f65 Set maintainership back to ports@ 2012-06-03 12:14:38 +00:00
Brendan Fabeny
2136a72a45 Add gnunet-gtk , GTK interface to GNUnet. 2012-06-01 12:31:25 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Brendan Fabeny
f847ee66b1 add to the minimal default configuration file and pkg-message;
fix the unexec directive in the packing list [1]

Reported by:	pav [1]
2012-05-31 13:27:41 +00:00
Brendan Fabeny
8671aacd5d add the missing pkg-message 2012-05-28 16:35:10 +00:00
Brendan Fabeny
3f83ea4b83 preliminary version of update to 0.9.x; GUI, rc-scripts, tests,
and refinements to default configuration to follow
2012-05-28 16:28:47 +00:00
Frederic Culot
708b3398e1 - Update to 0.13 [1]
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/168395 [1]
Submitted by:	Oleg Alexeenkov <proler@gmail.com> (maintainer)
2012-05-28 09:14:34 +00:00
Doug Barton
17d93073d1 * Sun May 20 - Christophe Dumez <chris@qbittorrent.org> - v2.9.9
- BUGFIX: More reliable RSS feed parsing
 - BUGFIX: Better support for cookies in RSS
 - BUGFIX: Make sure show/hide text in tray icon menu is correct
 - COSMETIC: Improve style of left panel
 - COSMETIC: Never disable properties panel
 - COSMETIC: Make sure first tab is initially selected in options dialog
2012-05-27 09:35:48 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Martin Wilke
e569bc0981 - Chase libesmtp shlib bump 2012-05-23 01:47:57 +00:00
Brendan Fabeny
7a1146d30e defer expiration pending updates 2012-05-21 05:25:17 +00:00
Pawel Pekala
54a1d9ee80 Update to version 1.11
PR:		ports/168096
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2012-05-18 15:58:26 +00:00
Doug Barton
8b294e60ab Bump the dependency to the newly-committed libtorrent-rasterbar 0.16
to bring in uTP support.
2012-05-17 08:48:55 +00:00
Doug Barton
29e24bb892 DEPRECATED= Upstream development stopped, time to move on
EXPIRATION_DATE=        2012-06-30
2012-05-17 08:46:52 +00:00
Doug Barton
a0d4b7ae98 Add the 0.16 branch of libtorrent-rasterbar
The most revolutionary aspect of the new branch is that it brings in
support for uTP.

This port also brings in a patch consisting of the changes from 0.16.0
release through local SVN revision 6850. These fixes include patches we
had in the 0.15 version of the port, as well as various other fixes that
were reported by me, and others post the 0.16.0 release.  These fixes
should be in the 0.16.1 release.
2012-05-17 08:44:12 +00:00
Max Brazhnikov
5671b14afb Add patches to fix build with boost-1.48.0
PR:		ports/156253
Submitted by:	Alexander Churanov
Approved by:	portmgr (linimon)
2012-05-16 16:09:15 +00:00
Ruslan Makhmatkhanov
f1403c139e Remove expired ports: BROKEN for more than 6 month, there is no upstream
distfiles anymore
2012-05-16 13:10:35 +00:00
Brendan Fabeny
2da8f55500 defer expiration pending updates 2012-05-10 15:40:22 +00:00
Jose Alonso Cardenas Marquez
7a80504682 - Use new lazarus-* structure
- Bump PORTREVISION
2012-05-07 19:23:07 +00:00
Doug Barton
401a03da0d * Sat May 5 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.8
- BUGFIX: Various UI style fixes
  - BUGFIX: Fix compilation with gcc 4.7
  - I18N: Update Italian translation
2012-05-06 21:19:32 +00:00
Pawel Pekala
b9972244a7 - Update devel/upnp to 1.6.17
- Bump all affected ports

Maintainer of net/ushare was asked for review, no response in 2 weeks
2012-04-27 14:28:11 +00:00
Raphael Kubo da Costa
7237b72d74 Remove dead MASTER_SITE and a CONFLICTS entry with a dead port. 2012-04-26 03:58:10 +00:00
Erwin Lansing
b244fa7f81 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-04-25 04:59:35 +00:00
Jason Helfman
3d8775f1e1 - Update to svn rev 10771
PR:	ports/167169
Submitted by:	maintainer, barbara.xxx1975@libero.it
2012-04-22 22:48:22 +00:00
Martin Wilke
431ad6d191 - Update to 3.1.1
PR:		166891
Submitted by:	Ports Fury
2012-04-21 18:48:04 +00:00
Martin Wilke
4536d90d35 - Update to 5.5.24
PR:		166892
Submitted by:	Ports Fury
2012-04-21 18:47:57 +00:00
Jose Alonso Cardenas Marquez
1aec674ef8 - Update to 3.2 2012-04-19 06:37:46 +00:00
Chris Rees
bad9eb3d99 Fix package 2012-04-18 21:40:41 +00:00
Chris Rees
dcdafa1e20 Update to 2.51
Submitted by:	demon
2012-04-17 20:13:41 +00:00
Ruslan Makhmatkhanov
066d350a29 - update to 1.3.5
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog
2012-04-11 20:42:30 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Florent Thoumie
e450256a17 Update net-p2p/rtorrent-devel to 0.9.1.
Feature safe:	yes
2012-04-08 12:36:19 +00:00
Florent Thoumie
de5a25a842 Update net-p2p/libtorrent-devel to 0.13.1.
Feature safe: yes
2012-04-08 12:35:31 +00:00