kwm 2011-08-22 20:46:33 UTC
FreeBSD ports repository
Modified files:
net-p2p/deluge Makefile distinfo pkg-plist
net-p2p/deluge/files patch-setup.py
Log:
- update to 1.3.3
- Assign maintainer to submitter
- install license with license framework, not manually
- eliminate explicit setuptools dependency because build/run dependency on it
already implied when USE_DISTUTILS=easy_install is set
- remove boost-python-libs dependency - it is needed only for bundled
libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python
from ports tree
- depend on simplejson only if python < 2.6 (it is included into >=2.6)
- use PYTHON_VER instead of homebrew PYDOTVER (yeah, i know they are not
the same, but PYTHON_VER is sufficient in this case)
- www/py-twistedWeb dependency is needed only at runtime, so use
USE_TWISTED_RUN
instead
- unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+)
- fix some whitespace
PR: ports/159175
Submitted by: Ruslan Mahmatkhanov <[email protected]>
Approved by: jsa@ (old maintainer)
Revision Changes Path
1.77 +21 -23 ports/net-p2p/deluge/Makefile
1.46 +2 -2 ports/net-p2p/deluge/distinfo
1.22 +14 -9 ports/net-p2p/deluge/files/patch-setup.py
1.38 +13 -14 ports/net-p2p/deluge/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"