Date: Tue, 22 Feb 2022 17:01:44 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e3170c88e713 - main - deskutils/ydotool: Fix LICENSE Message-ID: <202202221701.21MH1ihX094123@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3170c88e713d20c0ce00059b4e3802b94d0736c commit e3170c88e713d20c0ce00059b4e3802b94d0736c Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-02-22 16:53:43 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-02-22 16:59:49 +0000 deskutils/ydotool: Fix LICENSE * New LICENSE is AGPLv3 * Drop USE_LDCONFIG Reported by: jbeich@ Fixes: 776f54e2056e --- deskutils/ydotool/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deskutils/ydotool/Makefile b/deskutils/ydotool/Makefile index ed8e1cb98c69..3dbcb28fe90d 100644 --- a/deskutils/ydotool/Makefile +++ b/deskutils/ydotool/Makefile @@ -1,12 +1,13 @@ PORTNAME= ydotool PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org COMMENT= Generic command-line automation tool (no X!) -LICENSE= MIT +LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto \ @@ -21,8 +22,6 @@ USES= cmake compiler:c++11-lang localbase USE_GITHUB= yes GH_ACCOUNT= ReimuNotMoe -USE_LDCONFIG= yes - CFLAGS+= -I${LOCALBASE}/include/libepoll-shim LDFLAGS+= -L${LOCALBASE}/lib -lepoll-shim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202221701.21MH1ihX094123>