Bug 159175 - [UPDATE] net-p2p/deluge: update to 1.3.3
Summary: [UPDATE] net-p2p/deluge: update to 1.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 05:20 UTC by R.Mahmatkhanov
Modified: 2011-08-22 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (9.36 KB, patch)
2011-07-25 05:20 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-07-25 05:20:08 UTC
- update to 1.3.3
- 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 (see bsd.python.mk)
- remove boost-python-libs dependency - it is needed only for bundled 
  libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python 
  from ports tree
- remove GeoIP dependency. it will be installed anyway as devel/libtorrent-rasterbar-15 dependency (LIB_DEPENDS)
- move pygobject dependency into !(WITHOUT_PYGTK) case
- 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

I use deluge with this changes and all is working fine.

PS. i actually dislike the idea of not using setup.py to install deluge, cause
it makes additional mess. For example, if we really care that the icons and
stuff not going to PYTHON_SITELIBDIR, why we don't care about installing
i18n locale files and data/pixmaps? I believe it's just make maintainance more 
hard.

PPS. ports/158717 may be closed since i merged all the changes from there into 
this new patch.

changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog

tinderbuild logs:
7.4 - http://happy-nation.by.ru/ports/tb/7.4-deluge-1.3.3,1.log
8.2 - http://happy-nation.by.ru/ports/tb/8.2-deluge-1.3.3,1.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-25 05:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jsa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 R.Mahmatkhanov 2011-07-25 07:12:54 UTC
Please kill this line in Makefile:

GeoIP:${PORTSDIR}/net/GeoIP \

I attached not recent patch to PR (the only change is
that this line is removed), and tinderbox logs produced
without this line.

-- 
Regards,
Ruslan
Comment 3 Joseph S. Atkinson freebsd_committer freebsd_triage 2011-08-17 00:21:08 UTC
Responsible Changed
From-To: jsa->kwm

This has sat long enough without my having time to look at it.  kwm@ has 
agreed to take this off my hands w/ explicit permission to pass 
maintainership to submitter.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-08-22 21:46:42 UTC
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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Koop Mast freebsd_committer freebsd_triage 2011-08-22 21:46:49 UTC
State Changed
From-To: open->closed

Comitted thanks.