Date: Mon, 3 Dec 2012 08:56:36 GMT From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/174081: deskutils/calibre: eliminate bogus setuptools dependency Message-ID: <201212030856.qB38uaw4008563@red.freebsd.org> Resent-Message-ID: <201212030900.qB39008c021123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174081 >Category: ports >Synopsis: deskutils/calibre: eliminate bogus setuptools dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 03 09:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: Setuptools isn't used not for build, nor install. Remove, bump portrevision. While on it: remove deprecated Author field in pkg-descr and replace tab with space in WWW. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 308124) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -16,8 +17,7 @@ chm:${PORTSDIR}/misc/chmlib \ icudata:${PORTSDIR}/devel/icu \ podofo:${PORTSDIR}/graphics/podofo -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ - ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ Index: pkg-descr =================================================================== --- pkg-descr (revision 308124) +++ pkg-descr (working copy) @@ -2,5 +2,4 @@ library management, format conversion, news feeds to ebook conversion, as well as e-book reader sync features and an integrated e-book viewer. -Author: Kovid Goyal <kovid@kovidgoyal.net> -WWW: http://calibre-ebook.com +WWW: http://calibre-ebook.com/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212030856.qB38uaw4008563>