Date: Mon, 22 Aug 2011 20:46:33 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p/deluge Makefile distinfo pkg-plist ports/net-p2p/deluge/files patch-setup.py Message-ID: <201108222046.p7MKkXhS052528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cvs-src@yandex.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108222046.p7MKkXhS052528>