svn commit: r554649 - head/x11/slop

Mateusz Piotrowski 0mp at FreeBSD.org
Sun Nov 8 19:59:19 UTC 2020


Author: 0mp
Date: Sun Nov  8 19:59:18 2020
New Revision: 554649
URL: https://svnweb.freebsd.org/changeset/ports/554649

Log:
  Update LICENSE & assume maintainership

Modified:
  head/x11/slop/Makefile

Modified: head/x11/slop/Makefile
==============================================================================
--- head/x11/slop/Makefile	Sun Nov  8 19:50:08 2020	(r554648)
+++ head/x11/slop/Makefile	Sun Nov  8 19:59:18 2020	(r554649)
@@ -6,10 +6,11 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	2
 CATEGORIES=	x11
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	0mp at FreeBSD.org
 COMMENT=	Make a screen selection and print the selection coordinates to stdout
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/license.txt
 
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=	libicuuc.so:devel/icu


More information about the svn-ports-all mailing list