Created attachment 202174 [details] 0.9.12 update - Update textproc/sigil to 0.9.12. - Request maintainership
Thank you for offering to maintain a FreeBSD port Jonathan. If you could confirm that the change passes QA (portlint & poudriere, at least), that would be great! https://www.freebsd.org/doc/en/books/porters-handbook/testing.html
Comment on attachment 202174 [details] 0.9.12 update Approved by: portmgr (unmaintained port)
On my system: onyx:sigil,6:26pm# cat /etc/make.conf # General ports options BATCH= yes DISTDIR= /var/distfiles WRKDIRPREFIX= /tmp DEVELOPER= yes onyx:sigil,6:26pm# make ... ... -- Installing: /tmp/home/jonc/work/ports/sigil/work/stage/usr/local/share/sigil/python3lib/metaproc2.py -- Installing: /tmp/home/jonc/work/ports/sigil/work/stage/usr/local/share/sigil/python3lib/metaproc3.py -- Installing: /tmp/home/jonc/work/ports/sigil/work/stage/usr/local/share/sigil/examples/clip_entries.ini -- Installing: /tmp/home/jonc/work/ports/sigil/work/stage/usr/local/share/sigil/examples/search_entries.ini ====> Compressing man pages (compress-man) ===> Installing ldconfig configuration file ====> Running Q/A tests (stage-qa) onyx:sigil,6:28pm# make package ===> Building package for sigil-0.9.12 onyx:sigil,6:28pm# make install ===> Installing for sigil-0.9.12 ===> Checking if sigil is already installed ===> Registering installation for sigil-0.9.12 Installing sigil-0.9.12... onyx:sigil,6:29pm# make deinstall ===> Deinstalling for sigil ===> Deinstalling sigil-0.9.12 Updating database digests format: 100% Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: sigil-0.9.12 Number of packages to be removed: 1 The operation will free 16 MiB. [1/1] Deinstalling sigil-0.9.12... [1/1] Deleting files for sigil-0.9.12: 100% onyx:sigil,6:29pm#
onyx:~,6:36pm> cd work/ports/sigil onyx:sigil,6:36pm> ls distinfo files/ Makefile pkg-descr pkg-plist onyx:sigil,6:36pm> portlint looks fine.
poudriere builds for {11.2,12.0}{amd64,i386} OK, 13-CURRENT i386 OK Runs fine (light testing) in 12.0 amd64
A commit references this bug: Author: fernape Date: Thu Feb 21 22:31:02 UTC 2019 New revision: 493538 URL: https://svnweb.freebsd.org/changeset/ports/493538 Log: textproc/sigil: update to 0.9.12 jonc@chen.org.nz steps up to maintain the port ChangeLog: https://github.com/Sigil-Ebook/Sigil/releases/tag/0.9.12 * fix typo in cssreformatter that caused errors with @ fontface (issue #394) * workaround for qt bug affecting tab close buttons on Mac (commit f3b9399) * fix Mac Qt5 plugin dylibs that macdeployqt broke in Sigil-0.9.11 PR: 235873 Submitted by: jonc@chen.org.nz (maintainer) Changes: head/textproc/sigil/Makefile head/textproc/sigil/distinfo
Committed, Thanks!