Date: Tue, 29 May 2018 09:34:18 +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: r471090 - head/editors/yzis Message-ID: <201805290934.w4T9YIpx015159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805290934.w4T9YIpx015159>