- Update qbittorrent 3.2.0
- Use Github masterisite for qbittorrent
- Remove STRIP option, it's the default, and can be inhibited with
the DEBUG option
- Pet some portlint warnings
PR: 200108
Submitted by: yuri at rawbw.com
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
OTHER: This is an excuse to produce new builds with an OpenSSL version
that isn't affected by the heartbleed bug for Windows and Mac.
This bug should only affect the WebUI and only if HTTPS/SSL authentication
was enabled.
- Update to 3.1.2
- Change dependency to net-p2p/libtorrent-rasterbar
- USE_QT4 add linguist_build uic_build
- Change from QB_NOX_SLAVE to SLAVE_PORT
- Add do-configure
- Support STAGEDIR
net-p2p/qbittorrent-nox11
- Change from QB_NOX_SLAVE to SLAVE_PORT
- Support STAGEDIR
- Change and cleanup qbittorrent-nox11 to not conflict with master port
- Add SLAVE_PORT=yes
- Remove pkg-descr
Approved by: wg (mentor)
- Update to 3.0.11
- Remove version from LIB_DEPENDS
- Use the new format for LIB_DEPENDS
net-p2p/qbittorrent-nox11
- Trim Makefile header
- Use PLIST_FILES instead of pkg-plist
Approved by: wg/pawel (mentors)
- BUGFIX: Do not store created torrent in memory before writing to a file
- BUGFIX: No longer fallback to ANY interface if the user-selected
interface cannot be found
- BUGFIX: Fix timezone parsing in RSS
- BUGFIX: Fix cookie support for RSS feeds
- BUGFIX: Disabling systray icon no longer disables file association
settings
- BUGFIX: Import new trackers from magnet link in case of duplicate torrent
- BUGFIX: Fix "Skip hash check" feature in torrent import dialog
- BUGFIX: Several Web UI connection fixes
- BUGFIX: Add Basque locale to Web UI
- BUGFIX: Fix issue with downloads starting from scratch on startup if
temporary directory setting is enabled.
* Sun Sep 16 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.3
- BUGFIX: Fix issue with temporary directory not being taken into
consideration
- BUGFIX: Bypass cache when uploading a torrent file in Web UI
- BUGFIX: "Completed On" column is not updated until restart
- BUGFIX: Fix possible build error on some systems
- I18N: Add hebrew translation
- FEATURE: Add "clear" functionality to search field
- BUGFIX: Attempt to use qBittorrent icon from theme if available
- BUGFIX: Fix crash when a fastresume file is empty
- BUGFIX: Fix encoding problem for detected XDG Download folder
- BUGFIX: Improve performance when showing torrent content panel
- BUGFIX: Fix label-based filtering of torrents whose label contains
special characters
- BUGFIX: Fix possible crash due to labels
* Tue Aug 21 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.1
- BUGFIX: Fix possible crash when adding a tracker to a magnet torrent
without metadata
- BUGFIX: Remember queue position for torrents without metadata
- BUGFIX: Fix crash when using unauthorized characters in label names
- BUGFIX: Fix search plugins updating
- BUGFIX: Make uTP connections rate limited by default
- FEATURE: Brand new torrent addition dialog
- FEATURE: Add the ability to choose the save path when using magnet links
(mutoso)
- FEATURE: Add support for adding multiple local torrents at once (Web UI)
- COSMETIC: Improve style of left panel
- BUGFIX: Lower panels no longer gets disabled
- BUGFIX: Major code refactoring and various optimizations.
- BUGFIX: No longer strip root folder from torrent files
For the port:
- Move to unversioned directory. The last few major releases have been
stable upgrades, so there is no reason to maintain different versions.
* Fix Web UI authentication with Konqueror
* Fix save path display in properties
* Fix ratio calculation for directly seeded torrents
* Fix memory leak in RSS parser
* Only one log window can be opened at a time
* Command-line parameters are no longer required to be in UTF-8
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent
Feature safe: yes
Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP
was already a dependency.
Bump PORTREVISION for libtorrent, and add some more configure args both
to cement the GeoIP option and also to assert the defaults on other options.
The wacky post-configure kludge stays for now until I can have more time to
unravel the current asio-related auto* tangle that makes it necessary.