diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-06-03 00:50:30 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-06-03 00:50:30 +0800 |
commit | 069197b231bf3d5808383f74637dd59744063d5d (patch) | |
tree | add99cffe53f19a2a2c646953892e4d7d704596e | |
parent | ee26b79cca1a1b8920446a64841a674791619632 (diff) | |
download | freebsd-ports-gnome-069197b231bf3d5808383f74637dd59744063d5d.tar.gz freebsd-ports-gnome-069197b231bf3d5808383f74637dd59744063d5d.tar.zst freebsd-ports-gnome-069197b231bf3d5808383f74637dd59744063d5d.zip |
- Chase sword15 update
- Bump PORTREVISION
-rw-r--r-- | misc/bibletime-devel/Makefile | 3 | ||||
-rw-r--r-- | misc/bibletime-kde3/Makefile | 4 | ||||
-rw-r--r-- | misc/bibletime-kde4/Makefile | 3 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index aff712833111..c9213879aa87 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= bibletime PORTVERSION= 2.0.r1 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= SF PKGNAMESUFFIX= -devel @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/.rc/} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= An opensource Bible study application -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ clucene.0:${PORTSDIR}/textproc/clucene diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile index 1aad4b0e9a49..9d42216e849e 100644 --- a/misc/bibletime-kde3/Makefile +++ b/misc/bibletime-kde3/Makefile @@ -7,7 +7,7 @@ PORTNAME= bibletime PORTVERSION= 1.6.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= SF PKGNAMESUFFIX= -kde3 @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -kde3 MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A powerful Bible study application for KDE3 -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword \ +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 \ ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index 5be99ddfb20b..c4fcd2236efd 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= bibletime PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= SF PKGNAMESUFFIX= -kde4 @@ -14,7 +15,7 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= tabthorpe@FreeBSD.org COMMENT= An opensource Bible study application -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ clucene.0:${PORTSDIR}/textproc/clucene diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 02d07ea7ad67..d165224d1bfe 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,6 +7,7 @@ PORTNAME= xiphos PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= SF MASTER_SITE_SUBDIR= gnomesword @@ -15,7 +16,7 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A bible interface utilizing the sword framework RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \ - ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword + ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick |