Index: head/misc/sword/Makefile =================================================================== --- head/misc/sword/Makefile (revision 466195) +++ head/misc/sword/Makefile (revision 466196) @@ -1,57 +1,57 @@ # Created by: Willem van Engen # $FreeBSD$ PORTNAME= sword -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 BUILD_DEPENDS= cppunit-config:devel/cppunit GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf --with-zlib INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= CURL CLUCENE CLUCENE_DESC= Include indexing capability OPTIONS_DEFAULT=CURL CLUCENE .include .if ${PORT_OPTIONS:MCURL} LIB_DEPENDS= libcurl.so:ftp/curl CONFIGURE_ARGS+= --with-curl .else CONFIGURE_ARGS+= --without-curl .endif .if ${PORT_OPTIONS:MCLUCENE} USES+= compiler:c++11-lib USE_CXXSTD= gnu++11 LIB_DEPENDS+= libclucene-core.so:textproc/clucene \ libicudata.so:devel/icu CONFIGURE_ARGS+= --with-clucene=${LOCALBASE} --with-icu .else CONFIGURE_ARGS+= --without-clucene --without-icu .endif post-patch: @${REINPLACE_CMD} 's|-O3||' ${WRKSRC}/configure post-install: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install_config) ${MV} ${STAGEDIR}${PREFIX}/etc/sword.conf \ ${STAGEDIR}${PREFIX}/etc/sword.conf.sample .include Index: head/misc/sword/distinfo =================================================================== --- head/misc/sword/distinfo (revision 466195) +++ head/misc/sword/distinfo (revision 466196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516212969 -SHA256 (sword-1.8.0.tar.gz) = b5eba722c6c0b55c7931a48344ed1e12d8f5f6974e6b21686018250975f0f956 -SIZE (sword-1.8.0.tar.gz) = 2444386 +TIMESTAMP = 1522482134 +SHA256 (sword-1.8.1.tar.gz) = ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93 +SIZE (sword-1.8.1.tar.gz) = 2449503