From owner-svn-ports-head@freebsd.org Fri Nov 30 09:31:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF4D1113BEB9; Fri, 30 Nov 2018 09:31:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85F9E78856; Fri, 30 Nov 2018 09:31:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66F6526ABA; Fri, 30 Nov 2018 09:31:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAU9VOxn061183; Fri, 30 Nov 2018 09:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAU9VOnW061181; Fri, 30 Nov 2018 09:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201811300931.wAU9VOnW061181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 30 Nov 2018 09:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486240 - head/editors/deforaos-editor X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/editors/deforaos-editor X-SVN-Commit-Revision: 486240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 85F9E78856 X-Spamd-Result: default: False [0.67 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.31)[0.307,0]; NEURAL_SPAM_MEDIUM(0.26)[0.256,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.11)[0.105,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2018 09:31:25 -0000 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/