Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 09:31:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486240 - head/editors/deforaos-editor
Message-ID:  <201811300931.wAU9VOnW061181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Nov 30 09:31:23 2018
New Revision: 486240
URL: https://svnweb.freebsd.org/changeset/ports/486240

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add missing USES=gnome
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/editors/deforaos-editor/Makefile
  head/editors/deforaos-editor/pkg-descr

Modified: head/editors/deforaos-editor/Makefile
==============================================================================
--- head/editors/deforaos-editor/Makefile	Fri Nov 30 09:19:38 2018	(r486239)
+++ head/editors/deforaos-editor/Makefile	Fri Nov 30 09:31:23 2018	(r486240)
@@ -11,7 +11,8 @@ DISTNAME=	Editor-${PORTVERSION}
 MAINTAINER=	olivier@FreeBSD.org
 COMMENT=	DeforaOS desktop text editor
 
-LICENSE=	GPLv3
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem \
 		libDesktop.so:x11/deforaos-libdesktop \
@@ -21,7 +22,7 @@ LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem \
 MAKE_ARGS+=	PREFIX=${PREFIX}
 MAKE_ENV+=	MANDIR=${STAGEDIR}${MANPREFIX}/man
 
-USES=		desktop-file-utils pkgconfig
+USES=		desktop-file-utils gnome pkgconfig
 USE_GNOME=	gtk20 cairo gdkpixbuf2
 
 OPTIONS_DEFINE=	DOCS NLS

Modified: head/editors/deforaos-editor/pkg-descr
==============================================================================
--- head/editors/deforaos-editor/pkg-descr	Fri Nov 30 09:19:38 2018	(r486239)
+++ head/editors/deforaos-editor/pkg-descr	Fri Nov 30 09:31:23 2018	(r486240)
@@ -1,3 +1,3 @@
 DeforaOS desktop text editor
 
-WWW: http://www.defora.org/
+WWW: https://www.defora.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811300931.wAU9VOnW061181>