aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/calibre/Makefile
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-12-04 03:37:57 +0800
committerrm <rm@FreeBSD.org>2012-12-04 03:37:57 +0800
commit34a16ab4c7086fa4a7e0220cc21db86c98ec38aa (patch)
tree2f84ff78ae8530c88b490b08db906ea67c34f79a /deskutils/calibre/Makefile
parentdcc6b5a9904345cdb2ba269e711cf8048c05dd1b (diff)
downloadfreebsd-ports-gnome-34a16ab4c7086fa4a7e0220cc21db86c98ec38aa.tar.gz
freebsd-ports-gnome-34a16ab4c7086fa4a7e0220cc21db86c98ec38aa.tar.zst
freebsd-ports-gnome-34a16ab4c7086fa4a7e0220cc21db86c98ec38aa.zip
- update to 0.9.8 [1]
- remove bogus setuptools dependency - remove deprecated Author field and replace tab with space in in pkg-descr:WWW PR: 174081 Submitted by: rm (myself), Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1] Feature safe: yes
Diffstat (limited to 'deskutils/calibre/Makefile')
-rw-r--r--deskutils/calibre/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index a6b3b05ca351..186219c52732 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= calibre
-PORTVERSION= 0.9.7
+PORTVERSION= 0.9.8
CATEGORIES= deskutils python
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
@@ -16,8 +16,7 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
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 \