Date: Wed, 31 Dec 2014 16:04:30 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375898 - head/Mk/Uses Message-ID: <201412311604.sBVG4UqP020232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Dec 31 16:04:29 2014 New Revision: 375898 URL: https://svnweb.freebsd.org/changeset/ports/375898 QAT: https://qat.redports.org/buildarchive/r375898/ Log: Mk/Uses/perl5.mk: Unregister perl5.14 now that the port has expired. Differential Revision: https://reviews.freebsd.org/D1368 Approved by: portmgr (mat), perl (sunpoet) Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Wed Dec 31 16:02:08 2014 (r375897) +++ head/Mk/Uses/perl5.mk Wed Dec 31 16:04:29 2014 (r375898) @@ -20,7 +20,7 @@ # PERL_ARCH - Directory name of architecture dependent libraries # (value: mach). # PERL_PORT - Name of the perl port that is installed -# (value: perl5.14) +# (for example: perl5.18) # SITE_PERL - Directory name where site specific perl packages go. # This value is added to PLIST_SUB. # SITE_ARCH - Directory name where arch site specific perl packages go. @@ -49,9 +49,7 @@ PERL_VERSION!= perl -e 'printf "%vd\n", .endif .else .include "${PORTSDIR}/Mk/bsd.default-versions.mk" -.if ${PERL5_DEFAULT} == 5.14 -PERL_VERSION= 5.14.4 -.elif ${PERL5_DEFAULT} == 5.16 +.if ${PERL5_DEFAULT} == 5.16 PERL_VERSION= 5.16.3 .elif ${PERL5_DEFAULT} == 5.18 PERL_VERSION= 5.18.4 @@ -88,10 +86,8 @@ PERL_ARCH?= mach PERL_PORT?= perl5.20 .elif ${PERL_LEVEL} >= 501800 PERL_PORT?= perl5.18 -.elif ${PERL_LEVEL} >= 501600 +.else # ${PERL_LEVEL} < 501800 PERL_PORT?= perl5.16 -.else # ${PERL_LEVEL} < 501600 -PERL_PORT?= perl5.14 .endif SITE_PERL_REL?= lib/perl5/site_perl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412311604.sBVG4UqP020232>