Date: Tue, 1 Jan 2019 15:32:38 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r488907 - branches/2019Q1/editors/yzis Message-ID: <201901011532.x01FWcvG088611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Jan 1 15:32:37 2019 New Revision: 488907 URL: https://svnweb.freebsd.org/changeset/ports/488907 Log: MFH: r488872 editors/yzis: remove KYZIS option after r488807 Approved by: ports-secteam (miwi) Modified: branches/2019Q1/editors/yzis/Makefile branches/2019Q1/editors/yzis/pkg-plist Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/editors/yzis/Makefile ============================================================================== --- branches/2019Q1/editors/yzis/Makefile Tue Jan 1 15:31:20 2019 (r488906) +++ branches/2019Q1/editors/yzis/Makefile Tue Jan 1 15:32:37 2019 (r488907) @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ @@ -34,13 +34,8 @@ USE_GCC= any INSTALLS_ICONS= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= KYZIS NYZIS DOXYGEN +OPTIONS_DEFINE= NYZIS DOXYGEN OPTIONS_SUB= yes -KYZIS_DESC= Build kyzis and Yzis kpart -KYZIS_USES= kde:4 qt:4 -KYZIS_USE= KDE=kdeprefix,kdelibs,automoc4 QT=phonon -KYZIS_CMAKE_ON= -DENABLE_KYZIS:BOOL=ON -DENABLE_KPART_YZIS:BOOL=ON -KYZIS_CMAKE_OFF= -DENABLE_KYZIS:BOOL=OFF -DENABLE_KPART_YZIS:BOOL=OFF NYZIS_DESC= Build nyzis (ncurses frontend) NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON @@ -49,13 +44,5 @@ DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ doxygen:devel/doxygen DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKYZIS} -PLIST_SUB+= QYZIS="@comment " -.else -PLIST_SUB+= QYZIS="" -.endif .include <bsd.port.mk> Modified: branches/2019Q1/editors/yzis/pkg-plist ============================================================================== --- branches/2019Q1/editors/yzis/pkg-plist Tue Jan 1 15:31:20 2019 (r488906) +++ branches/2019Q1/editors/yzis/pkg-plist Tue Jan 1 15:32:37 2019 (r488907) @@ -1,21 +1,13 @@ bin/qyzis %%NYZIS%%bin/nyzis -%%KYZIS%%bin/kyzis -%%KYZIS%%lib/kde4/yzispart.so lib/libyzis.so.0.0.0 lib/libyzis.so.0 lib/libyzis.so share/applnk/Editors/qyzis.desktop -%%KYZIS%%share/apps/yzispart/yzispart.rc -%%KYZIS%%share/kde4/services/yzispart.desktop -%%QYZIS%%share/icons/hicolor/128x128/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/32x32/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/64x64/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/16x16/apps/qyzis.png -%%KYZIS%%share/icons/crystalsvg/128x128/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/32x32/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/64x64/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/16x16/apps/l10n/hicolor/qyzis.png +share/icons/hicolor/128x128/apps/qyzis.png +share/icons/hicolor/32x32/apps/qyzis.png +share/icons/hicolor/64x64/apps/qyzis.png +share/icons/hicolor/16x16/apps/qyzis.png share/yzis/syntax/language.dtd share/yzis/syntax/syntax.template share/yzis/syntax/cpp.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011532.x01FWcvG088611>