ports/181112: devel/p5-Dialog take maintainership and deprecate the port
Rodrigo OSORIO (ros)
rodrigo at bebik.net
Wed Aug 7 14:00:01 UTC 2013
>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 at 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 at FreeBSD.org
+MAINTAINER= rodrigo at bebik.net
COMMENT= Perl interface to dialog(3)
USES= perl5
@@ -19,10 +19,14 @@
MAN3= Dialog.3
+EXPIRATION_DATE=2014-01-01
+
.include <bsd.port.pre.mk>
.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 <bsd.port.post.mk>
--- p5-Dialog.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list