From owner-svn-ports-all@freebsd.org Fri Dec 21 13:59:01 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 A6CC1134A569; Fri, 21 Dec 2018 13:59:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2288B978C9; Fri, 21 Dec 2018 13:59:01 +0000 (UTC) (envelope-from rene@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 0F859E48B; Fri, 21 Dec 2018 13:59:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBLDx0Hm098097; Fri, 21 Dec 2018 13:59:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBLDx0Hv098096; Fri, 21 Dec 2018 13:59:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812211359.wBLDx0Hv098096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Dec 2018 13:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487997 - head/devel/p5-UI-Dialog X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/devel/p5-UI-Dialog X-SVN-Commit-Revision: 487997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2288B978C9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 21 Dec 2018 13:59:01 -0000 Author: rene Date: Fri Dec 21 13:59:00 2018 New Revision: 487997 URL: https://svnweb.freebsd.org/changeset/ports/487997 Log: devel/p5-UI-Dialog: remove optional dependency on expired x11/xdialog While here mark the kdialog option as deprecated (depends on KDE4). Modified: head/devel/p5-UI-Dialog/Makefile Modified: head/devel/p5-UI-Dialog/Makefile ============================================================================== --- head/devel/p5-UI-Dialog/Makefile Fri Dec 21 13:46:02 2018 (r487996) +++ head/devel/p5-UI-Dialog/Makefile Fri Dec 21 13:59:00 2018 (r487997) @@ -19,7 +19,7 @@ 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 X11 ZENITY +OPTIONS_DEFINE= KDE NEWT ZENITY NO_ARCH= yes USES= perl5 @@ -27,8 +27,14 @@ USE_PERL5= configure KDE_RUN_DEPENDS= kdialog:x11/kde4-baseapps NEWT_RUN_DEPENDS= whiptail:devel/newt -X11_RUN_DEPENDS= Xdialog:x11/xdialog ZENITY_RUN_DEPENDS= zenity:x11/zenity + +.include + +.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