git: e3170c88e713 - main - deskutils/ydotool: Fix LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Feb 2022 17:01:44 UTC
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