svn commit: r325143 - head/devel/p5-Dialog
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 21 14:44:00 UTC 2013
Author: mat
Date: Wed Aug 21 14:44:00 2013
New Revision: 325143
URL: http://svnweb.freebsd.org/changeset/ports/325143
Log:
Give maintainership to submitter, and deprecate
PR: ports/181112
Submitted by: Rodrigo (ros) OSORIO <rodrigo at bebik.net>
Modified:
head/devel/p5-Dialog/Makefile
Modified: head/devel/p5-Dialog/Makefile
==============================================================================
--- head/devel/p5-Dialog/Makefile Wed Aug 21 14:43:47 2013 (r325142)
+++ head/devel/p5-Dialog/Makefile Wed Aug 21 14:44:00 2013 (r325143)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: p5-Dialog
-# Date created: 28 Augest 2000
-# Whom: Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
# $FreeBSD$
#
@@ -11,7 +8,7 @@ CATEGORIES= devel perl5
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 +16,14 @@ USE_PERL5= configure
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>
More information about the svn-ports-all
mailing list