Bug 164841 - Update port deskutils/calibre to 0.8.38 and fix Python conflict
Summary: Update port deskutils/calibre to 0.8.38 and fix Python conflict
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 10:00 UTC by rnejdl
Modified: 2012-02-17 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (19.41 KB, patch)
2012-02-07 10:00 UTC, rnejdl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rnejdl 2012-02-07 10:00:27 UTC
	This patch updates calibre to 0.8.38.  We have removed two patches this round because they are included upstream.  Additionally, kevin.mcaleavey@knosproject.com pointed out that this port doesn't work if you have installed Python3.x.  I updated the port to explicitly point to python2.7 and fixed the Makefile to call for Python2.7 instead of 2.7+.

How-To-Repeat: 	Use the attached diff
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-02-14 14:59:54 UTC
State Changed
From-To: open->feedback

Q and suggestion.  why not make it work 'generically' with python 2.7+, 
but mark it 'conflicts' or broken with 3* ?
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-02-17 20:05:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-17 23:22:14 UTC
scheidell    2012-02-17 23:22:01 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/calibre    Makefile distinfo pkg-plist 
    deskutils/calibre/files patch-setup_install.py 
  Removed files:
    deskutils/calibre/files patch-src_calibre_devices_scanner.py 
                            patch-src_calibre_devices_usbms_device.py 
  Log:
  - Update to 0.8.38 [1]
  - Force dependency on python 2.7 since other versions won't work [2]
  
  PR:             ports/164841 [1]
  Submitted by:   Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
  Reported by:    kevin.mcaleavey@knosproject.com [2]
  Approved by:    gabor (mentor, implicit)
  Feature safe:   Yes
  
  Revision  Changes    Path
  1.29      +2 -2      ports/deskutils/calibre/Makefile
  1.16      +2 -2      ports/deskutils/calibre/distinfo
  1.5       +1 -1      ports/deskutils/calibre/files/patch-setup_install.py
  1.5       +0 -93     ports/deskutils/calibre/files/patch-src_calibre_devices_scanner.py (dead)
  1.4       +0 -299    ports/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py (dead)
  1.16      +1 -0      ports/deskutils/calibre/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 4 Michael Scheidell freebsd_committer freebsd_triage 2012-02-17 23:22:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!