From owner-svn-ports-head@FreeBSD.ORG Fri Apr 24 14:25:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E05622AC; Fri, 24 Apr 2015 14:25:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDC8F10EF; Fri, 24 Apr 2015 14:25:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3OEP8Ja015879; Fri, 24 Apr 2015 14:25:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3OEP6LP015872; Fri, 24 Apr 2015 14:25:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504241425.t3OEP6LP015872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Apr 2015 14:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384646 - in head: devel/p5-Cdk japanese/p5-Acme-Lou japanese/p5-Text-MeCab mail/p5-MIME-Fast net/p5-OurNet-BBS security/p5-Crypt-GOST security/p5-Crypt-TEA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 14:25:09 -0000 Author: mat Date: Fri Apr 24 14:25:06 2015 New Revision: 384646 URL: https://svnweb.freebsd.org/changeset/ports/384646 Log: Deprecate Perl modules that only work with 5.16, as it's being phased out, with the same deprecation date. With hat: perl@ Sponsored by: Absolight Modified: head/devel/p5-Cdk/Makefile head/japanese/p5-Acme-Lou/Makefile head/japanese/p5-Text-MeCab/Makefile head/mail/p5-MIME-Fast/Makefile head/net/p5-OurNet-BBS/Makefile head/security/p5-Crypt-GOST/Makefile head/security/p5-Crypt-TEA/Makefile Modified: head/devel/p5-Cdk/Makefile ============================================================================== --- head/devel/p5-Cdk/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/devel/p5-Cdk/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -23,6 +23,9 @@ INSTALL_TARGET= pure_install CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include .if ${PERL_VER} >= 5.18 Modified: head/japanese/p5-Acme-Lou/Makefile ============================================================================== --- head/japanese/p5-Acme-Lou/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/japanese/p5-Acme-Lou/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -18,4 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +DEPRECATED= Needs ja-p5-Text-MeCab that does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include Modified: head/japanese/p5-Text-MeCab/Makefile ============================================================================== --- head/japanese/p5-Text-MeCab/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/japanese/p5-Text-MeCab/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -25,6 +25,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= .if ${PERL_VER} >= 5.18 Modified: head/net/p5-OurNet-BBS/Makefile ============================================================================== --- head/net/p5-OurNet-BBS/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/net/p5-OurNet-BBS/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -43,4 +43,7 @@ PORTSCOUT= skipv:1.67 USES= perl5 USE_PERL5= configure +DEPRECATED= Needs p5-Crypt-Tea that does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include Modified: head/security/p5-Crypt-GOST/Makefile ============================================================================== --- head/security/p5-Crypt-GOST/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/security/p5-Crypt-GOST/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -14,6 +14,9 @@ COMMENT= Perl extension for GOST Encrypt USES= perl5 USE_PERL5= configure +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include .if ${PERL_VER} >= 5.18 Modified: head/security/p5-Crypt-TEA/Makefile ============================================================================== --- head/security/p5-Crypt-TEA/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/security/p5-Crypt-TEA/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -14,6 +14,9 @@ COMMENT= Perl extension to Tiny Encrypti USES= perl5 USE_PERL5= configure +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include .if ${PERL_VER} >= 5.18