From owner-svn-ports-all@freebsd.org Tue May 29 09:34:19 2018 Return-Path: Delivered-To: svn-ports-all@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 A7BF2EFE4DD; Tue, 29 May 2018 09:34:19 +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 58C10801DB; Tue, 29 May 2018 09:34:19 +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 3969C1A3A3; Tue, 29 May 2018 09:34:19 +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 w4T9YJ2A015161; Tue, 29 May 2018 09:34:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4T9YIpx015159; Tue, 29 May 2018 09:34:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805290934.w4T9YIpx015159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 May 2018 09:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471090 - head/editors/yzis X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/editors/yzis X-SVN-Commit-Revision: 471090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 09:34:19 -0000 Author: amdmi3 Date: Tue May 29 09:34:18 2018 New Revision: 471090 URL: https://svnweb.freebsd.org/changeset/ports/471090 Log: - Add LICENSE_FILE - Add missing dependency - Update WWW Approved by: portmgr blanket Modified: head/editors/yzis/Makefile head/editors/yzis/pkg-descr Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Tue May 29 09:30:47 2018 (r471089) +++ head/editors/yzis/Makefile Tue May 29 09:34:18 2018 (r471090) @@ -14,10 +14,12 @@ COMMENT= Vi-like editor LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL USES= tar:bzip2 cmake gettext perl5 lua:51 USE_XORG= x11 xext ice -USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml +USE_QT4= corelib qtestlib qmake_build rcc_build uic_build moc_build gui xml CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ -DLUA_INCDIR:STRING="${LUA_INCDIR}" \ -DLUA_LIBDIR:STRING="${LUA_LIBDIR}" \ @@ -41,7 +43,7 @@ NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON NYZIS_CMAKE_OFF= -DENABLE_NYZIS:BOOL=OFF DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ - doxygen:devel/doxygen + doxygen:devel/doxygen DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF Modified: head/editors/yzis/pkg-descr ============================================================================== --- head/editors/yzis/pkg-descr Tue May 29 09:30:47 2018 (r471089) +++ head/editors/yzis/pkg-descr Tue May 29 09:34:18 2018 (r471090) @@ -3,4 +3,4 @@ Yzis a vi-like editor inspired by Vim. It aims to be a powerful, fast editor with all of Vim's features and hopefully, at some point, more. -WWW: http://sources.freehackers.org/Yzis +WWW: https://sources.freehackers.org/Yzis