Date: Mon, 31 Dec 2018 13:06:39 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488777 - head/devel/p5-UI-Dialog Message-ID: <201812311306.wBVD6drl030947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Dec 31 13:06:38 2018 New Revision: 488777 URL: https://svnweb.freebsd.org/changeset/ports/488777 Log: devel/p5-UI-Dialog: remove optional dependency on expired KDE4 Modified: head/devel/p5-UI-Dialog/Makefile Modified: head/devel/p5-UI-Dialog/Makefile ============================================================================== --- head/devel/p5-UI-Dialog/Makefile Mon Dec 31 13:03:59 2018 (r488776) +++ head/devel/p5-UI-Dialog/Makefile Mon Dec 31 13:06:38 2018 (r488777) @@ -19,22 +19,16 @@ RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote RUN_DEPENDS+= cdialog:devel/cdialog -OPTIONS_DEFINE= KDE NEWT ZENITY +OPTIONS_DEFINE= NEWT ZENITY NO_ARCH= yes USES= perl5 USE_PERL5= configure -KDE_RUN_DEPENDS= kdialog:x11/kde4-baseapps NEWT_RUN_DEPENDS= whiptail:devel/newt ZENITY_RUN_DEPENDS= zenity:x11/zenity .include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKDE} -DEPRECATED= KDE4 is EOL -EXPIRATION_DATE=2018-12-31 -.endif post-patch: @${REINPLACE_CMD} -e "/self->{'_opts'}->{'bin'}/ s|dialog|c&|" ${WRKSRC}/lib/UI/Dialog/Backend/CDialog.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812311306.wBVD6drl030947>