svn commit: r326860 - head/misc/bibletime
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Sep 10 04:08:19 UTC 2013
Author: danfe
Date: Tue Sep 10 04:08:18 2013
New Revision: 326860
URL: http://svnweb.freebsd.org/changeset/ports/326860
Log:
- Now that misc/sword port is fixed, remove no longer needed USE_GCC
- While here: drop the article from COMMENT, remove LICENSE_FILE (it
was actually just vanilla GPL boilerplate), sanitize dependencies,
put USES where it's normally found; tidy up port description a bit.
Approved by: tabthorpe (maintainer, implicit)
Modified:
head/misc/bibletime/Makefile
head/misc/bibletime/pkg-descr
Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile Tue Sep 10 03:50:32 2013 (r326859)
+++ head/misc/bibletime/Makefile Tue Sep 10 04:08:18 2013 (r326860)
@@ -6,19 +6,16 @@ CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= tabthorpe at FreeBSD.org
-COMMENT= An opensource Bible study tool
+COMMENT= Open source Bible study tool
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene
+LIB_DEPENDS= libsword.so:${PORTSDIR}/misc/sword \
+ libclucene-core.so:${PORTSDIR}/textproc/clucene
-USE_GCC= any
+USES= cmake
USE_BZIP2= yes
USE_OPENSSL= yes
-USES= cmake
USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \
svg webkit xml linguist_build moc_build qmake_build \
rcc_build uic_build
Modified: head/misc/bibletime/pkg-descr
==============================================================================
--- head/misc/bibletime/pkg-descr Tue Sep 10 03:50:32 2013 (r326859)
+++ head/misc/bibletime/pkg-descr Tue Sep 10 04:08:18 2013 (r326860)
@@ -1,5 +1,5 @@
-BibleTime is an open source Bible study application, based on the
-Sword library which provides access to all the different text modules
-created by the Crosswire Bible Society.
+BibleTime is an open source Bible study application, based on the Sword
+library which provides access to all the different text modules created
+by the Crosswire Bible Society.
-WWW: http://www.bibletime.info/
+WWW: http://www.bibletime.info/
More information about the svn-ports-all
mailing list