Date: Fri, 24 Apr 2015 14:25:06 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <201504241425.t3OEP6LP015872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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 <bsd.port.mk> 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= </dev/null +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + # dictionary encoding (euc-jp, shift_jis, utf-8) ENCODING?= euc-jp Modified: head/mail/p5-MIME-Fast/Makefile ============================================================================== --- head/mail/p5-MIME-Fast/Makefile Fri Apr 24 14:17:10 2015 (r384645) +++ head/mail/p5-MIME-Fast/Makefile Fri Apr 24 14:25:06 2015 (r384646) @@ -19,6 +19,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}" +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .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 <bsd.port.mk> 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 <bsd.port.pre.mk> .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 <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504241425.t3OEP6LP015872>