From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 7 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44EB536D for ; Wed, 7 Aug 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22E9D2DCE for ; Wed, 7 Aug 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r77E00Hn084730 for ; Wed, 7 Aug 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r77E00Zh084728; Wed, 7 Aug 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 Aug 2013 14:00:00 GMT Resent-Message-Id: <201308071400.r77E00Zh084728@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rodrigo (ros) OSORIO Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7E0E27D for ; Wed, 7 Aug 2013 13:57:21 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [IPv6:2a01:e0c:1:1599::13]) by mx1.freebsd.org (Postfix) with ESMTP id 381922DA6 for ; Wed, 7 Aug 2013 13:57:19 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp4-g21.free.fr (Postfix) with ESMTP id 50ED54C8147 for ; Wed, 7 Aug 2013 15:57:14 +0200 (CEST) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id B9E26A9380; Wed, 7 Aug 2013 15:45:19 +0200 (CEST) Message-Id: <20130807134519.B9E26A9380@oldfaithful.bebik.local> Date: Wed, 7 Aug 2013 15:45:19 +0200 (CEST) From: Rodrigo (ros) OSORIO To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181112: devel/p5-Dialog take maintainership and deprecate the port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 14:00:01 -0000 >Number: 181112 >Category: ports >Synopsis: devel/p5-Dialog take maintainership and deprecate the port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 07 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rodrigo (ros) OSORIO >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Since FreeBSD updates dialog(3) in the 9.0 release devel/p5-Dialog who uses the old GPLed version can compile anymore. Fix this port requires an amount of work that can't be justifed for a project who consider itself as a "dirty approximation to the features of FreeBSD's libdialog". As it seams this port isn't a dependency for anyone, we can expire it faster. I suggest devel/p5-UI-Dialog as a replacement. >How-To-Repeat: >Fix: --- p5-Dialog.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 324316) +++ Makefile (working copy) @@ -11,7 +11,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@bebik.net COMMENT= Perl interface to dialog(3) USES= perl5 @@ -19,10 +19,14 @@ MAN3= Dialog.3 +EXPIRATION_DATE=2014-01-01 + .include .if ${OSVERSION} >= 900000 -BROKEN= Does not build +BROKEN= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. +.else +DEPRECATED= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. .endif .include --- p5-Dialog.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: