databases/emacsql: Update to 4.3.6, clean up, and take maintainership
- Do not byte-compile Elisp since .elc files are no longer packaged.
- Remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
Sponsored by: The FreeBSD Foundation
databases/closql: Clean up and take maintainership
- Remove unnecessary BUILD_DEPENDS
- Install Elisp into a subdirectory under ${EMACS_SITE_LISPDIR}
Sponsored by: The FreeBSD Foundation
editors/with-editor: Update to 3.4.9
Also, do not byte-compile Elisp since .elc files are no longer packaged.
This means we can remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
Sponsored by: The FreeBSD Foundation
devel/llama.el: Update to 1.0.4
Also, do not byte-compile Elisp since .elc files are no longer packaged.
This means we can remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
Sponsored by: The FreeBSD Foundation
devel/ghub: Update to 5.1.0
Also, do not byte-compile Elisp since .elc files are no longer packaged.
This means we can remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
Sponsored by: The FreeBSD Foundation
graphics/feh: Update to 3.12.1
Upstream changes since last port update:
v3.12.1
- Update tests to reflect the %f/%F changes implemented in v3.12
v3.12
- Disallow %f and %n format specifiers in --action and --info strings; abort
with an error message if those are encountered. Use %F and %N instead.
Rationale: %f and %n do not escape shell-specific syntax and are thus a
security risk when passing untrusted file names to feh. %F and %N, which have
been available since v2.3 (Feb 2012), do escape shell-specific syntax.
Migration path: Replace %f (or '%f') and %n (or '%n') with %F and %N (without
'') in --action and --info commands.
v3.11.4
- Fix formatting in man page for groff 1.23.0+ (patch by Keith Thompson)
- Do not skip URLs when --sort mtime or similar are used (patch by elig0n)
[3 lines not shown]
mail/notmuch: PORTREVISION must be set with ?=
Set PORTREVISION with ?= so the values in slave ports are not
overwritten.
Sponsored by: The FreeBSD Foundation