diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 14:23:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 14:23:15 +0800 |
commit | 2a1ba3f2426d28cd8fb7c4a45b92344af23d7767 (patch) | |
tree | e28658b5d4c4cec81d54c0470330493ee1a397cb /misc | |
parent | 950d19f591633861f875a4b2623bac0a52c50ba2 (diff) | |
download | freebsd-ports-graphics-2a1ba3f2426d28cd8fb7c4a45b92344af23d7767.tar.gz freebsd-ports-graphics-2a1ba3f2426d28cd8fb7c4a45b92344af23d7767.tar.zst freebsd-ports-graphics-2a1ba3f2426d28cd8fb7c4a45b92344af23d7767.zip |
- Update to 1.7.2
- Add STAGE support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword17/Makefile | 9 | ||||
-rw-r--r-- | misc/sword17/distinfo | 4 | ||||
-rw-r--r-- | misc/sword17/pkg-plist | 3 |
3 files changed, 4 insertions, 12 deletions
diff --git a/misc/sword17/Makefile b/misc/sword17/Makefile index 98cf6b46434..b1cce09ed1f 100644 --- a/misc/sword17/Makefile +++ b/misc/sword17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sword -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ @@ -29,7 +29,6 @@ OPTIONS_DEFINE= CURL CLUCENE CLUCENE_DESC= Include indexing capability OPTIONS_DEFAULT=CURL CLUCENE -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} @@ -43,10 +42,8 @@ CONFIGURE_ARGS+= --without-curl LIB_DEPENDS+= libclucene-core.so:${PORTSDIR}/textproc/clucene \ libicudata.so:${PORTSDIR}/devel/icu CONFIGURE_ARGS+= --with-clucene=${LOCALBASE} --with-icu -PLIST_SUB+= ICU="" ICUVER="`${LOCALBASE}/bin/icu-config --version`" .else CONFIGURE_ARGS+= --without-clucene --without-icu -PLIST_SUB+= ICU="@comment " .endif run-autotools:: run-autotools-aclocal @@ -56,6 +53,7 @@ run-autotools:: run-autotools-aclocal post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e's|-O3||g' \ + -e 's|%%DESTDIR%%|${STAGEDIR}|g' \ ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in post-install: @@ -70,7 +68,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -register: - ${MAKE_CMD} register -C ${WRKSRC} - .include <bsd.port.mk> diff --git a/misc/sword17/distinfo b/misc/sword17/distinfo index 22f9d6699f3..430694a68fb 100644 --- a/misc/sword17/distinfo +++ b/misc/sword17/distinfo @@ -1,2 +1,2 @@ -SHA256 (sword-1.7.0.tar.gz) = 819bb4178e871ac2cbcf2a7765f94314c0051b79f522d02c24f8d9ddddac3501 -SIZE (sword-1.7.0.tar.gz) = 2115304 +SHA256 (sword-1.7.2.tar.gz) = ac7aace0ecb7a405d4b4b211ee1ae5b2250bb5c57c9197179747c9e830787871 +SIZE (sword-1.7.2.tar.gz) = 2127944 diff --git a/misc/sword17/pkg-plist b/misc/sword17/pkg-plist index 81b026b7ea5..4b2ec210957 100644 --- a/misc/sword17/pkg-plist +++ b/misc/sword17/pkg-plist @@ -119,7 +119,6 @@ include/sword/swoptfilter.h include/sword/swobject.h include/sword/swsearchable.h include/sword/swtext.h -include/sword/swunicod.h include/sword/swversion.h include/sword/sysdata.h include/sword/thmlfootnotes.h @@ -197,7 +196,6 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/ar_EG-utf8.conf %%DATADIR%%/locales.d/az-utf8.conf %%DATADIR%%/locales.d/bg_BG-cp1251.conf -%%DATADIR%%/locales.d/bg_BG-utf8.conf %%DATADIR%%/locales.d/cs-utf8.conf %%DATADIR%%/locales.d/cs.conf %%DATADIR%%/locales.d/cy-utf8.conf @@ -269,7 +267,6 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/th-utf8.conf %%DATADIR%%/locales.d/uk_UA-cp1251.conf %%DATADIR%%/locales.d/uk_UA-koi8-u.conf -%%DATADIR%%/locales.d/uk_UA-utf8.conf %%DATADIR%%/locales.d/vi-utf8.conf %%DATADIR%%/locales.d/zh_CN-utf8.conf %%DATADIR%%/locales.d/zh_Hans-utf8.conf |