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
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* ?
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!