Index: head/accessibility/redshift/Makefile =================================================================== --- head/accessibility/redshift/Makefile (revision 542975) +++ head/accessibility/redshift/Makefile (revision 542976) @@ -1,72 +1,72 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= redshift PORTVERSION= 1.12 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= accessibility PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 60f45972a543.patch:-p1 # avoid patch conflict PATCHFILES+= 7da875d34854.patch:-p1 # wayland, see #663 -MAINTAINER= swills@FreeBSD.org +MAINTAINER= vulcan@wired.sh COMMENT= Adjusts the color temperature of your screen LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf:build gettext gmake gnome libtool localbase \ pkgconfig shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= jonls USE_GNOME= intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes SHEBANG_FILES= src/redshift-gtk/redshift-gtk.in CONFIGURE_ARGS+= --disable-wingdi OPTIONS_DEFINE= GEO GUI NLS RANDR VIDMODE WAYLAND OPTIONS_DEFAULT=GEO RANDR WAYLAND OPTIONS_SUB= yes GUI_DESC= Tray icon RANDR_DESC= Support RANDR for changing colors VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA) WAYLAND_DESC= Support Wayland (wlroots) for changing colors GEO_DESC= Use geoclue (requires dbus) NLS_USES= iconv NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls RANDR_USES= xorg RANDR_USE= XORG=xcb,xrandr RANDR_CONFIGURE_ENABLE= randr VIDMODE_USES= xorg VIDMODE_USE= XORG=x11,xxf86vm VIDMODE_CONFIGURE_ENABLE= vidmode WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_CONFIGURE_ENABLE= wayland GUI_USES= python:3.6+ GUI_CONFIGURE_ENABLE= gui GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} GEO_CONFIGURE_ON= --enable-geoclue2 GEO_CONFIGURE_OFF= --disable-geoclue2 GEO_LIB_DEPENDS= libgeoclue-2.so:net/geoclue pre-configure: @cd ${WRKSRC} ; ./bootstrap .include Index: head/editors/micro/Makefile =================================================================== --- head/editors/micro/Makefile (revision 542975) +++ head/editors/micro/Makefile (revision 542976) @@ -1,67 +1,67 @@ # $FreeBSD$ PORTNAME= micro PORTVERSION= 2.0.6 DISTVERSIONPREFIX= v CATEGORIES= editors -MAINTAINER= swills@FreeBSD.org +MAINTAINER= vulcan@wired.sh COMMENT= Modern and intuitive terminal-based text editor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= zyedidia GH_TUPLE= \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ go-errors:errors:v1.0.1:go_errors_errors/vendor/github.com/go-errors/errors \ go-sourcemap:sourcemap:v1.0.5:go_sourcemap_sourcemap/vendor/gopkg.in/sourcemap.v1 \ go-yaml:yaml:v2.2.7:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ layeh:gopher-luar:v1.0.7:layeh_gopher_luar/vendor/layeh.com/gopher-luar \ lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-isatty:v0.0.11:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ p-e-w:go-runewidth:3e1705c5c059:p_e_w_go_runewidth/vendor/github.com/mattn/go-runewidth \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ robertkrimen:otto:c382bd3c16ff:robertkrimen_otto/vendor/github.com/robertkrimen/otto \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ yuin:gopher-lua:ab39c6098bdb:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua \ zyedidia:clipboard:7c45b8673834:zyedidia_clipboard/vendor/github.com/zyedidia/clipboard \ zyedidia:glob:dd4023a66dc3:zyedidia_glob/vendor/github.com/zyedidia/glob \ zyedidia:go-shellquote:eccd813c0655:zyedidia_go_shellquote/vendor/github.com/kballard/go-shellquote \ zyedidia:highlight:201131ce5cf5:zyedidia_highlight/vendor/github.com/zyedidia/highlight \ zyedidia:json5:2da050b1a98d:zyedidia_json5/vendor/github.com/zyedidia/json5 \ zyedidia:poller:v1.0.1:zyedidia_poller/vendor/github.com/zyedidia/poller \ zyedidia:pty:v2.0.0:zyedidia_pty/vendor/github.com/zyedidia/pty \ zyedidia:tcell:v1.4.8:zyedidia_tcell/vendor/github.com/zyedidia/tcell \ zyedidia:terminal:533c623e2415:zyedidia_terminal/vendor/github.com/zyedidia/terminal GO_TARGET= ./cmd/micro GO_BUILDFLAGS= -ldflags "\ -s -w \ -X github.com/zyedidia/micro/v2/internal/util.Version=${PORTVERSION} \ -X github.com/zyedidia/micro/v2/internal/util.CommitHash=${BUILD_HASH} \ -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=${BUILD_DATE}'" BUILD_HASH= 60846f5 BUILD_DATE= Jun 24, 2020 PLIST_FILES= bin/micro PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include