svn commit: r339757 - head/misc/bibletime

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Jan 15 06:24:22 UTC 2014


Author: tabthorpe
Date: Wed Jan 15 06:24:22 2014
New Revision: 339757
URL: http://svnweb.freebsd.org/changeset/ports/339757
QAT: https://qat.redports.org/buildarchive/r339757/

Log:
  - Bump PORTREVISION to chase shlib change in misc/sword

Modified:
  head/misc/bibletime/Makefile

Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile	Wed Jan 15 06:23:15 2014	(r339756)
+++ head/misc/bibletime/Makefile	Wed Jan 15 06:24:22 2014	(r339757)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bibletime
 PORTVERSION=	2.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc kde
 MASTER_SITES=	SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
 
@@ -12,7 +12,7 @@ COMMENT=	Open source Bible study tool
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	clucene-core:${PORTSDIR}/textproc/clucene
-RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.7.0.so:${PORTSDIR}/misc/sword17
+RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.7.2.so:${PORTSDIR}/misc/sword17
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		cmake:outsource


More information about the svn-ports-all mailing list