Commit graph

5 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
2cf46f2158 Revert r310507 by putting pkg-plist back. The problem is that w/o pkg-plist
file installation of this ports hangs on "Generating temporary packing list"
stage. I discovered that while testing of libtorrent-rasterbar-16-python update
on a live system (while build is fine in tinderbox tests). I found exactly the
same report at [1] while googling of the problem.
Sorry about that.

[1] http://forums.freebsd.org/showthread.php?t=37177

Pointyhat to:	rm (myself)
2013-01-29 19:46:33 +00:00
Ruslan Makhmatkhanov
0f166724ae - move pkg-plist entries to PLIST_FILES 2013-01-16 18:15:25 +00:00
Ruslan Makhmatkhanov
67f490da8e - eliminate bogus setuptools dependency
- bump PORTREVISION because of dependency change
- extend python version in USE_PYTHON
- fix incorrect PYDISTUTILS_PKGNAME usage

Feature safe:	yes
2012-12-02 16:16:44 +00:00
Doug Barton
891e2c73ba Upgrade to 0.16.4:
* raise the default torrents allowed to announce to trackers to 1600
* improve uTP slow start behavior
* update use of boost.system to not use deprecated functions
* fix GIL issue in python bindings. Deprecated extension support in python
* fixed bug where setting upload slots to -1 would not mean infinite
* extend the UDP tracker protocol to include the request string from the
  tracker URL
2012-09-29 22:40:40 +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