svn commit: r488777 - head/devel/p5-UI-Dialog

Rene Ladan rene at FreeBSD.org
Mon Dec 31 13:06:40 UTC 2018


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


More information about the svn-ports-all mailing list