Date: Thu, 25 Feb 2016 06:20:43 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409495 - head/textproc/sigil Message-ID: <201602250620.u1P6Khoh018679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Feb 25 06:20:43 2016 New Revision: 409495 URL: https://svnweb.freebsd.org/changeset/ports/409495 Log: - Update to 0.9.3 PR: 206257 Submitted by: tkato432@yahoo.com Modified: head/textproc/sigil/Makefile head/textproc/sigil/distinfo head/textproc/sigil/pkg-plist Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Thu Feb 25 05:29:20 2016 (r409494) +++ head/textproc/sigil/Makefile Thu Feb 25 06:20:43 2016 (r409495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -18,11 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -# Upstream uses pkg-config output to pass libhunspell-1.3.so and -# libpcre16.so to the linker. pkg-config output does not include full -# paths, so add a workaround to keep the port linking for now. -LDFLAGS+= -L${LOCALBASE}/lib - USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ python:3 shebangfix SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ @@ -35,6 +30,11 @@ CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=ON \ -DINSTALL_BUNDLED_DICTS:BOOL=OFF USE_LDCONFIG= ${PREFIX}/lib/sigil +# Upstream uses pkg-config output to pass libhunspell-1.3.so and +# libpcre16.so to the linker. pkg-config output does not include full +# paths, so add a workaround to keep the port linking for now. +LDFLAGS+= -L${LOCALBASE}/lib + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Thu Feb 25 05:29:20 2016 (r409494) +++ head/textproc/sigil/distinfo Thu Feb 25 06:20:43 2016 (r409495) @@ -1,2 +1,2 @@ -SHA256 (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 7ef13ae9f570ac51aa8d80890ff31bcdf8d1b488c1c4bbb315f1ca4b75237a63 -SIZE (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 17451106 +SHA256 (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 714417ec2ac8aa21a29dcc9fd5054479fcba965029c1b881f8229ca76781c404 +SIZE (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 18095814 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Thu Feb 25 05:29:20 2016 (r409494) +++ head/textproc/sigil/pkg-plist Thu Feb 25 06:20:43 2016 (r409495) @@ -33,10 +33,13 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/validationcontainer.py %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py +%%DATADIR%%/polyfills/MathJax.js +%%DATADIR%%/python3lib/navgenerator.py +%%DATADIR%%/python3lib/ncxgenerator.py %%DATADIR%%/python3lib/opf_newparser.py %%DATADIR%%/python3lib/sanitycheck.py +%%DATADIR%%/python3lib/updatechecker.py %%DATADIR%%/python3lib/xmlprocessor.py -%%DATADIR%%/translations/sigil_bg.qm %%DATADIR%%/translations/sigil_ca.qm %%DATADIR%%/translations/sigil_cs.qm %%DATADIR%%/translations/sigil_da_DK.qm @@ -54,19 +57,12 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_ja.qm %%DATADIR%%/translations/sigil_ko.qm -%%DATADIR%%/translations/sigil_lv_LV.qm %%DATADIR%%/translations/sigil_nl.qm %%DATADIR%%/translations/sigil_pl.qm -%%DATADIR%%/translations/sigil_pt.qm %%DATADIR%%/translations/sigil_pt_BR.qm -%%DATADIR%%/translations/sigil_ro_RO.qm %%DATADIR%%/translations/sigil_ru.qm %%DATADIR%%/translations/sigil_sk.qm %%DATADIR%%/translations/sigil_sr.qm %%DATADIR%%/translations/sigil_tr_TR.qm -%%DATADIR%%/translations/sigil_ug.qm -%%DATADIR%%/translations/sigil_uk.qm -%%DATADIR%%/translations/sigil_uk_UA.qm -%%DATADIR%%/translations/sigil_vi.qm %%DATADIR%%/translations/sigil_zh_CN.qm %%DATADIR%%/translations/sigil_zh_TW.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602250620.u1P6Khoh018679>